Containerize Codewalkers with a multi-stage Docker build (Node + Caddy) and add a seed script that populates the database with a demo initiative, 3 phases, 9 tasks, 3 agents with JSONL log output, a root page, review comments, and a git repo with real branch diffs for the review tab.
13 lines
127 B
Plaintext
13 lines
127 B
Plaintext
node_modules/
|
|
.cw/
|
|
workdir/
|
|
.git/
|
|
apps/server/dist/
|
|
apps/web/dist/
|
|
coverage/
|
|
*.log
|
|
.env*
|
|
.DS_Store
|
|
.screenshots/
|
|
.cw-previews/
|