Skip to content

fix: correct wrong lexicon NSIDs and contributor model across docs#92

Merged
Kzoeps merged 2 commits intomainfrom
docs-w96-clean
Mar 6, 2026
Merged

fix: correct wrong lexicon NSIDs and contributor model across docs#92
Kzoeps merged 2 commits intomainfrom
docs-w96-clean

Conversation

@Kzoeps
Copy link
Copy Markdown
Contributor

@Kzoeps Kzoeps commented Mar 5, 2026

Summary

  • Fixes all instances of two wrong lexicon NSIDs across 6 documentation pages: org.hypercerts.claim.contributionDetailsorg.hypercerts.claim.contribution, and org.hypercerts.claim.collectionorg.hypercerts.collection
  • Rewrites the contributor model description in the core data model page to accurately reflect the dual inline-object/strong-reference pattern defined in the actual lexicon (org.hypercerts.claim.activity)
  • Fixes the "How records connect" tree to show contributors as embedded objects rather than separate child records

Files changed

File Change
pages/lexicons/hypercerts-lexicons/index.md Fix Contribution + Collection NSIDs
pages/lexicons/hypercerts-lexicons/contribution.md Fix Contribution NSID + heading
pages/lexicons/hypercerts-lexicons/collection.md Fix Collection NSID
pages/architecture/data-flow-and-lifecycle.md Fix both NSIDs
pages/roadmap.md Fix Collection NSID
pages/core-concepts/hypercerts-core-data-model.md Fix both NSIDs + rewrite contributor model + fix records tree

Supersedes #88, #89, #90, #91 (squashed clean history).

Closes docs-w96.

Summary by CodeRabbit

  • Documentation

    • Updated core data model and lexicon documentation to reflect refined naming conventions and enhanced contributor structure
    • Introduced planning documentation for upcoming on-chain funding and tokenization features
    • Enhanced site design with improved typography, color palette, and mobile responsiveness
  • Chores

    • Updated documentation metadata timestamps

…cs-w96.2, docs-w96.3, docs-w96.5, docs-w96.6)
@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 5, 2026

Deployment failed with the following error:

Resource is limited - try again in 4 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/sadamantines-projects?upgradeToPro=build-rate-limit

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hypercerts-atproto-documentation Ready Ready Preview, Comment Mar 6, 2026 4:58am
hypercerts-v0.2-documentation Ready Ready Preview, Comment Mar 6, 2026 4:58am

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 5, 2026

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

This PR updates lexicon namespace identifiers (NSIDs) for collection and contribution records, refactors the contributor data structure in the core data model to use an array with inline/reference options, and updates timestamps across multiple documentation pages.

Changes

Cohort / File(s) Summary
Lexicon NSID - Collection
pages/lexicons/hypercerts-lexicons/collection.md, pages/lexicons/hypercerts-lexicons/index.md, pages/roadmap.md, pages/architecture/data-flow-and-lifecycle.md
Renamed collection NSID from org.hypercerts.claim.collection to org.hypercerts.collection across lexicon references and documentation.
Lexicon NSID - Contribution
pages/lexicons/hypercerts-lexicons/contribution.md, pages/lexicons/hypercerts-lexicons/index.md, pages/architecture/data-flow-and-lifecycle.md
Renamed contribution NSID from org.hypercerts.claim.contributionDetails to org.hypercerts.claim.contribution and updated schema reference links.
Core Data Model
pages/core-concepts/hypercerts-core-data-model.md
Restructured contributor representation from separate AT-URI records to a contributors array with inline objects and references, including explicit handling for contributorIdentity and contributionDetails.
Timestamp Updates
lib/lastUpdated.json
Updated last-modified timestamps for nine documentation paths reflecting recent content changes.
Minor Formatting
pages/getting-started/building-on-hypercerts.md
Added blank line before "Next Steps" section for improved spacing.
Issues & Planning
.beads/issues.jsonl
Added numerous issues and epics for design polish, infrastructure planning, and documentation enhancements.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

Suggested reviewers

  • s-adamantine

Poem

🐰 With careful care, the namespaces shift,
Contributors bundled—a structure to lift,
Collection renamed, contribution refined,
Timestamps updated, all paths redesigned! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main objective: correcting lexicon NSIDs and the contributor model across documentation pages, which aligns with the changeset's primary focus.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs-w96-clean

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 5, 2026

Deployment failed with the following error:

Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/sadamantines-projects?upgradeToPro=build-rate-limit

…ructure (docs-w96.4, docs-w96.7, docs-hl0, docs-m9c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant