Add first-pass wrangle registry and documentation pipeline - #25
Merged
Conversation
- Define the Registry contract, schemas, shared controls, fixtures, and validation workflow. - Bootstrap 98 normalized wrangle entries from WranglesPY code and schemas, reconciled with existing Wrangles-Docs Markdown. - Generate 309 machine-readable contracts, raw artifacts, documentation pages, and navigation entries. - Pin Registry provenance to the corresponding WranglesPY runtime manifest. - Rename the Docusaurus site directory from `my-docs-site` to `wrangles-docs`.
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
7916bf158e8b7e561270a1bea7b808f88956edc4and adds runtime reconciliation reports.my-docs-sitetowrangles-docs.Behavior and compatibility
/wrangleswith a visible Registry Pilot navigation item./wrangledocumentation pages and routes intact; this PR does not cut over or replace them.Validation
npm run check:registry— passed; all 309 generated artifacts are current.npm run build— passed; Docusaurus reported only the previously identified broken-link and broken-anchor warnings outside the Registry work.git diff --cached --check— clean before commit.main.Follow-up work
A separate presentation-layer round will bring the generated pages to roughly 80% replacement readiness by reusing the existing wrangle styles, improving example presentation, removing internal pilot terminology from the public template, and preserving the richer
_sourcesguidance. The existing pages will remain available until a later reviewed route cutover.Additional incremental work includes database UUID assignment, expanding fixture-backed examples, content polish, and final redirect/link validation.
Rollback
Revert this PR to remove the Registry pilot and restore the previous site-directory layout. No existing
/wrangledocumentation pages are removed by this change.