docs: doc-claim drift detected on 2026-06-29 - #16
Open
NickCrew wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Automated doc-drift audit (2026-06-29) found 21 verifiable claim failures across 10 of the 12 audited doc files.
Highlights
README.md:47: DEMO_MODE default documented asstrict; actual default inapp/config.pyisfull. Running withoutDEMO_MODEset activates all vulnerabilities contrary to what the published README states.README.md,docs/architecture.md,docs/developer-guide.md,apps/vuln-api/AGENTS.md,apps/vuln-api/API-DOCUMENTATION.md— all claimstrictortrue; code saysfull.apps/vuln-api/AGENTS.mdclaim nginx handles the production proxy; the Starlette app serves the SPA directly with no nginx.security.pyreferenced as Starlette gating (apps/vuln-api/AGENTS.md:94-98): that file is Flask-era (from flask import jsonify, request) and unused by the Starlette app.apps/vuln-api/tests/README.md: nonexistenttests/vulnerability/directory,run_tests.sh,pytest.ini, wrong coverage thresholds, wrong pytest marker, and stale conftest fixture list.just docs-driftcited indocs/endpoints-catalog.md; correct recipe isjust -f apps/vuln-api/justfile docs-check.Backlog Task
All 21 findings with exact file locations, quoted claims, code evidence, and proposed fixes are tracked in:
backlog/tasks/task-17 - Doc-drift-detected-2026-06-29.mdThis PR adds only the task file. No doc files were modified — fixes are left to a human reviewer per the drift-detector protocol.
Generated by Claude Code