docs: fix 17 documentation inconsistencies#33
Merged
Intina47 merged 2 commits intoIntina47:mainfrom Apr 11, 2026
Merged
Conversation
- Fix Notion docs claiming write capabilities when MCP tool only exposes search/read - Correct platform count from 14 to 11; add Antigravity, remove Codewisperer/Ollama - Fix Claude Desktop auto-config path, expand to list all 11 platforms - Remove nonexistent CHANGELOG.md and scripts/ references - Update stale version string in test script (v1.0.3 -> v2.0.0) - Fix Node.js requirement from 16+ to 18+ - Add missing database tables and project-metrics.ts to architecture docs - Fix core-tools.ts comment (9 -> 8 tools) - Rename NOTION_INTERGRATION.md -> NOTION_INTEGRATION.md (typo) - Add audit report to docs/audits/
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ca88052571
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Owner
|
@didierhk Thank you, and congratulations on your first merged PR on Context Sync! 🎉 We truly appreciate your contribution and are excited to see more amazing PRs from you in the future. Keep up the great work! |
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
Ran a full documentation consistency audit against code and cross-referenced all 12 docs for contradictions. Found and fixed 17 issues:
scripts/dir reference, wrong tool count in comment)Key fixes
docs/NOTION_INTEGRATION.mdINTERGRATION).ARCHITECTURE.mdproject-metrics.tsto Layer 3. Fixed CLI path. Expanded auto-config section to list all 11 platforms. Removed nonexistent CHANGELOG.md reference.package.jsonCHANGELOG.mdwithdocs/**/*in files array.AGENTS.mdscripts/directory reference.src/core-tools.tsdocs/audits/Overlap with #28
This PR touches some of the same files as #28. The changes are complementary — #28 expands documentation, this PR fixes factual accuracy. Recommend merging #28 first; this PR should rebase cleanly with minor conflicts.
Test plan
core-tools.tstool count,schema.tstables,platform-configs.cjsplatforms)docs/NOTION_INTEGRATION.mdrenamed correctly (no broken links)npm testprints correct version stringpackage.jsonfiles array is valid fornpm publish