diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 0e21a13..86a042b 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -27,7 +27,7 @@ { "name": "astro-builder", "description": "Build Astro 6 static content sites with Claude. Enforces best practices for i18n, content collections, the page-views pattern, and design systems. Starts with /astro-builder:init to configure your project.", - "version": "1.1.0", + "version": "1.2.0", "author": { "name": "pcamarajr" }, diff --git a/.gitignore b/.gitignore index 0677f2a..51c9cd7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,9 @@ .claude/settings.local.json .worktrees/ .cost-log/ + +# Personal-knowledge memory system (local-only, see personal-knowledge-cli) +.claude/CLAUDE.md +.claude/skills/memory/ +.claude/skills/import-memories/ +.claude/skills/init-memory/ diff --git a/README.md b/README.md index 63b5cb3..760da0f 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Install: Astro 6 site builder plugin that scaffolds and evolves static content sites using the page-views pattern, i18n, content collections, and quality gates. - **Best for:** creating or restructuring Astro content architectures -- **Key skills:** `init`, `init project`, `init lighthouse`, `new-page`, `new-content-type`, `translate`, `audit` +- **Key skills:** `init`, `init project`, `init lighthouse`, `new-page`, `new-content-type`, `translate`, `audit`, `css-conventions` (auto-applied) Install: diff --git a/astro-builder/README.md b/astro-builder/README.md index 749f10b..fc6c396 100644 --- a/astro-builder/README.md +++ b/astro-builder/README.md @@ -49,6 +49,7 @@ If you want the fastest start, begin from the ready template: | `/astro-builder:new-content-type` | Add a new content collection with schema, utilities, and example content | | `/astro-builder:translate` | Localize a content entry or i18n JSON to another locale | | `/astro-builder:audit` | Audit for anti-patterns, missing translations, schema errors, and build failures | +| `css-conventions` _(auto-applied)_ | Enforces CSS discipline whenever styles are written: token-only values, scoped `