Files
telegram-shop/.gitignore
NW 29ab8f9d34 chore(agents): sync agent configs, models, capability index; cleanup junk
- Update agent model assignments (minimax/glm -> nemotron-3-ultra, kimi-k2.7-code, qwen3.5:397b) in .kilo/agents, kilo-meta.json, kilo.jsonc, capability-index.yaml
- Update orchestrator/agent prompts (complexity fast-path, verification tests, close-loop audit)
- Add .kilo/KILO_SPEC.md (Kilo Code specification reference)
- AGENTS.md: consolidate smartadmin agent rows
- Remove screenshot-dash.cjs (unused, contained hardcoded admin token); gitignore it
- Remove empty .kilo/milestones/
2026-08-04 14:16:41 +01:00

27 lines
481 B
Plaintext

.env
node_modules/
tests/node_modules/
tests/screenshots/
tests/visual/baseline/
tests/visual/current/
tests/visual/diff/
tests/reports/
*.log
# SmartAdmin template — copied from APAW CBS repo, not tracked in downstream projects
templates/smartadmin/
# SQLite databases — never commit
db/*.db
db/*.db-wal
db/*.db-shm
# Root-level throwaway scripts
/*.mjs
/*.mjs
# Production backups (contain secrets + DB snapshots — never commit)
production-backup/
screenshot-dash.cjs