chore: rename project to Aurelius and add community files#3
Merged
Conversation
Rename all references from Coding-Framework to Aurelius (named after Roman Emperor Marcus Aurelius). Update README.md title and description, package.json name and repo URL. Add CONTRIBUTING.md, SECURITY.md, and .github/FUNDING.yml for open source community readiness. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
PAMulligan
pushed a commit
that referenced
this pull request
Jul 1, 2026
…nsumers Complete the v2.0.0 "design system export" scope. The /export-design-system command, output format, and skill already shipped on main; this fills the two remaining gaps: a defined consumer (#3) and a round-trip guarantee (#4). - Add scripts/import-design-tokens.js (+ .sh wrapper): the inverse of the exporter. Reconstructs design-tokens.lock.json from an exported package's lossless tokens.json (--from export root | package dir | tokens.json file), with --out/--verify/--force/--json. tokens.css and tailwind-preset are derived, one-way views and are never used for reconstruction. - Add scripts/__tests__/design-system-roundtrip.test.js: proves tokens -> export -> reimport produces a deep-equal lockfile, plus --verify, direct tokens.json import, and input-validation exit codes. - Add docs/design-system-export/consumers.md: the interchange contract and how the named consumers ingest the export — Aurelius (self re-import), Flavian (WordPress/FSE theme.json mapping + adapter snippet), Nerva (typed tokens in a Hono/Workers backend), and a Style Dictionary note. - Wire re-import/round-trip into the export-design-system skill and the /export-design-system command; document the new script in CLAUDE.md and add a README Documentation Index entry. - Record the validated design in docs/plans/2026-07-01-...-design.md. Closes #82 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
README.mdtitle, description, and clone pathpackage.jsonname field toaureliusand repo URL toAurelius.gitCONTRIBUTING.mdwith getting started, dev setup, branch naming, PR process, Claude Code agents section, and roadmap/prioritiesSECURITY.mdwith responsible disclosure policy (contact: paul@pmds.info).github/FUNDING.ymllinking to Patreon (PMDevSolutions)Test plan
🤖 Generated with Claude Code