Adds missing standard artifacts: - README.md (if missing) - AGENTS.md (AI agent contract) - PLAN.md (current sprint) - STATUS.md (where we are) - DEVELOPMENT.md (dev workflow) - DEPLOYMENT.md (deploy procedure) - TESTING.md (test strategy) - DECISIONS.md (ADR index + templates) - .github/CODEOWNERS - .github/workflows/ci.yml Preserves all existing artifacts. Refs: RugMunchMedia/fleet-template
15 lines
350 B
Text
15 lines
350 B
Text
# Default owners
|
|
* @crmuncher
|
|
|
|
# Standards + fleet (slower review)
|
|
/AGENTS.md @crmuncher
|
|
/ARCHITECTURE.md @crmuncher
|
|
/README.md @crmuncher
|
|
/STATUS.md @crmuncher
|
|
/PLAN.md @crmuncher
|
|
/ROADMAP.md @crmuncher
|
|
/DECISIONS.md @crmuncher
|
|
|
|
# Sensitive paths
|
|
/.secrets/ @crmuncher
|
|
/backend/chain_vault/ @crmuncher
|