docs: add pypi-axi to community catalog - #128
Open
mstuart wants to merge 1 commit into
Open
Conversation
4 tasks
4 tasks
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
pypi-axientry tocatalog.yaml's community list (name, url, author, domain, description).README.mdanddocs/index.htmlto include the newpypi-axirow.Risk Assessment
✅ Low: Purely additive documentation change (one catalog.yaml entry plus its generated README.md and docs/index.html rows) with no source code, build, or release-process changes; content and table formatting are internally consistent with existing entries.
Testing
This is a docs-only change adding the pypi-axi CLI to the community catalog (catalog.yaml, README.md, docs/index.html). After installing workspace dependencies (pnpm via corepack, gitignored and removed afterward),
docs:checkpassed, confirming no drift between catalog.yaml and the generated markdown/HTML regions for the new entry, and the generator's existing unit tests passed unchanged. No code paths beyond doc generation were touched, so no further evidence is needed.Evidence: docs:check output confirming generated regions match catalog.yaml
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.
node scripts/generate-docs.mjs --check(docs:check) — validates generated README.md/docs/index.html community-catalog regions match catalog.yaml source of truth, including the new pypi-axi entrynode --test scripts/generate-docs.test.mjs(docs:test) — unit tests for the catalog HTML/Markdown generation logic used to render the new entry✅ **Document** - passed
✅ No issues found.
✅ **Lint** - passed
✅ No issues found.
✅ **Push** - passed
✅ No issues found.