Run Docs Gate
run_docs_gateValidates timestamps, roadmap_sync, and memory-bank file consistency after documentation updates. Ensures documentation integrity without running tests or code quality checks.
Instructions
Run Phase B docs/memory-bank sync validation. Zero args required.
USE WHEN: Validating that timestamps, roadmap_sync, and memory-bank files are consistent after documentation updates. Called by the commit-docs subagent as a zero-arg alternative to execute_pre_commit_checks(phase="B") (which Cursor's MCP bridge zero-args to Phase A, running tests instead).
RETURNS: JSON with docs_phase_passed (bool), timestamps_result, and roadmap_sync_result. Does NOT run tests or code quality checks.
EXAMPLES:
run_docs_gate() after updating memory-bank files via manage_file() in Phase B of the commit pipeline.
run_docs_gate() to re-check roadmap_sync and timestamps without re-running tests or other quality checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||