Skip to content

chore: rename project to Aurelius and add community files#3

Merged
PAMulligan merged 1 commit into
mainfrom
chore/rename-to-aurelius
Mar 19, 2026
Merged

chore: rename project to Aurelius and add community files#3
PAMulligan merged 1 commit into
mainfrom
chore/rename-to-aurelius

Conversation

@PAMulligan

Copy link
Copy Markdown
Collaborator

Summary

  • Rename all project references from "Coding-Framework" to "Aurelius" (named after Roman Emperor Marcus Aurelius — all PMDS FOSS projects are named after Roman Emperors)
  • Update README.md title, description, and clone path
  • Update package.json name field to aurelius and repo URL to Aurelius.git
  • Add CONTRIBUTING.md with getting started, dev setup, branch naming, PR process, Claude Code agents section, and roadmap/priorities
  • Add SECURITY.md with responsible disclosure policy (contact: paul@pmds.info)
  • Add .github/FUNDING.yml linking to Patreon (PMDevSolutions)

Test plan

  • Verify README.md renders correctly on GitHub with new title
  • Verify CONTRIBUTING.md, SECURITY.md render correctly
  • Verify GitHub Sponsor button appears (from FUNDING.yml)
  • Confirm no remaining "Coding-Framework" text references in updated files
  • After merge, rename the GitHub repo from Coding-Framework to Aurelius

🤖 Generated with Claude Code

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 PAMulligan self-assigned this Mar 19, 2026
@PAMulligan PAMulligan added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file labels Mar 19, 2026
@PAMulligan
PAMulligan merged commit 4bfe45c into main Mar 19, 2026
1 check passed
@PAMulligan
PAMulligan deleted the chore/rename-to-aurelius branch March 19, 2026 19:14
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation

Projects

Development

Successfully merging this pull request may close these issues.

1 participant