You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(truth): reconcile README uncalled claims and invalid guide surfaces
Execute the top-ranked follow-ups from the origins/dormant-surfaces refresh
(G-P2-7). Every claim was re-verified against code before editing.
README (documented-but-uncalled -> match code):
- Failure warnings are surfaced on demand via `teaagent memory failures`, not
auto-injected (`get_failure_warnings` has no caller).
- Pinned-file context refresh is TUI-session only (`FileWatcher` is TUI-only).
- Removed the false pin-count prompt indicator (`_prompt()` renders no pin count).
- Validation is static analysis (ruff/mypy/tsc/eslint), not LSP, and runs post-run
via `--validate` (it does not gate commits).
- RAG archival is a helper (`ContextBus.archive_to_rag`), not auto-invoked.
Guides (invalid CLI/API -> real surfaces):
- `audit export --audit-log <run_id>` -> `audit export <run_id>` (positional).
- `audit verify --audit-log <file>` -> `audit verify --root .`.
- Replaced nonexistent `audit analyze` / `audit archive` with real commands
(`audit list`/`audit tail`/`audit prune`) in the security onboarding guide.
- Rewrote the hooks integration section to the real API: build a `HookRegistry`,
`register_pre_hook`/`register_post_hook` with real signatures, attach via
`ChatAgentConfig(hook_registry=...)`; corrected the event table to `HookEvent`
names (PreToolUse/PostToolUse/...).
D7 (stale 650->663 acceptance count in the constitution-tier harness-first doc)
is deferred to Human Review, as its own governance header requires.
Action: G-P2-7
Roadmap-Status: unchanged
Constraint: docs-only truth corrections; no code/behavior change; each claim verified against code before editing; constitution-tier D7 left for Human Review
Tested: validate_docs_consistency.py passes (29/29 risk, 21/21 ticket, consistency passed); command-snippet + docs inventories regenerated; audit/agent CLI signatures and hooks.py API verified via --help and source
Confidence: high
|`teaagent agent run gpt "Analyze this codebase" --permission-mode read-only`|`README.md:336` (a8e6903c) | manual | Agent run smoke with configured provider |
20
-
|`teaagent agent run gpt "Improve this project" --clarify`|`README.md:361` (d2ccc65c) | manual | Agent run smoke with configured provider |
21
-
|`teaagent agent run gpt "Inspect this repo and summarize the test suite"`|`README.md:355` (528345e2) | manual | Agent run smoke with configured provider |
22
-
|`teaagent agent run gpt "Update README" --permission-mode workspace-write --route-model`|`README.md:358` (5ef6ae13) | manual | Agent run smoke with configured provider |
19
+
|`teaagent agent run gpt "Analyze this codebase" --permission-mode read-only`|`README.md:335` (a8e6903c) | manual | Agent run smoke with configured provider |
20
+
|`teaagent agent run gpt "Improve this project" --clarify`|`README.md:360` (d2ccc65c) | manual | Agent run smoke with configured provider |
21
+
|`teaagent agent run gpt "Inspect this repo and summarize the test suite"`|`README.md:354` (528345e2) | manual | Agent run smoke with configured provider |
22
+
|`teaagent agent run gpt "Update README" --permission-mode workspace-write --route-model`|`README.md:357` (5ef6ae13) | manual | Agent run smoke with configured provider |
23
23
|`teaagent agent run gpt "fix tests/test_foo.py" --permission-mode workspace-write`|`docs/USAGE.md:373` (76f03456) | manual | Agent run smoke with configured provider |
24
-
|`teaagent agent run gpt "inspect src/app.py" --code-analysis`|`README.md:378` (153bc54d) | manual | Agent run smoke with configured provider |
25
-
|`teaagent agent runs`|`README.md:364` (0493189b) | manual | Run list smoke |
24
+
|`teaagent agent run gpt "inspect src/app.py" --code-analysis`|`README.md:377` (153bc54d) | manual | Agent run smoke with configured provider |
25
+
|`teaagent agent runs`|`README.md:363` (0493189b) | manual | Run list smoke |
26
26
|`teaagent agent undo --last --root .`|`docs/USAGE.md:34` (6dc512e7) | manual | Undo smoke after mutating run |
0 commit comments