From 05f185256cffd07b656320f781690c4e0f6b8862 Mon Sep 17 00:00:00 2001 From: Mikael Hugo Date: Thu, 7 May 2026 17:22:03 +0200 Subject: [PATCH] docs: record local cli survey cross-check --- .../2026-05-07-cli-agent-code-survey.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/records/2026-05-07-cli-agent-code-survey.md b/docs/records/2026-05-07-cli-agent-code-survey.md index 5d2324b88..6c174eb57 100644 --- a/docs/records/2026-05-07-cli-agent-code-survey.md +++ b/docs/records/2026-05-07-cli-agent-code-survey.md @@ -227,6 +227,28 @@ snapshot available on this machine. `/websites/qwenlm_github_io_qwen-code-docs_en`. - OpenCode: `/anomalyco/opencode`. +## Local Sift Cross-Check + +ACE is private/local and should not be treated as Context7-indexed. Use `sift` +for ACE and Forge when checking private or machine-local architecture. + +The targeted `sift` pass found: + +- ACE `AGENTS.md`: confirms the repo-local Claude MCP client contract, hard + stops, skills, reviewer workflow, quality gate, and the warning that ACE's + autonomous system uses its own code/YAML workflow DAGs rather than + `AGENTS.md`. +- ACE `docs/designs/SPEC_TO_BUILD_PIPELINE_DESIGN.md`: confirms the spec -> + feature graph -> ADR detection -> implementation planning/review pipeline. +- Forge `docs/dev/ADR-008-sf-tools-over-mcp-for-provider-parity.md`: confirms + the durable SF boundary: if external control is needed, use daemon/RPC/headless + contracts; MCP remains SF-as-client only. +- Forge `src/resources/extensions/sf/tests/no-sf-mcp-server.test.mjs`: confirms + there is executable guard coverage preventing recreation of SF MCP server + paths. +- Forge `docs/records/2026-05-07-cli-agent-code-survey.md`: now records the + MCP-client-only product boundary and roadmap pull-through. + ## Resulting Direction Forge should absorb proven patterns into UOK and the existing DB-first runtime: