docs: record local cli survey cross-check
This commit is contained in:
parent
b1a7749763
commit
05f185256c
1 changed files with 22 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue