- Extract src/lib/agent/ bounded context with types, registry, messaging - Add comments_count to BeadIssue for SSE comment detection - Create batch endpoints for mail/reservations APIs - Add memory validation to session-preflight - Remove unused empty dirs (mockup, sessions, timeline) - Move stashes to docs/references, gitignore them
24 lines
376 B
Text
24 lines
376 B
Text
node_modules/
|
|
.next/
|
|
*.tsbuildinfo
|
|
.worktrees/
|
|
worktrees/
|
|
|
|
# bv (beads viewer) local config and caches
|
|
.bv/
|
|
|
|
# beads lock artifact
|
|
.beads/.bv.lock
|
|
.beads/.jsonl.lock
|
|
|
|
# local screenshot artifacts
|
|
artifacts/
|
|
|
|
# beads socket lock
|
|
.beads/bd.sock.startlock
|
|
|
|
# beadboard runtime artifacts
|
|
.beadboard/
|
|
|
|
# Archived stashes for reference
|
|
docs/references/stashes/
|