@cluesmith/codev 2.0.0-rc.9 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/af.js +2 -2
- package/bin/consult.js +1 -1
- package/dashboard/dist/assets/index-4n9zpWLY.css +32 -0
- package/dashboard/dist/assets/index-b38SaXk5.js +136 -0
- package/dashboard/dist/assets/index-b38SaXk5.js.map +1 -0
- package/dashboard/dist/index.html +14 -0
- package/dist/agent-farm/cli.d.ts.map +1 -1
- package/dist/agent-farm/cli.js +179 -104
- package/dist/agent-farm/cli.js.map +1 -1
- package/dist/agent-farm/commands/architect.d.ts +3 -3
- package/dist/agent-farm/commands/architect.d.ts.map +1 -1
- package/dist/agent-farm/commands/architect.js +20 -147
- package/dist/agent-farm/commands/architect.js.map +1 -1
- package/dist/agent-farm/commands/attach.d.ts +13 -0
- package/dist/agent-farm/commands/attach.d.ts.map +1 -0
- package/dist/agent-farm/commands/attach.js +144 -0
- package/dist/agent-farm/commands/attach.js.map +1 -0
- package/dist/agent-farm/commands/cleanup.d.ts.map +1 -1
- package/dist/agent-farm/commands/cleanup.js +35 -19
- package/dist/agent-farm/commands/cleanup.js.map +1 -1
- package/dist/agent-farm/commands/consult.d.ts +3 -4
- package/dist/agent-farm/commands/consult.d.ts.map +1 -1
- package/dist/agent-farm/commands/consult.js +27 -37
- package/dist/agent-farm/commands/consult.js.map +1 -1
- package/dist/agent-farm/commands/index.d.ts +2 -2
- package/dist/agent-farm/commands/index.d.ts.map +1 -1
- package/dist/agent-farm/commands/index.js +2 -2
- package/dist/agent-farm/commands/index.js.map +1 -1
- package/dist/agent-farm/commands/open.d.ts +4 -2
- package/dist/agent-farm/commands/open.d.ts.map +1 -1
- package/dist/agent-farm/commands/open.js +33 -83
- package/dist/agent-farm/commands/open.js.map +1 -1
- package/dist/agent-farm/commands/send.d.ts +1 -1
- package/dist/agent-farm/commands/send.d.ts.map +1 -1
- package/dist/agent-farm/commands/send.js +70 -79
- package/dist/agent-farm/commands/send.js.map +1 -1
- package/dist/agent-farm/commands/shell.d.ts +15 -0
- package/dist/agent-farm/commands/shell.d.ts.map +1 -0
- package/dist/agent-farm/commands/shell.js +50 -0
- package/dist/agent-farm/commands/shell.js.map +1 -0
- package/dist/agent-farm/commands/spawn-roles.d.ts +80 -0
- package/dist/agent-farm/commands/spawn-roles.d.ts.map +1 -0
- package/dist/agent-farm/commands/spawn-roles.js +278 -0
- package/dist/agent-farm/commands/spawn-roles.js.map +1 -0
- package/dist/agent-farm/commands/spawn-worktree.d.ts +96 -0
- package/dist/agent-farm/commands/spawn-worktree.d.ts.map +1 -0
- package/dist/agent-farm/commands/spawn-worktree.js +305 -0
- package/dist/agent-farm/commands/spawn-worktree.js.map +1 -0
- package/dist/agent-farm/commands/spawn.d.ts +5 -1
- package/dist/agent-farm/commands/spawn.d.ts.map +1 -1
- package/dist/agent-farm/commands/spawn.js +241 -561
- package/dist/agent-farm/commands/spawn.js.map +1 -1
- package/dist/agent-farm/commands/start.d.ts +10 -20
- package/dist/agent-farm/commands/start.d.ts.map +1 -1
- package/dist/agent-farm/commands/start.js +45 -449
- package/dist/agent-farm/commands/start.js.map +1 -1
- package/dist/agent-farm/commands/status.d.ts +2 -0
- package/dist/agent-farm/commands/status.d.ts.map +1 -1
- package/dist/agent-farm/commands/status.js +75 -24
- package/dist/agent-farm/commands/status.js.map +1 -1
- package/dist/agent-farm/commands/stop.d.ts +6 -0
- package/dist/agent-farm/commands/stop.d.ts.map +1 -1
- package/dist/agent-farm/commands/stop.js +49 -109
- package/dist/agent-farm/commands/stop.js.map +1 -1
- package/dist/agent-farm/commands/tower-cloud.d.ts +48 -0
- package/dist/agent-farm/commands/tower-cloud.d.ts.map +1 -0
- package/dist/agent-farm/commands/tower-cloud.js +293 -0
- package/dist/agent-farm/commands/tower-cloud.js.map +1 -0
- package/dist/agent-farm/commands/tower.d.ts +9 -0
- package/dist/agent-farm/commands/tower.d.ts.map +1 -1
- package/dist/agent-farm/commands/tower.js +59 -19
- package/dist/agent-farm/commands/tower.js.map +1 -1
- package/dist/agent-farm/db/index.d.ts +6 -2
- package/dist/agent-farm/db/index.d.ts.map +1 -1
- package/dist/agent-farm/db/index.js +301 -19
- package/dist/agent-farm/db/index.js.map +1 -1
- package/dist/agent-farm/db/migrate.d.ts +0 -4
- package/dist/agent-farm/db/migrate.d.ts.map +1 -1
- package/dist/agent-farm/db/migrate.js +6 -55
- package/dist/agent-farm/db/migrate.js.map +1 -1
- package/dist/agent-farm/db/schema.d.ts +3 -3
- package/dist/agent-farm/db/schema.d.ts.map +1 -1
- package/dist/agent-farm/db/schema.js +25 -19
- package/dist/agent-farm/db/schema.js.map +1 -1
- package/dist/agent-farm/db/types.d.ts +3 -13
- package/dist/agent-farm/db/types.d.ts.map +1 -1
- package/dist/agent-farm/db/types.js +3 -11
- package/dist/agent-farm/db/types.js.map +1 -1
- package/dist/agent-farm/hq-connector.d.ts +2 -6
- package/dist/agent-farm/hq-connector.d.ts.map +1 -1
- package/dist/agent-farm/hq-connector.js +2 -17
- package/dist/agent-farm/hq-connector.js.map +1 -1
- package/dist/agent-farm/lib/cloud-config.d.ts +59 -0
- package/dist/agent-farm/lib/cloud-config.d.ts.map +1 -0
- package/dist/agent-farm/lib/cloud-config.js +143 -0
- package/dist/agent-farm/lib/cloud-config.js.map +1 -0
- package/dist/agent-farm/lib/device-name.d.ts +25 -0
- package/dist/agent-farm/lib/device-name.d.ts.map +1 -0
- package/dist/agent-farm/lib/device-name.js +46 -0
- package/dist/agent-farm/lib/device-name.js.map +1 -0
- package/dist/agent-farm/lib/nonce-store.d.ts +28 -0
- package/dist/agent-farm/lib/nonce-store.d.ts.map +1 -0
- package/dist/agent-farm/lib/nonce-store.js +60 -0
- package/dist/agent-farm/lib/nonce-store.js.map +1 -0
- package/dist/agent-farm/lib/token-exchange.d.ts +18 -0
- package/dist/agent-farm/lib/token-exchange.d.ts.map +1 -0
- package/dist/agent-farm/lib/token-exchange.js +48 -0
- package/dist/agent-farm/lib/token-exchange.js.map +1 -0
- package/dist/agent-farm/lib/tower-client.d.ts +163 -0
- package/dist/agent-farm/lib/tower-client.d.ts.map +1 -0
- package/dist/agent-farm/lib/tower-client.js +233 -0
- package/dist/agent-farm/lib/tower-client.js.map +1 -0
- package/dist/agent-farm/lib/tunnel-client.d.ts +117 -0
- package/dist/agent-farm/lib/tunnel-client.d.ts.map +1 -0
- package/dist/agent-farm/lib/tunnel-client.js +504 -0
- package/dist/agent-farm/lib/tunnel-client.js.map +1 -0
- package/dist/agent-farm/servers/tower-instances.d.ts +82 -0
- package/dist/agent-farm/servers/tower-instances.d.ts.map +1 -0
- package/dist/agent-farm/servers/tower-instances.js +454 -0
- package/dist/agent-farm/servers/tower-instances.js.map +1 -0
- package/dist/agent-farm/servers/tower-routes.d.ts +34 -0
- package/dist/agent-farm/servers/tower-routes.d.ts.map +1 -0
- package/dist/agent-farm/servers/tower-routes.js +1445 -0
- package/dist/agent-farm/servers/tower-routes.js.map +1 -0
- package/dist/agent-farm/servers/tower-server.d.ts +5 -2
- package/dist/agent-farm/servers/tower-server.d.ts.map +1 -1
- package/dist/agent-farm/servers/tower-server.js +157 -475
- package/dist/agent-farm/servers/tower-server.js.map +1 -1
- package/dist/agent-farm/servers/tower-terminals.d.ts +119 -0
- package/dist/agent-farm/servers/tower-terminals.d.ts.map +1 -0
- package/dist/agent-farm/servers/tower-terminals.js +629 -0
- package/dist/agent-farm/servers/tower-terminals.js.map +1 -0
- package/dist/agent-farm/servers/tower-tunnel.d.ts +34 -0
- package/dist/agent-farm/servers/tower-tunnel.d.ts.map +1 -0
- package/dist/agent-farm/servers/tower-tunnel.js +480 -0
- package/dist/agent-farm/servers/tower-tunnel.js.map +1 -0
- package/dist/agent-farm/servers/tower-types.d.ts +86 -0
- package/dist/agent-farm/servers/tower-types.d.ts.map +1 -0
- package/dist/agent-farm/servers/tower-types.js +6 -0
- package/dist/agent-farm/servers/tower-types.js.map +1 -0
- package/dist/agent-farm/servers/tower-utils.d.ts +58 -0
- package/dist/agent-farm/servers/tower-utils.d.ts.map +1 -0
- package/dist/agent-farm/servers/tower-utils.js +182 -0
- package/dist/agent-farm/servers/tower-utils.js.map +1 -0
- package/dist/agent-farm/servers/tower-websocket.d.ts +25 -0
- package/dist/agent-farm/servers/tower-websocket.d.ts.map +1 -0
- package/dist/agent-farm/servers/tower-websocket.js +171 -0
- package/dist/agent-farm/servers/tower-websocket.js.map +1 -0
- package/dist/agent-farm/state.d.ts +6 -2
- package/dist/agent-farm/state.d.ts.map +1 -1
- package/dist/agent-farm/state.js +34 -25
- package/dist/agent-farm/state.js.map +1 -1
- package/dist/agent-farm/types.d.ts +49 -26
- package/dist/agent-farm/types.d.ts.map +1 -1
- package/dist/agent-farm/utils/config.d.ts +0 -5
- package/dist/agent-farm/utils/config.d.ts.map +1 -1
- package/dist/agent-farm/utils/config.js +12 -44
- package/dist/agent-farm/utils/config.js.map +1 -1
- package/dist/agent-farm/utils/deps.d.ts.map +1 -1
- package/dist/agent-farm/utils/deps.js +0 -32
- package/dist/agent-farm/utils/deps.js.map +1 -1
- package/dist/agent-farm/utils/file-tabs.d.ts +27 -0
- package/dist/agent-farm/utils/file-tabs.d.ts.map +1 -0
- package/dist/agent-farm/utils/file-tabs.js +46 -0
- package/dist/agent-farm/utils/file-tabs.js.map +1 -0
- package/dist/agent-farm/utils/gate-status.d.ts +16 -0
- package/dist/agent-farm/utils/gate-status.d.ts.map +1 -0
- package/dist/agent-farm/utils/gate-status.js +79 -0
- package/dist/agent-farm/utils/gate-status.js.map +1 -0
- package/dist/agent-farm/utils/gate-watcher.d.ts +38 -0
- package/dist/agent-farm/utils/gate-watcher.d.ts.map +1 -0
- package/dist/agent-farm/utils/gate-watcher.js +122 -0
- package/dist/agent-farm/utils/gate-watcher.js.map +1 -0
- package/dist/agent-farm/utils/index.d.ts +0 -1
- package/dist/agent-farm/utils/index.d.ts.map +1 -1
- package/dist/agent-farm/utils/index.js +0 -1
- package/dist/agent-farm/utils/index.js.map +1 -1
- package/dist/agent-farm/utils/notifications.d.ts +30 -0
- package/dist/agent-farm/utils/notifications.d.ts.map +1 -0
- package/dist/agent-farm/utils/notifications.js +121 -0
- package/dist/agent-farm/utils/notifications.js.map +1 -0
- package/dist/agent-farm/utils/server-utils.d.ts +5 -5
- package/dist/agent-farm/utils/server-utils.d.ts.map +1 -1
- package/dist/agent-farm/utils/server-utils.js +5 -16
- package/dist/agent-farm/utils/server-utils.js.map +1 -1
- package/dist/agent-farm/utils/session.d.ts +32 -0
- package/dist/agent-farm/utils/session.d.ts.map +1 -0
- package/dist/agent-farm/utils/session.js +57 -0
- package/dist/agent-farm/utils/session.js.map +1 -0
- package/dist/agent-farm/utils/shell.d.ts +9 -22
- package/dist/agent-farm/utils/shell.d.ts.map +1 -1
- package/dist/agent-farm/utils/shell.js +34 -34
- package/dist/agent-farm/utils/shell.js.map +1 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +6 -37
- package/dist/cli.js.map +1 -1
- package/dist/commands/adopt.d.ts.map +1 -1
- package/dist/commands/adopt.js +33 -4
- package/dist/commands/adopt.js.map +1 -1
- package/dist/commands/consult/index.d.ts +13 -2
- package/dist/commands/consult/index.d.ts.map +1 -1
- package/dist/commands/consult/index.js +244 -29
- package/dist/commands/consult/index.js.map +1 -1
- package/dist/commands/doctor.d.ts.map +1 -1
- package/dist/commands/doctor.js +96 -79
- package/dist/commands/doctor.js.map +1 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +36 -3
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/porch/build-counter.d.ts +5 -0
- package/dist/commands/porch/build-counter.d.ts.map +1 -0
- package/dist/commands/porch/build-counter.js +5 -0
- package/dist/commands/porch/build-counter.js.map +1 -0
- package/dist/commands/porch/checks.d.ts +3 -2
- package/dist/commands/porch/checks.d.ts.map +1 -1
- package/dist/commands/porch/checks.js +8 -2
- package/dist/commands/porch/checks.js.map +1 -1
- package/dist/commands/porch/index.d.ts +4 -0
- package/dist/commands/porch/index.d.ts.map +1 -1
- package/dist/commands/porch/index.js +109 -70
- package/dist/commands/porch/index.js.map +1 -1
- package/dist/commands/porch/next.d.ts +22 -0
- package/dist/commands/porch/next.d.ts.map +1 -0
- package/dist/commands/porch/next.js +571 -0
- package/dist/commands/porch/next.js.map +1 -0
- package/dist/commands/porch/plan.d.ts +11 -1
- package/dist/commands/porch/plan.d.ts.map +1 -1
- package/dist/commands/porch/plan.js +33 -5
- package/dist/commands/porch/plan.js.map +1 -1
- package/dist/commands/porch/prompts.d.ts.map +1 -1
- package/dist/commands/porch/prompts.js +44 -26
- package/dist/commands/porch/prompts.js.map +1 -1
- package/dist/commands/porch/protocol.d.ts +6 -4
- package/dist/commands/porch/protocol.d.ts.map +1 -1
- package/dist/commands/porch/protocol.js +59 -15
- package/dist/commands/porch/protocol.js.map +1 -1
- package/dist/commands/porch/state.d.ts +29 -2
- package/dist/commands/porch/state.d.ts.map +1 -1
- package/dist/commands/porch/state.js +71 -3
- package/dist/commands/porch/state.js.map +1 -1
- package/dist/commands/porch/types.d.ts +45 -2
- package/dist/commands/porch/types.d.ts.map +1 -1
- package/dist/commands/porch/verdict.d.ts +31 -0
- package/dist/commands/porch/verdict.d.ts.map +1 -0
- package/dist/commands/porch/verdict.js +59 -0
- package/dist/commands/porch/verdict.js.map +1 -0
- package/dist/commands/update.d.ts.map +1 -1
- package/dist/commands/update.js +18 -6
- package/dist/commands/update.js.map +1 -1
- package/dist/lib/scaffold.d.ts +13 -0
- package/dist/lib/scaffold.d.ts.map +1 -1
- package/dist/lib/scaffold.js +36 -0
- package/dist/lib/scaffold.js.map +1 -1
- package/dist/terminal/index.d.ts +8 -0
- package/dist/terminal/index.d.ts.map +1 -0
- package/dist/terminal/index.js +5 -0
- package/dist/terminal/index.js.map +1 -0
- package/dist/terminal/pty-manager.d.ts +69 -0
- package/dist/terminal/pty-manager.d.ts.map +1 -0
- package/dist/terminal/pty-manager.js +377 -0
- package/dist/terminal/pty-manager.js.map +1 -0
- package/dist/terminal/pty-session.d.ts +104 -0
- package/dist/terminal/pty-session.d.ts.map +1 -0
- package/dist/terminal/pty-session.js +327 -0
- package/dist/terminal/pty-session.js.map +1 -0
- package/dist/terminal/ring-buffer.d.ts +34 -0
- package/dist/terminal/ring-buffer.d.ts.map +1 -0
- package/dist/terminal/ring-buffer.js +94 -0
- package/dist/terminal/ring-buffer.js.map +1 -0
- package/dist/terminal/session-manager.d.ts +115 -0
- package/dist/terminal/session-manager.d.ts.map +1 -0
- package/dist/terminal/session-manager.js +582 -0
- package/dist/terminal/session-manager.js.map +1 -0
- package/dist/terminal/shellper-client.d.ts +66 -0
- package/dist/terminal/shellper-client.d.ts.map +1 -0
- package/dist/terminal/shellper-client.js +234 -0
- package/dist/terminal/shellper-client.js.map +1 -0
- package/dist/terminal/shellper-main.d.ts +19 -0
- package/dist/terminal/shellper-main.d.ts.map +1 -0
- package/dist/terminal/shellper-main.js +153 -0
- package/dist/terminal/shellper-main.js.map +1 -0
- package/dist/terminal/shellper-process.d.ts +75 -0
- package/dist/terminal/shellper-process.d.ts.map +1 -0
- package/dist/terminal/shellper-process.js +279 -0
- package/dist/terminal/shellper-process.js.map +1 -0
- package/dist/terminal/shellper-protocol.d.ts +115 -0
- package/dist/terminal/shellper-protocol.d.ts.map +1 -0
- package/dist/terminal/shellper-protocol.js +214 -0
- package/dist/terminal/shellper-protocol.js.map +1 -0
- package/dist/terminal/shellper-replay-buffer.d.ts +38 -0
- package/dist/terminal/shellper-replay-buffer.d.ts.map +1 -0
- package/dist/terminal/shellper-replay-buffer.js +94 -0
- package/dist/terminal/shellper-replay-buffer.js.map +1 -0
- package/dist/terminal/ws-protocol.d.ts +27 -0
- package/dist/terminal/ws-protocol.d.ts.map +1 -0
- package/dist/terminal/ws-protocol.js +44 -0
- package/dist/terminal/ws-protocol.js.map +1 -0
- package/package.json +17 -5
- package/skeleton/.claude/skills/af/SKILL.md +89 -0
- package/skeleton/.claude/skills/codev/SKILL.md +41 -0
- package/skeleton/.claude/skills/consult/SKILL.md +81 -0
- package/skeleton/.claude/skills/generate-image/SKILL.md +56 -0
- package/skeleton/DEPENDENCIES.md +4 -62
- package/skeleton/builders.md +1 -1
- package/skeleton/consult-types/impl-review.md +18 -9
- package/skeleton/consult-types/integration-review.md +1 -1
- package/skeleton/consult-types/plan-review.md +1 -1
- package/skeleton/consult-types/pr-ready.md +1 -1
- package/skeleton/consult-types/spec-review.md +1 -1
- package/skeleton/porch/prompts/defend.md +1 -1
- package/skeleton/porch/prompts/evaluate.md +2 -2
- package/skeleton/porch/prompts/implement.md +1 -1
- package/skeleton/porch/prompts/plan.md +1 -1
- package/skeleton/porch/prompts/review.md +4 -4
- package/skeleton/porch/prompts/specify.md +1 -1
- package/skeleton/porch/prompts/understand.md +2 -2
- package/skeleton/protocol-schema.json +282 -0
- package/skeleton/protocols/bugfix/builder-prompt.md +60 -0
- package/skeleton/protocols/bugfix/prompts/fix.md +77 -0
- package/skeleton/protocols/bugfix/prompts/investigate.md +77 -0
- package/skeleton/protocols/bugfix/prompts/pr.md +84 -0
- package/skeleton/protocols/bugfix/protocol.json +20 -33
- package/skeleton/protocols/experiment/builder-prompt.md +52 -0
- package/skeleton/protocols/experiment/protocol.json +101 -0
- package/skeleton/protocols/experiment/protocol.md +3 -3
- package/skeleton/protocols/experiment/templates/notes.md +1 -1
- package/skeleton/protocols/maintain/builder-prompt.md +46 -0
- package/skeleton/protocols/maintain/prompts/audit.md +111 -0
- package/skeleton/protocols/maintain/prompts/clean.md +91 -0
- package/skeleton/protocols/maintain/prompts/sync.md +113 -0
- package/skeleton/protocols/maintain/prompts/verify.md +110 -0
- package/skeleton/protocols/maintain/protocol.json +141 -0
- package/skeleton/protocols/maintain/protocol.md +17 -11
- package/skeleton/protocols/protocol-schema.json +54 -1
- package/skeleton/protocols/spir/builder-prompt.md +66 -0
- package/skeleton/protocols/spir/prompts/implement.md +208 -0
- package/skeleton/protocols/{spider → spir}/prompts/plan.md +6 -70
- package/skeleton/protocols/{spider → spir}/prompts/review.md +20 -39
- package/skeleton/protocols/{spider → spir}/prompts/specify.md +24 -59
- package/skeleton/protocols/{spider → spir}/protocol.json +30 -10
- package/skeleton/protocols/{spider → spir}/protocol.md +35 -21
- package/skeleton/protocols/spir/templates/review.md +89 -0
- package/skeleton/protocols/tick/builder-prompt.md +56 -0
- package/skeleton/protocols/tick/protocol.json +7 -2
- package/skeleton/protocols/tick/protocol.md +18 -18
- package/skeleton/protocols/tick/templates/review.md +1 -1
- package/skeleton/resources/commands/agent-farm.md +63 -46
- package/skeleton/resources/commands/codev.md +0 -2
- package/skeleton/resources/commands/overview.md +7 -17
- package/skeleton/resources/workflow-reference.md +4 -4
- package/skeleton/roles/architect.md +151 -306
- package/skeleton/roles/builder.md +115 -332
- package/skeleton/roles/consultant.md +6 -6
- package/skeleton/templates/AGENTS.md +2 -2
- package/skeleton/templates/CLAUDE.md +2 -2
- package/skeleton/templates/cheatsheet.md +7 -5
- package/skeleton/templates/projectlist.md +1 -1
- package/templates/dashboard/index.html +17 -16
- package/templates/dashboard/js/dialogs.js +7 -7
- package/templates/dashboard/js/files.js +2 -2
- package/templates/dashboard/js/main.js +4 -4
- package/templates/dashboard/js/projects.js +3 -3
- package/templates/dashboard/js/tabs.js +1 -1
- package/templates/dashboard/js/utils.js +22 -1
- package/templates/open.html +26 -0
- package/templates/tower.html +731 -91
- package/dist/agent-farm/commands/kickoff.d.ts +0 -20
- package/dist/agent-farm/commands/kickoff.d.ts.map +0 -1
- package/dist/agent-farm/commands/kickoff.js +0 -273
- package/dist/agent-farm/commands/kickoff.js.map +0 -1
- package/dist/agent-farm/commands/rename.d.ts +0 -13
- package/dist/agent-farm/commands/rename.d.ts.map +0 -1
- package/dist/agent-farm/commands/rename.js +0 -33
- package/dist/agent-farm/commands/rename.js.map +0 -1
- package/dist/agent-farm/commands/tutorial.d.ts +0 -10
- package/dist/agent-farm/commands/tutorial.d.ts.map +0 -1
- package/dist/agent-farm/commands/tutorial.js +0 -49
- package/dist/agent-farm/commands/tutorial.js.map +0 -1
- package/dist/agent-farm/commands/util.d.ts +0 -15
- package/dist/agent-farm/commands/util.d.ts.map +0 -1
- package/dist/agent-farm/commands/util.js +0 -108
- package/dist/agent-farm/commands/util.js.map +0 -1
- package/dist/agent-farm/servers/dashboard-server.d.ts +0 -7
- package/dist/agent-farm/servers/dashboard-server.d.ts.map +0 -1
- package/dist/agent-farm/servers/dashboard-server.js +0 -1858
- package/dist/agent-farm/servers/dashboard-server.js.map +0 -1
- package/dist/agent-farm/servers/open-server.d.ts +0 -7
- package/dist/agent-farm/servers/open-server.d.ts.map +0 -1
- package/dist/agent-farm/servers/open-server.js +0 -315
- package/dist/agent-farm/servers/open-server.js.map +0 -1
- package/dist/agent-farm/tutorial/index.d.ts +0 -8
- package/dist/agent-farm/tutorial/index.d.ts.map +0 -1
- package/dist/agent-farm/tutorial/index.js +0 -8
- package/dist/agent-farm/tutorial/index.js.map +0 -1
- package/dist/agent-farm/tutorial/prompts.d.ts +0 -57
- package/dist/agent-farm/tutorial/prompts.d.ts.map +0 -1
- package/dist/agent-farm/tutorial/prompts.js +0 -147
- package/dist/agent-farm/tutorial/prompts.js.map +0 -1
- package/dist/agent-farm/tutorial/runner.d.ts +0 -52
- package/dist/agent-farm/tutorial/runner.d.ts.map +0 -1
- package/dist/agent-farm/tutorial/runner.js +0 -204
- package/dist/agent-farm/tutorial/runner.js.map +0 -1
- package/dist/agent-farm/tutorial/state.d.ts +0 -26
- package/dist/agent-farm/tutorial/state.d.ts.map +0 -1
- package/dist/agent-farm/tutorial/state.js +0 -89
- package/dist/agent-farm/tutorial/state.js.map +0 -1
- package/dist/agent-farm/tutorial/steps/first-spec.d.ts +0 -7
- package/dist/agent-farm/tutorial/steps/first-spec.d.ts.map +0 -1
- package/dist/agent-farm/tutorial/steps/first-spec.js +0 -136
- package/dist/agent-farm/tutorial/steps/first-spec.js.map +0 -1
- package/dist/agent-farm/tutorial/steps/implementation.d.ts +0 -7
- package/dist/agent-farm/tutorial/steps/implementation.d.ts.map +0 -1
- package/dist/agent-farm/tutorial/steps/implementation.js +0 -76
- package/dist/agent-farm/tutorial/steps/implementation.js.map +0 -1
- package/dist/agent-farm/tutorial/steps/index.d.ts +0 -10
- package/dist/agent-farm/tutorial/steps/index.d.ts.map +0 -1
- package/dist/agent-farm/tutorial/steps/index.js +0 -10
- package/dist/agent-farm/tutorial/steps/index.js.map +0 -1
- package/dist/agent-farm/tutorial/steps/planning.d.ts +0 -7
- package/dist/agent-farm/tutorial/steps/planning.d.ts.map +0 -1
- package/dist/agent-farm/tutorial/steps/planning.js +0 -143
- package/dist/agent-farm/tutorial/steps/planning.js.map +0 -1
- package/dist/agent-farm/tutorial/steps/review.d.ts +0 -7
- package/dist/agent-farm/tutorial/steps/review.d.ts.map +0 -1
- package/dist/agent-farm/tutorial/steps/review.js +0 -78
- package/dist/agent-farm/tutorial/steps/review.js.map +0 -1
- package/dist/agent-farm/tutorial/steps/setup.d.ts +0 -7
- package/dist/agent-farm/tutorial/steps/setup.d.ts.map +0 -1
- package/dist/agent-farm/tutorial/steps/setup.js +0 -126
- package/dist/agent-farm/tutorial/steps/setup.js.map +0 -1
- package/dist/agent-farm/tutorial/steps/welcome.d.ts +0 -7
- package/dist/agent-farm/tutorial/steps/welcome.d.ts.map +0 -1
- package/dist/agent-farm/tutorial/steps/welcome.js +0 -50
- package/dist/agent-farm/tutorial/steps/welcome.js.map +0 -1
- package/dist/agent-farm/utils/orphan-handler.d.ts +0 -27
- package/dist/agent-farm/utils/orphan-handler.d.ts.map +0 -1
- package/dist/agent-farm/utils/orphan-handler.js +0 -149
- package/dist/agent-farm/utils/orphan-handler.js.map +0 -1
- package/dist/agent-farm/utils/port-registry.d.ts +0 -58
- package/dist/agent-farm/utils/port-registry.d.ts.map +0 -1
- package/dist/agent-farm/utils/port-registry.js +0 -166
- package/dist/agent-farm/utils/port-registry.js.map +0 -1
- package/dist/agent-farm/utils/terminal-ports.d.ts +0 -18
- package/dist/agent-farm/utils/terminal-ports.d.ts.map +0 -1
- package/dist/agent-farm/utils/terminal-ports.js +0 -35
- package/dist/agent-farm/utils/terminal-ports.js.map +0 -1
- package/dist/commands/pcheck/cache.d.ts +0 -48
- package/dist/commands/pcheck/cache.d.ts.map +0 -1
- package/dist/commands/pcheck/cache.js +0 -170
- package/dist/commands/pcheck/cache.js.map +0 -1
- package/dist/commands/pcheck/evaluator.d.ts +0 -15
- package/dist/commands/pcheck/evaluator.d.ts.map +0 -1
- package/dist/commands/pcheck/evaluator.js +0 -246
- package/dist/commands/pcheck/evaluator.js.map +0 -1
- package/dist/commands/pcheck/index.d.ts +0 -12
- package/dist/commands/pcheck/index.d.ts.map +0 -1
- package/dist/commands/pcheck/index.js +0 -249
- package/dist/commands/pcheck/index.js.map +0 -1
- package/dist/commands/pcheck/parser.d.ts +0 -39
- package/dist/commands/pcheck/parser.d.ts.map +0 -1
- package/dist/commands/pcheck/parser.js +0 -155
- package/dist/commands/pcheck/parser.js.map +0 -1
- package/dist/commands/pcheck/types.d.ts +0 -82
- package/dist/commands/pcheck/types.d.ts.map +0 -1
- package/dist/commands/pcheck/types.js +0 -5
- package/dist/commands/pcheck/types.js.map +0 -1
- package/dist/commands/porch/claude.d.ts +0 -29
- package/dist/commands/porch/claude.d.ts.map +0 -1
- package/dist/commands/porch/claude.js +0 -79
- package/dist/commands/porch/claude.js.map +0 -1
- package/dist/commands/porch/consultation.d.ts +0 -56
- package/dist/commands/porch/consultation.d.ts.map +0 -1
- package/dist/commands/porch/consultation.js +0 -330
- package/dist/commands/porch/consultation.js.map +0 -1
- package/dist/commands/porch/notifications.d.ts +0 -99
- package/dist/commands/porch/notifications.d.ts.map +0 -1
- package/dist/commands/porch/notifications.js +0 -223
- package/dist/commands/porch/notifications.js.map +0 -1
- package/dist/commands/porch/plan-parser.d.ts +0 -38
- package/dist/commands/porch/plan-parser.d.ts.map +0 -1
- package/dist/commands/porch/plan-parser.js +0 -166
- package/dist/commands/porch/plan-parser.js.map +0 -1
- package/dist/commands/porch/protocol-loader.d.ts +0 -46
- package/dist/commands/porch/protocol-loader.d.ts.map +0 -1
- package/dist/commands/porch/protocol-loader.js +0 -262
- package/dist/commands/porch/protocol-loader.js.map +0 -1
- package/dist/commands/porch/repl.d.ts +0 -33
- package/dist/commands/porch/repl.d.ts.map +0 -1
- package/dist/commands/porch/repl.js +0 -206
- package/dist/commands/porch/repl.js.map +0 -1
- package/dist/commands/porch/run.d.ts +0 -15
- package/dist/commands/porch/run.d.ts.map +0 -1
- package/dist/commands/porch/run.js +0 -551
- package/dist/commands/porch/run.js.map +0 -1
- package/dist/commands/porch/signal-parser.d.ts +0 -102
- package/dist/commands/porch/signal-parser.d.ts.map +0 -1
- package/dist/commands/porch/signal-parser.js +0 -199
- package/dist/commands/porch/signal-parser.js.map +0 -1
- package/dist/commands/porch/signals.d.ts +0 -35
- package/dist/commands/porch/signals.d.ts.map +0 -1
- package/dist/commands/porch/signals.js +0 -76
- package/dist/commands/porch/signals.js.map +0 -1
- package/dist/commands/porch2/checks.d.ts +0 -29
- package/dist/commands/porch2/checks.d.ts.map +0 -1
- package/dist/commands/porch2/checks.js +0 -141
- package/dist/commands/porch2/checks.js.map +0 -1
- package/dist/commands/porch2/index.d.ts +0 -38
- package/dist/commands/porch2/index.d.ts.map +0 -1
- package/dist/commands/porch2/index.js +0 -483
- package/dist/commands/porch2/index.js.map +0 -1
- package/dist/commands/porch2/plan.d.ts +0 -70
- package/dist/commands/porch2/plan.d.ts.map +0 -1
- package/dist/commands/porch2/plan.js +0 -227
- package/dist/commands/porch2/plan.js.map +0 -1
- package/dist/commands/porch2/protocol.d.ts +0 -37
- package/dist/commands/porch2/protocol.d.ts.map +0 -1
- package/dist/commands/porch2/protocol.js +0 -183
- package/dist/commands/porch2/protocol.js.map +0 -1
- package/dist/commands/porch2/state.d.ts +0 -35
- package/dist/commands/porch2/state.d.ts.map +0 -1
- package/dist/commands/porch2/state.js +0 -124
- package/dist/commands/porch2/state.js.map +0 -1
- package/dist/commands/porch2/types.d.ts +0 -79
- package/dist/commands/porch2/types.d.ts.map +0 -1
- package/dist/commands/porch2/types.js +0 -8
- package/dist/commands/porch2/types.js.map +0 -1
- package/dist/commands/tower.d.ts +0 -16
- package/dist/commands/tower.d.ts.map +0 -1
- package/dist/commands/tower.js +0 -21
- package/dist/commands/tower.js.map +0 -1
- package/skeleton/config.json +0 -7
- package/skeleton/protocols/spider/prompts/defend.md +0 -215
- package/skeleton/protocols/spider/prompts/evaluate.md +0 -241
- package/skeleton/protocols/spider/prompts/implement.md +0 -149
- package/skeleton/protocols/spider/templates/review.md +0 -207
- /package/skeleton/protocols/{spider → spir}/templates/plan.md +0 -0
- /package/skeleton/protocols/{spider → spir}/templates/spec.md +0 -0
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
# IMPLEMENT Phase Prompt
|
|
2
|
-
|
|
3
|
-
You are executing the **IMPLEMENT** phase of the SPIDER protocol.
|
|
4
|
-
|
|
5
|
-
## Your Goal
|
|
6
|
-
|
|
7
|
-
Write clean, well-structured code that implements the current plan phase.
|
|
8
|
-
|
|
9
|
-
## Context
|
|
10
|
-
|
|
11
|
-
- **Project ID**: {{project_id}}
|
|
12
|
-
- **Project Title**: {{title}}
|
|
13
|
-
- **Current State**: {{current_state}}
|
|
14
|
-
- **Plan Phase**: {{plan_phase}} (if applicable)
|
|
15
|
-
- **Spec File**: `codev/specs/{{project_id}}-{{title}}.md`
|
|
16
|
-
- **Plan File**: `codev/plans/{{project_id}}-{{title}}.md`
|
|
17
|
-
|
|
18
|
-
## Consultation Context
|
|
19
|
-
|
|
20
|
-
**Implementation does NOT require consultation checkpoints** - that happens after Defend.
|
|
21
|
-
|
|
22
|
-
However, you should be aware:
|
|
23
|
-
- Spec and Plan have already been reviewed by GPT-5 Codex and Gemini Pro
|
|
24
|
-
- After you complete Implement + Defend, your work will be reviewed
|
|
25
|
-
- Implementation must strictly follow the approved spec and plan
|
|
26
|
-
|
|
27
|
-
## Prerequisites
|
|
28
|
-
|
|
29
|
-
Before implementing, verify:
|
|
30
|
-
1. Previous phase (if any) is committed to git
|
|
31
|
-
2. You've read the plan phase you're implementing
|
|
32
|
-
3. You understand the success criteria for this phase
|
|
33
|
-
4. Dependencies from earlier phases are available
|
|
34
|
-
|
|
35
|
-
## Process
|
|
36
|
-
|
|
37
|
-
### 1. Review the Plan Phase
|
|
38
|
-
|
|
39
|
-
Read the current phase in the plan:
|
|
40
|
-
- What is the objective?
|
|
41
|
-
- What files need to be created/modified?
|
|
42
|
-
- What are the success criteria?
|
|
43
|
-
- What dependencies exist?
|
|
44
|
-
|
|
45
|
-
### 2. Set Up
|
|
46
|
-
|
|
47
|
-
- Verify you're on the correct branch
|
|
48
|
-
- Check that previous phase is committed: `git log --oneline -5`
|
|
49
|
-
- Ensure build passes before starting: `npm run build` (or equivalent)
|
|
50
|
-
|
|
51
|
-
### 3. Implement
|
|
52
|
-
|
|
53
|
-
Write the code following these principles:
|
|
54
|
-
|
|
55
|
-
**Code Quality Standards**:
|
|
56
|
-
- Self-documenting code (clear names, obvious structure)
|
|
57
|
-
- No commented-out code
|
|
58
|
-
- No debug prints in final code
|
|
59
|
-
- Explicit error handling
|
|
60
|
-
- Follow project style guide
|
|
61
|
-
|
|
62
|
-
**Implementation Approach**:
|
|
63
|
-
- Work on one file at a time
|
|
64
|
-
- Make small, incremental changes
|
|
65
|
-
- Test as you go (manual verification is fine here)
|
|
66
|
-
- Document complex logic with comments
|
|
67
|
-
|
|
68
|
-
### 4. Self-Review
|
|
69
|
-
|
|
70
|
-
Before signaling completion:
|
|
71
|
-
- Read through all changes
|
|
72
|
-
- Check for obvious bugs
|
|
73
|
-
- Verify code matches the spec requirements
|
|
74
|
-
- Ensure no accidental debug code
|
|
75
|
-
|
|
76
|
-
### 5. Build Verification
|
|
77
|
-
|
|
78
|
-
Run build checks using **project-specific commands**:
|
|
79
|
-
|
|
80
|
-
```bash
|
|
81
|
-
# Check package.json scripts or Makefile for actual commands
|
|
82
|
-
# Common patterns:
|
|
83
|
-
npm run build # Node.js/TypeScript projects
|
|
84
|
-
npm run typecheck # TypeScript type checking
|
|
85
|
-
npm run lint # Linting (ESLint, etc.)
|
|
86
|
-
cargo build # Rust projects
|
|
87
|
-
go build ./... # Go projects
|
|
88
|
-
make build # Projects using Makefiles
|
|
89
|
-
```
|
|
90
|
-
|
|
91
|
-
**Important**: Don't assume `npm run build` exists. Check `package.json` or equivalent first.
|
|
92
|
-
|
|
93
|
-
Fix any errors before proceeding.
|
|
94
|
-
|
|
95
|
-
## Output
|
|
96
|
-
|
|
97
|
-
- Modified/created source files as specified in the plan phase
|
|
98
|
-
- All build checks passing
|
|
99
|
-
- Code ready for the Defend (testing) phase
|
|
100
|
-
|
|
101
|
-
## Signals
|
|
102
|
-
|
|
103
|
-
Emit appropriate signals based on your progress:
|
|
104
|
-
|
|
105
|
-
- After implementation is complete and builds pass:
|
|
106
|
-
```
|
|
107
|
-
<signal>PHASE_IMPLEMENTED</signal>
|
|
108
|
-
```
|
|
109
|
-
|
|
110
|
-
- If you encounter a blocker:
|
|
111
|
-
```
|
|
112
|
-
<signal>BLOCKED:reason goes here</signal>
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
- If you need spec/plan clarification:
|
|
116
|
-
```
|
|
117
|
-
<signal>NEEDS_CLARIFICATION:specific question</signal>
|
|
118
|
-
```
|
|
119
|
-
|
|
120
|
-
## Important Notes
|
|
121
|
-
|
|
122
|
-
1. **Follow the plan** - Implement what's specified, not more
|
|
123
|
-
2. **Don't over-engineer** - Simplest solution that works
|
|
124
|
-
3. **Don't skip error handling** - But don't go overboard either
|
|
125
|
-
4. **Keep changes focused** - Only touch files in this phase
|
|
126
|
-
5. **Build must pass** - Don't proceed if build fails
|
|
127
|
-
|
|
128
|
-
## What NOT to Do
|
|
129
|
-
|
|
130
|
-
- Don't write tests yet (that's Defend phase)
|
|
131
|
-
- Don't modify files outside this phase's scope
|
|
132
|
-
- Don't add features not in the spec
|
|
133
|
-
- Don't leave TODO comments for later (fix now or note as blocker)
|
|
134
|
-
- Don't commit yet (that happens after Defend + Evaluate)
|
|
135
|
-
- Don't use `git add .` or `git add -A` when you do commit (security risk)
|
|
136
|
-
|
|
137
|
-
## Handling Problems
|
|
138
|
-
|
|
139
|
-
**If the plan is unclear**:
|
|
140
|
-
Signal `NEEDS_CLARIFICATION` with your specific question.
|
|
141
|
-
|
|
142
|
-
**If you discover the spec is wrong**:
|
|
143
|
-
Signal `BLOCKED` and explain the issue. The Architect may need to update the spec.
|
|
144
|
-
|
|
145
|
-
**If a dependency is missing**:
|
|
146
|
-
Signal `BLOCKED` with details about what's missing.
|
|
147
|
-
|
|
148
|
-
**If build fails and you can't fix it**:
|
|
149
|
-
Signal `BLOCKED` with the error message.
|
|
@@ -1,207 +0,0 @@
|
|
|
1
|
-
# Review: [Feature/Project Name]
|
|
2
|
-
|
|
3
|
-
## Metadata
|
|
4
|
-
- **Date**: [YYYY-MM-DD]
|
|
5
|
-
- **Specification**: [Link to codev/specs/spec-file.md]
|
|
6
|
-
- **Plan**: [Link to codev/plans/plan-file.md]
|
|
7
|
-
|
|
8
|
-
## Executive Summary
|
|
9
|
-
[Brief overview of what was built, how it went, and key outcomes]
|
|
10
|
-
|
|
11
|
-
## Specification Compliance
|
|
12
|
-
|
|
13
|
-
### Success Criteria Assessment
|
|
14
|
-
| Criterion | Status | Evidence | Notes |
|
|
15
|
-
|-----------|--------|----------|-------|
|
|
16
|
-
| [Criterion 1] | ✅/❌/⚠️ | [Link/description] | [Any context] |
|
|
17
|
-
| [Criterion 2] | ✅/❌/⚠️ | [Link/description] | [Any context] |
|
|
18
|
-
| [All tests pass >90% coverage] | ✅/❌/⚠️ | [Coverage report] | [Details] |
|
|
19
|
-
| [Performance benchmarks met] | ✅/❌/⚠️ | [Metrics] | [Details] |
|
|
20
|
-
|
|
21
|
-
### Deviations from Specification
|
|
22
|
-
| Original Requirement | What Was Built | Reason for Deviation |
|
|
23
|
-
|---------------------|----------------|---------------------|
|
|
24
|
-
| [If any] | [Actual] | [Justification] |
|
|
25
|
-
|
|
26
|
-
## Plan Execution Review
|
|
27
|
-
|
|
28
|
-
### Phase Completion
|
|
29
|
-
| Phase | Status | Notes |
|
|
30
|
-
|-------|--------|-------|
|
|
31
|
-
| Phase 1 | Complete | [Context] |
|
|
32
|
-
| Phase 2 | Complete | [Context] |
|
|
33
|
-
|
|
34
|
-
### Deliverables Checklist
|
|
35
|
-
- [x] All planned features implemented
|
|
36
|
-
- [x] Test coverage achieved
|
|
37
|
-
- [x] Documentation updated
|
|
38
|
-
- [x] Performance requirements met
|
|
39
|
-
- [ ] [Any incomplete items]
|
|
40
|
-
|
|
41
|
-
## Code Quality Assessment
|
|
42
|
-
|
|
43
|
-
### Architecture Impact
|
|
44
|
-
- **Positive Changes**: [Improvements made to architecture]
|
|
45
|
-
- **Technical Debt Incurred**: [Any shortcuts taken]
|
|
46
|
-
- **Future Considerations**: [What should be refactored later]
|
|
47
|
-
|
|
48
|
-
### Code Metrics
|
|
49
|
-
- **Lines of Code**: [Added/Modified/Removed]
|
|
50
|
-
- **Test Coverage**: [Percentage and areas covered]
|
|
51
|
-
- **Code Complexity**: [Cyclomatic complexity if measured]
|
|
52
|
-
- **Documentation Coverage**: [Public APIs documented?]
|
|
53
|
-
|
|
54
|
-
### Security Review
|
|
55
|
-
- **Vulnerabilities Found**: [None/List]
|
|
56
|
-
- **Security Best Practices**: [Followed/Exceptions]
|
|
57
|
-
- **Sensitive Data Handling**: [Properly secured?]
|
|
58
|
-
|
|
59
|
-
## Performance Analysis
|
|
60
|
-
|
|
61
|
-
### Benchmarks
|
|
62
|
-
| Metric | Target | Achieved | Status |
|
|
63
|
-
|--------|--------|----------|---------|
|
|
64
|
-
| Response Time (p95) | <200ms | [Actual] | ✅/❌ |
|
|
65
|
-
| Throughput | 1000 rps | [Actual] | ✅/❌ |
|
|
66
|
-
| Memory Usage | <500MB | [Actual] | ✅/❌ |
|
|
67
|
-
|
|
68
|
-
### Load Testing Results
|
|
69
|
-
[Summary of load testing outcomes, if performed]
|
|
70
|
-
|
|
71
|
-
## Testing Summary
|
|
72
|
-
|
|
73
|
-
### Test Execution
|
|
74
|
-
- **Unit Tests**: [X passed, Y failed]
|
|
75
|
-
- **Integration Tests**: [X passed, Y failed]
|
|
76
|
-
- **E2E Tests**: [X passed, Y failed]
|
|
77
|
-
- **Manual Testing**: [Scenarios tested]
|
|
78
|
-
|
|
79
|
-
### Issues Found During Testing
|
|
80
|
-
| Issue | Severity | Resolution |
|
|
81
|
-
|-------|----------|------------|
|
|
82
|
-
| [Bug 1] | Critical/High/Medium/Low | [Fixed/Deferred] |
|
|
83
|
-
|
|
84
|
-
## Lessons Learned
|
|
85
|
-
|
|
86
|
-
### What Went Well
|
|
87
|
-
1. [Success point 1 - be specific]
|
|
88
|
-
2. [Success point 2 - include why it worked]
|
|
89
|
-
3. [Success point 3 - note for future replication]
|
|
90
|
-
|
|
91
|
-
### What Was Challenging
|
|
92
|
-
1. [Challenge 1 - describe the issue]
|
|
93
|
-
- **Root Cause**: [Why it happened]
|
|
94
|
-
- **Resolution**: [How it was addressed]
|
|
95
|
-
- **Prevention**: [How to avoid in future]
|
|
96
|
-
|
|
97
|
-
2. [Challenge 2]
|
|
98
|
-
- **Root Cause**:
|
|
99
|
-
- **Resolution**:
|
|
100
|
-
- **Prevention**:
|
|
101
|
-
|
|
102
|
-
### What Would You Do Differently
|
|
103
|
-
1. [Improvement 1 - be actionable]
|
|
104
|
-
2. [Improvement 2 - be specific]
|
|
105
|
-
3. [Improvement 3 - be realistic]
|
|
106
|
-
|
|
107
|
-
## Methodology Feedback
|
|
108
|
-
|
|
109
|
-
### SP(IDE)R Protocol Effectiveness
|
|
110
|
-
- **Specification Phase**: [Was it thorough enough? Too detailed?]
|
|
111
|
-
- **Planning Phase**: [Were estimates accurate? Phases well-sized?]
|
|
112
|
-
- **Implementation Loop**: [Did IDE cycle work well?]
|
|
113
|
-
- **Review Process**: [Is this review capturing the right information?]
|
|
114
|
-
|
|
115
|
-
### Suggested Improvements
|
|
116
|
-
1. **Template Updates**: [Any template improvements needed?]
|
|
117
|
-
2. **Process Changes**: [Any step modifications recommended?]
|
|
118
|
-
3. **Tool Needs**: [Any automation opportunities?]
|
|
119
|
-
|
|
120
|
-
## Resource Analysis
|
|
121
|
-
|
|
122
|
-
### Time Investment
|
|
123
|
-
- **Planned**: [X person-days]
|
|
124
|
-
- **Actual**: [Y person-days]
|
|
125
|
-
- **Variance Explanation**: [Why different?]
|
|
126
|
-
|
|
127
|
-
### Team Feedback
|
|
128
|
-
- [Feedback from team members]
|
|
129
|
-
- [Collaboration insights]
|
|
130
|
-
- [Communication effectiveness]
|
|
131
|
-
|
|
132
|
-
## Follow-Up Actions
|
|
133
|
-
|
|
134
|
-
### Immediate (This Week)
|
|
135
|
-
- [ ] [Action 1 - owner]
|
|
136
|
-
- [ ] [Action 2 - owner]
|
|
137
|
-
|
|
138
|
-
### Short-term (This Month)
|
|
139
|
-
- [ ] [Action 1 - owner]
|
|
140
|
-
- [ ] [Action 2 - owner]
|
|
141
|
-
|
|
142
|
-
### Long-term (Future Consideration)
|
|
143
|
-
- [ ] [Improvement opportunity 1]
|
|
144
|
-
- [ ] [Technical debt to address]
|
|
145
|
-
|
|
146
|
-
## Risk Retrospective
|
|
147
|
-
|
|
148
|
-
### Identified Risks That Materialized
|
|
149
|
-
| Risk | Impact | How Handled | Prevention for Future |
|
|
150
|
-
|------|--------|-------------|----------------------|
|
|
151
|
-
| [Risk] | [What happened] | [Resolution] | [Learning] |
|
|
152
|
-
|
|
153
|
-
### Unforeseen Issues
|
|
154
|
-
| Issue | Impact | How Handled | How to Predict |
|
|
155
|
-
|-------|--------|-------------|----------------|
|
|
156
|
-
| [Issue] | [Impact] | [Resolution] | [Detection method] |
|
|
157
|
-
|
|
158
|
-
## Documentation Updates
|
|
159
|
-
|
|
160
|
-
### Completed
|
|
161
|
-
- [x] API documentation updated
|
|
162
|
-
- [x] README updated
|
|
163
|
-
- [x] Architecture diagrams revised
|
|
164
|
-
- [ ] [Pending items]
|
|
165
|
-
|
|
166
|
-
### Knowledge Transfer
|
|
167
|
-
- **Wiki/Confluence Updates**: [Links]
|
|
168
|
-
- **Team Presentations**: [Scheduled/Completed]
|
|
169
|
-
- **Runbooks Created**: [Links]
|
|
170
|
-
|
|
171
|
-
## Stakeholder Feedback
|
|
172
|
-
- **Product Owner**: [Feedback]
|
|
173
|
-
- **End Users**: [Feedback if available]
|
|
174
|
-
- **Support Team**: [Readiness assessment]
|
|
175
|
-
|
|
176
|
-
## Final Recommendations
|
|
177
|
-
|
|
178
|
-
### For Future Similar Projects
|
|
179
|
-
1. [Recommendation 1]
|
|
180
|
-
2. [Recommendation 2]
|
|
181
|
-
|
|
182
|
-
### For Methodology Evolution
|
|
183
|
-
1. [Suggestion 1]
|
|
184
|
-
2. [Suggestion 2]
|
|
185
|
-
|
|
186
|
-
## Conclusion
|
|
187
|
-
[Summary statement about the project success, key achievements, and main learnings]
|
|
188
|
-
|
|
189
|
-
## Appendix
|
|
190
|
-
|
|
191
|
-
### Links
|
|
192
|
-
- **Code**: [Repository links, PRs]
|
|
193
|
-
- **Documentation**: [All related docs]
|
|
194
|
-
- **Metrics Dashboards**: [Monitoring links]
|
|
195
|
-
- **Test Reports**: [CI/CD links]
|
|
196
|
-
|
|
197
|
-
### Expert Consultation Summary
|
|
198
|
-
[If expert AI review was performed post-implementation]
|
|
199
|
-
- **Model**: [Which model]
|
|
200
|
-
- **Feedback**: [Key points]
|
|
201
|
-
- **Incorporated Changes**: [What was acted upon]
|
|
202
|
-
|
|
203
|
-
## Sign-off
|
|
204
|
-
- [ ] Technical Lead Review
|
|
205
|
-
- [ ] Team Retrospective Completed
|
|
206
|
-
- [ ] Lessons Documented
|
|
207
|
-
- [ ] Methodology Updates Proposed
|
|
File without changes
|
|
File without changes
|