Add best-of-best Claude Code configuration from local setup to the composable monorepo skeleton template, giving new projects a powerful starting configuration. Commands added (4): - do-parallel: Execute tasks in parallel waves with agent selection - remember: Store learnings as institutional memory - prepare: Pre-implementation readiness assessment - root-cause: Root cause analysis with parallel investigation Skills added (5): - orchestrated-execution: Task pipelines with implementation → review → fix - root-cause-analyst: Systematic diagnosis with confidence scoring - knowledge-librarian: Organize learnings in ai-lookup/ structure - feature-verifier: Verify features work with evidence matrix - prepare: Binary outcome readiness assessment (brief or gap list) Agents added (1): - quality-engineer: Code quality, test coverage, error handling reviewer All Citadel-specific references genericized to use skeleton's existing agents (go-specialist, testing-strategist, security-architect, etc). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
39 lines
531 B
Plaintext
39 lines
531 B
Plaintext
# Credentials - never commit (root .claude/ only, not templates)
|
|
/.claude/
|
|
*.credentials*
|
|
*.key
|
|
*.pem
|
|
.secrets
|
|
|
|
# Kubernetes secrets with real values (use *.example as template)
|
|
deployments/k8s/base/secrets.yaml
|
|
deployments/k8s/base/credentials.yaml
|
|
|
|
# Local development
|
|
.env.local
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Build artifacts
|
|
*.tar
|
|
*.gz
|
|
/rdev-api
|
|
coverage.out
|
|
|
|
# Temporary files
|
|
tmp/
|
|
|
|
# Deploy keys (generated, never commit)
|
|
*-deploy-key
|
|
*-deploy-key.pub
|
|
*-deploy-key.b64
|
|
.agentive-remediation/
|