personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: untrack generated skill symlinks + add skills dep to install-service

The two skill symlinks under journal/.agents/skills/ and
journal/.claude/skills/ are generated by `make skills` and wiped by
`make clean` — yet they were tracked in git. Any concurrent `make clean`
during an in-flight hopper lode produced a "dirty primary repo" state
that blocked the ship stage (hit today during lode eyceddz6).

Untrack them (gitignore /journal/* already covers new adds) and add
`skills` as a direct prerequisite on install-service to close the narrow
corner where symlinks get removed without .installed being invalidated.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+1 -3
+1 -1
Makefile
··· 415 415 @python3 scripts/doctor.py $(if $(VERBOSE),--verbose) $(if $(JSON),--json) $(if $(PORT),--port $(PORT)) 416 416 417 417 # Service management (override port: make install-service PORT=8000) 418 - install-service: doctor .installed 418 + install-service: doctor skills .installed 419 419 @MODE=$$($(PYTHON) -m think.install_guard check); \ 420 420 RC=$$?; \ 421 421 case "$$MODE" in \
-1
journal/.agents/skills/journal
··· 1 - ../../../talent/journal
-1
journal/.claude/skills/journal
··· 1 - ../../../talent/journal