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
14 lines
136 B
Text
14 lines
136 B
Text
.git
|
|
.gitignore
|
|
__pycache__
|
|
.mypy_cache
|
|
.ruff_cache
|
|
.pytest_cache
|
|
.venv
|
|
.env
|
|
tests/
|
|
*.md
|
|
Dockerfile
|
|
docker-compose.yml
|
|
Makefile
|
|
test.sh
|