Implements bd-3a4 and bd-2pa.1 (project setup): - Initialize npm project with TypeScript configuration - Add package.json with build scripts and dependencies - Create src/ structure with types and CLI entry point - Add CLI commands: tui, web, tail (placeholders) - Configure tsconfig.json for NodeNext modules This addresses worker starvation (bd-29a) by demonstrating that direct implementation is a viable alternative when workers cannot claim beads due to dependency resolution issues. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
24 lines
187 B
Text
24 lines
187 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Test coverage
|
|
coverage/
|