feat(templates): sync Claude Code setup improvements#95
Merged
Conversation
Sync comprehensive Claude Code improvements to the generator template: - CLAUDE.md: Add Delegation Rule (orchestrator does not write app code directly), update Agent Team intro, add autonomous behavior rows - settings.json: Add full permissions section (42 allow, 30 deny) with cross-platform coverage (Unix, PowerShell, cmd.exe) - Rules files: 5 concise quick-reference files extending CLAUDE.md - Skills: /verify and /address-review - auto-format.mjs: Fix shell injection (execFileSync with args array) - validate-bash.mjs: Add npm install block, fix -- separator bypass - stop-quality-gate.mjs: Add branch check, fix output schema - settings.local.json.example: Template for user-specific overrides - .gitignore: Add settings.local.json entry
…anifests The PR #462 sync added 8 new template files (5 rules, 2 skills, settings example) but did not register them in manifests, so they would never appear in generated projects. Adds manifest entries, @feature markers for auth/frontend-specific content, and bumps to 0.9.0.
Syncs 3 dependabot PRs (#458, #459, #460): .NET 10.0.5, NuGet package bumps, and frontend dependency updates (SvelteKit 2.55, Svelte 5.53.12, Paraglide 2.15).
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
Syncs Claude Code setup improvements from netrock PR fpindej/netrock#462 to the generator template.
Changes
/verify,/address-reviewgit checkout -- .bypass fixNotes
@featuremarkers in template CLAUDE.mdTest plan