1.0.2 — PR-gated landing workflow & GrepAI watch-live
Agents Remember 1.0.2
Establishes a repo-local, PR-gated landing workflow and lands the accumulated provider-stability
work through it — the first release to flow through the workflow it defines.
Regarding providers there was some instability, isolating code graphs and semantic search in git worktree environments.
Code Graph Context and GrepAi had issues cloning their data into the freshly made worktree which caused unnecessary re-indexing.
Highlights
system/git-workflow.md— the PR-gatedmainlanding flow (issue →feat/fixbranch →
worktree → commit gate → push gate → PR → merge → C-11 carryover), a generalized starter template
for any repo, and coordinatorAGENTS.mdrouting that reads it before any commit/push/PR.- GrepAI watch-live — the watcher now indexes the live memory roots in place (the mirror is
gone), so onboarding edits are searchable within seconds; grepai's.grepai/working dir is
git-ignored.
Providers
- Provider stability:
restartvsinvalidate-indexes, Ollama model seeding (no re-pull), FalkorDB
query queue + indexing fan-in cap, worktree abandon/teardown. - CGC seed copies the graph into a worktree instead of re-indexing it.
grepai_search/grepai_tracenormalize the repo id to the watcher's project name and accept any
casing.
Workflow & Memory
- All build work is worktree-backed (chat and task); memory parks on the worktree branch and lands on
main-memory via C-11 carryover after the code PR merges. mainis PR-gated; releases land via PR, then the merged commit is taggedmcp-vX.Y.Z.