Skip to content

1.0.2 — PR-gated landing workflow & GrepAI watch-live

Choose a tag to compare

@Foxfire1st Foxfire1st released this 02 Jun 00:40
f58a88b

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-gated main landing flow (issue → feat/fix branch →
    worktree → commit gate → push gate → PR → merge → C-11 carryover), a generalized starter template
    for any repo, and coordinator AGENTS.md routing 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: restart vs invalidate-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_trace normalize 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.
  • main is PR-gated; releases land via PR, then the merged commit is tagged mcp-vX.Y.Z.