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
10 lines
164 B
TOML
10 lines
164 B
TOML
[tools]
|
|
python = "3.12"
|
|
node = "22"
|
|
go = "latest"
|
|
rust = "stable"
|
|
|
|
[env]
|
|
# WalletPress development environment
|
|
WP_DATA_DIR = "./data"
|
|
WP_AI_PROVIDER = "openrouter"
|