chore: remove CLI audit markdown from git - #65
Conversation
Audits stay in Linear/chat only. Drop docs/audits/ and the index links. Co-authored-by: Mathis <echobt@users.noreply.github.com>
Greptile SummaryThis documentation-only update removes the obsolete CLI audit while preserving a self-contained lock-board reference. It replaces former audit citations with current source, test, verifier, and capture-regeneration references, and accurately documents the verification MCP’s supported key-input behavior. Confidence Score: 5/5Safe to merge once the required non-author Protect review is complete. The previously reported missing-audit-context issue is fully addressed: the lock-board index now contains current, tracked references for its flows, verification surface, test coverage, source of truth, and regeneration procedures. The previously reported special-key recipe issue is fully addressed: unsupported key recipes were removed or redirected to applicable rendering and test coverage, and Shift+Enter is documented as the supported newline input. Reviews (5): Last reviewed commit: "docs(verify): drop false tui.key special..." | Re-trigger Greptile |
Drop leftover audit §/P0/P1 citations. Point at verify MCP, tests, and render scripts. Co-authored-by: Mathis <echobt@users.noreply.github.com>
1 similar comment
tui.key only applies clear, Shift+Enter newline, backspace, and insert. F2, Shift+Tab, Alt+Enter, and Ctrl+x are no-ops on the verify path. Co-authored-by: Mathis <echobt@users.noreply.github.com>
1 similar comment
|
Closing per standing rule: never merge audit/research .md PRs — remove these files out of band if needed, not via merge to main. |
|
Reopened after accidental close — purge audit md must merge, not close. Still needs non-author Protect review. @greptileai |
Summary
Audits stay in Linear / chat only — not in CortexLM/cli git.
Removes the
docs/audits/dump (CORTEX_CLI_100_AUDIT_2026-09-08.md) and the docs index row that pointed at it.design/cli-lock-board-index.mdis self-contained (no deleted-audit §/P0/P1 citations).tui.keyrecipes that Greptile proved were no-ops (F2,Shift+Tab,Alt+Enter,Ctrl+x) are replaced withlock.render/ cargo tests /Shift+Enter. Same limit is noted indocs/guides/development.md.Guides,
CI_SECRETS.md,CONTRIBUTING.md, anddocs/README.mdstay.Test plan
docs/audits/orCORTEX_CLI_100_AUDIT_*tui.key F2/Shift+Tab/Alt+Enter/Ctrl+xrecipes that claim to open Settings, cycle mode, newline, or Shortcutsdocs/guides/,docs/CI_SECRETS.md,docs/CONTRIBUTING.md,docs/README.mdretainedcargo fmt --all -- --check— docs-only; not required./scripts/clippy.sh— docs-only; not requiredcargo test --workspace— docs-only; not requiredcargo audit— no dependency changeAttestation (required)
I attest that:
.envfiles are included.Risk
Docs-only. No auth, exec policy, sandbox, release, or API-contract impact. Merge still needs a non-author human approving review.