agnostic-ai v0.69.0: personal project specs in .agnostic-ai/local/ Agnostic-ai v0.69.0 changed how project specs in `.agnostic-ai/local/` override shared specs, moving from whole-spec replacement to field-by-field overrides with a `::parent` line extending the shared body (#1172, #1177). The release also keeps local specs, hooks, and hook scripts out of the shared source during `import` (#1174, #1185) and makes `sync --watch` pick up config, `AGNOSTIC_AI.md`, and source directories created or recreated mid-session (#1179, #1184, #1188). Users whose local spec in `~/.agnostic-ai/local/` relied on replacing its shared spec whole must set each field it should drop to `null`, one line per dropped field. What to do 1. If a spec in ~/.agnostic-ai/local/ relied on replacing its shared spec whole, set each field it should drop to null one line per dropped field . Nothing else needs action. What changed - Project specs in .agnostic-ai/local/ override shared ones field by field, and a ::parent line extends the shared body 1172, 1177 . - import keeps local specs, hooks, and hook scripts out of the shared source 1174, 1185 . - sync --watch picks up config, AGNOSTIC AI.md , and source dirs created or recreated mid-session 1179, 1184, 1188 . Full details are in the GitHub release notes https://github.com/Chemaclass/agnostic-ai/releases/tag/v0.69.0 . Upstream CLI and model news No new upstream change was verified for this briefing since v0.68.1.