mirror of
https://github.com/saltbo/agent-kanban.git
synced 2026-09-19 09:01:47 +08:00
a2fa54a729
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.
50 lines
549 B
Plaintext
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/
|