Skip to content

fix: align help/docs with shipped surfaces; fix loop envelope schema - #68

Open
mrchatam wants to merge 1 commit into
mainfrom
fix/docs-help-mcp-schema
Open

mrchatam wants to merge 1 commit into
mainfrom
fix/docs-help-mcp-schema

Conversation

@mrchatam

Copy link
Copy Markdown
Owner

Summary

  • CLI help: accurate index/plan/tasks wording; trace review --help works
  • README: hybrid retrieval = exact + lexical FTS + graph + temporal (DR-NOSSEM)
  • PROJECT_DOCS_INDEX: remove dead experiment links; Phase 18 marked complete
  • MCP trace_loop envelope: any instead of json.RawMessage (schema was integer[])

Test plan

  • CGO_ENABLED=1 go test ./internal/mcp/ ./cmd/trace/

Closes #58
Closes #59
Closes #60
Closes #61

Correct top-level CLI help (index incremental walk, plan bootstrap
actions, tasks page shape) and make `trace review --help` print usage.
README hybrid retrieval no longer claims semantic/embedding search
(DR-NOSSEM). PROJECT_DOCS_INDEX drops missing experiment links and marks
Phase 18 complete. MCP trace_loop envelope uses `any` so the published
schema is object|string, not integer[].

Closes #58
Closes #59
Closes #60
Closes #61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant