Files
sase.tr/.gitignore
Semih c72f063a25
Some checks failed
CI / Lint, Typecheck, Test & Build (push) Has been cancelled
fusion: dev-branch autonomy charter
Wire the autonomous engineering pipeline to operate on dev branch with
no human deploy gate. Pushes to git.semih.ai/root/sase.tr.git dev
trigger the Coolify webhook that redeploys https://dev.sase.tr — the
operator pulls signal from the live URL instead of approving every
merge.

Production (main → sase.tr) stays human-driven: agents never push to
main directly; promotion is an explicit operator decision.

Critical-path policy on dev relaxes for auth/payments/billing/
subscription so the loop can ship fixes there with a regression test;
migrations + dep/config changes still need human ack on dev because
they desync persisted/shared state.

Adds team-charter.md (dev/main topology, severity matrix, routing
rules, council protocol, loop detection) and MEMORY.md updates that
agents consult on every triage. Also gitignore'd fusion's runtime
SQLite/task state so .fusion/agents and .fusion/memory remain the
only authored docs in the tree.
2026-05-09 16:41:04 +00:00

54 lines
519 B
Plaintext

# Dependencies
node_modules/
.pnpm-store/
# Build outputs
dist/
.next/
.turbo/
out/
# Environment
.env
.env.local
.env.*.local
# Logs
logs/
*.log
npm-debug.log*
# Backups
backups/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Docker secrets
docker/.env
# PM2
.pm2/
# Coverage
coverage/
# Temp
tmp/
temp/
# Fusion runtime state — keep authored docs (memory, agents, templates) only
.fusion/*
!.fusion/memory/
!.fusion/agents/
!.fusion/templates/
.fusion/memory/2*.md
.fusion/memory/DREAMS.md