mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
2ba1ca8722
- Focus question is now load-bearing: it drives an adaptive light folder-structure suggestion and is stored. The placement step branches learn (existing project with notes) vs suggest (new/empty project) instead of only learning. - Seed schema notes via the write_note `metadata` param instead of content frontmatter. The cloud write path silently coerces nested YAML to the string '[object Object]', corrupting schema/settings (basic-memory-cloud#1000); the metadata param round-trips correctly on both local and cloud. - Surface placementConventions + captureFolder in the SessionStart brief so the output style's "follow stored placement conventions" reflex has something to follow — previously written by setup but never shown to Claude (dead config). - Add a post-settings smoke test (run the hook's recall query, confirm routing) and a restart prompt gated on outputStyle in the close. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>