docs: add notion-axi to the community catalog#64
Open
maximebrmd wants to merge 3 commits into
Open
Conversation
notion-axi is an AXI for Notion (search, read, create, update pages and databases) — published on npm with token-efficient TOON output, a shipped Agent Skill, and PAT or internal-integration auth. Co-Authored-By: Maxime Bourmaud <maxime.brmd@gmail.com>
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.
What Changed
notion-axirow to the community catalog table inREADME.md, and re-aligned the table to prettier formatting.notion-axientry to the community catalog indocs/index.htmlso the docs site lists it alongside the other community tools.Risk Assessment
✅ Low: The change is a single documentation table row added to README.md following existing catalog conventions, with no code or behavioral impact.
Testing
Baseline diff inspection showed the change is a single new row in the README community catalog table. I confirmed the linked repo (github.com/maximebrmd/notion-axi) resolves with HTTP 200 and that the new row has the correct 4 columns. To show the reviewer-visible surface, I rendered the real README through GitHub's markdown API and captured a screenshot of the community catalog table, where the new notion-axi row renders correctly and in proper alignment (highlighted green in the evidence image). No source files were modified; working tree is clean.
/var/folders/nc/h6cqr5d1479fk9phbbs8lz640000gn/T/no-mistakes-evidence/01KW1C42X83JRM5WWQPSN2BVEM/community-catalog.png)/var/folders/nc/h6cqr5d1479fk9phbbs8lz640000gn/T/no-mistakes-evidence/01KW1C42X83JRM5WWQPSN2BVEM/readme-table.png)Evidence: Rendered README HTML (GitHub markdown API output)
Pipeline
Updates from git push no-mistakes
⏭️ **intent** - skipped
✅ No issues found.
✅ **Rebase** - passed
✅ No issues found.
✅ **Review** - passed
✅ No issues found.
✅ **Test** - passed
✅ No issues found.
git diffbase→target — confirmed single-line README additioncurl -o /dev/null -w %{http_code} https://github.com/maximebrmd/notion-axi→ 200 (link target exists)awk -F'|'column-count check on the new row → 4 fields matching the 4-column headerRendered README.md via GitHub markdown API (POST api.github.com/markdown/raw) and headless-Chrome screenshot of the community catalog table✅ **Document** - passed
✅ No issues found.
✅ **Lint** - passed
✅ No issues found.
✅ **Push** - passed
✅ No issues found.