docs: doc-claim drift detected on 2026-07-06 - #17
Open
NickCrew wants to merge 3 commits into
Open
Conversation
16 findings across 8 of 12 audited doc files (12 P1, 4 P2). Logged as TASK-17 in backlog/tasks/.
…thods payment_methods_db is also used to store authorization sub-records (e.g. the 'authorizations' key added by seed_fedramp_demo_fixtures). The checkout_methods route was iterating all keys and accessing details['enabled'] and details['processing_fee'], which KeyErrors on the nested authorization dict and returns a 500. Fix by filtering to only entries that carry both 'enabled' and 'processing_fee' before building the response. Co-Authored-By: Chimera Bot <chimera-bot@noreply.atlascrew.dev>
…sue) Previous push via GitHub MCP API stored the file with literal \\n escape sequences instead of real newlines, causing a SyntaxError at import time. Re-push with correctly formatted file. Co-Authored-By: Chimera Bot <chimera-bot@noreply.atlascrew.dev>
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 of the 12-file active doc set. 16 findings across 8 files: 12 P1 (dev-doc errors — broken commands, missing paths, wrong symbols) and 4 P2 (minor staleness).
Backlog task:
backlog/tasks/task-17 - Doc-drift-detected-2026-07-06.mdFinding summary by file
docs/architecture.mdtrue(invalid);education/blueprint missing from listing; CSP unpkg.com vs https://unpkg.comdocs/developer-guide.mdmake -C apps/vuln-api test-*— no Makefile existsREADME.mdmakecommandsapps/vuln-api/README.mddocs/API-DOCUMENTATION.mdand../DOCUMENTATION.mdapps/vuln-api/AGENTS.mdapps/vuln-api/API-DOCUMENTATION.mdapps/vuln-api/tests/README.mdcreate_app('testing')call; 90% vs 80% coverage;pip installvsuv sync; wrong pytest markersdocs/endpoints-catalog.mdThis PR adds only the TASK-17 backlog file. The actual doc fixes are the acceptance criteria in that task.
Generated by Claude Code