Files
saltbo__agent-kanban/.gitignore
jarvis a2fa54a729 feat!: rebuild Agent Kanban for Realmroot Toolbox
Replace the v1 Agent/Machine runtime and CLI architecture with the v2 Resource Server, AMA-backed projections, task lifecycle, session observation, BDD specifications, and a single-package layered codebase.

BREAKING CHANGE: remove the v1 CLI, internal Agent/Machine runtime entities, workspace layout, and legacy runtime coordination APIs.
2026-09-02 00:17:52 -04:00

50 lines
549 B
Plaintext

node_modules/
dist/
.wrangler/
.pages-dev/
*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
.dev.vars
# Test
coverage/
playwright-report/
test-results/
.maintainer-smoke/
# Symlink (local dev workaround)
/functions
# Claude Code local settings
.claude/settings.local.json
# gstack logs
.gstack/
# Playwright MCP logs
.playwright-mcp/
.playwright-cli/
# Root wrangler config (local dev workaround)
/wrangler.jsonc
# agent skills (managed by daemon)
.claude/skills/
.agents/
skills-lock.json
.secrets/