Conversation
Restructure modules docs from 6 flat sections to 7 progressive sections (Getting Started, Bundles, Workflows, Integrations, Team & Enterprise, Authoring, Reference) with per-bundle collapsible sidebar navigation. - Move 15 guides to bundle/authoring/integration directories - Add jekyll-redirect-from entries for all moved URLs - Rewrite index.md as bundle-focused landing page - Update sidebar to 7-section nav with collapsible bundle groups - Add Gemfile/Gemfile.lock aligned with specfact-cli docs infrastructure - Align docs-pages workflow with specfact-cli (Ruby 3.2 + bundler build) - Fix duplicate excludes in _config.yml Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…iles - Add .github/workflows/docs-review.yml CI gate for link integrity checks - Add tests/unit/docs/test_docs_review.py adapted from specfact-cli - Fix broken relative links in moved files (bundles/, authoring/, integrations/) - Add Gemfile and Gemfile.lock for Jekyll build parity with specfact-cli - Update docs-pages workflow to use Ruby 3.2 + bundler (matching specfact-cli) - Fix contract test assertions for new index.md and sidebar layout Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Move warnings import to top level and suppress too-many-return-statements on the link resolver helper. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…restructure docs: restructure modules site IA with per-bundle navigation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
Release dev to main — docs site IA restructure, OpenSpec change infrastructure, and CI improvements.
Refs:
Scope
packages/registry/index.json,packages/*/module-package.yaml).github/workflows/*)docs/*,README.md,AGENTS.md)scripts/sign-modules.py,scripts/verify-modules-signature.py)Bundle Impact
No bundle source or version changes in this release.
Validation Evidence
All quality gates passed on PR #102 (3.11/3.12/3.13 matrix).
Required local gates
hatch run formathatch run type-checkhatch run linthatch run yaml-linthatch run check-bundle-importshatch run contract-testhatch run smart-test(orhatch run test)Signature + version integrity (required)
hatch run verify-modules-signature --require-signature --payload-from-filesystem --enforce-version-bumpCI and Branch Protection
verify-module-signaturesquality (3.11)quality (3.12)quality (3.13)Docs / Pages
docs/)docs-pages.yml, if changed)specfact-clidocs updated (if applicable)Key docs changes
guides/tobundles/,authoring/,integrations/with per-bundle collapsible navigationGemfile/Gemfile.lock,jekyll-redirect-fromplugin, aligneddocs-pages.ymlwith specfact-clidocs-review.ymlworkflow +test_docs_review.pygate for link integrity, front matter, and navigation checksredirect_fromentries preserving old URLsChecklist