Story Crater Bot
38c2af9f39
test(git): verify main branch creation in tests
ci / test (push) Failing after 35s
2026-08-22 01:03:04 -07:00
Story Crater Bot
5530e9154b
fix(tests): create main branch after initial commit for worktree tests
...
ci / test (push) Failing after 37s
Tests were failing because git worktree add -b branch worktree origin/main
requires origin/main to exist. Now all test setups create main branch after
initial commit so cloned repos have the expected branch.
2026-08-22 01:03:02 -07:00
Story Crater Bot
8765d2d6b6
test(build): verify unused import removal
ci / test (push) Failing after 35s
2026-08-22 01:01:33 -07:00
Story Crater Bot
03c8ae6168
fix(action): remove unused fmt import
...
ci / test (push) Failing after 33s
Fixes build failure: action/integration_test.go uses only context and exec,
not fmt. Import was unused and causing build failure.
2026-08-22 01:01:32 -07:00
Story Crater Bot
25e0431e92
test(git): verify git commit with configured user
ci / test (push) Failing after 35s
2026-08-22 00:57:59 -07:00
Story Crater Bot
d74644d197
fix(action): configure git user in worktree before commit
...
ci / test (push) Failing after 35s
Worktrees don't inherit git config from main repo, causing 'git commit'
to fail with exit status 128 when user.name/user.email are not set.
Configure with poimen agent identity before each commit.
2026-08-22 00:57:57 -07:00
Story Crater Bot
7d4a3e2230
test(ci): verify git clone checkout
ci / test (push) Failing after 34s
2026-08-22 00:47:18 -07:00
Story Crater Bot
69c717a851
fix(ci): use git clone instead of Node.js actions/checkout
ci / test (push) Failing after 34s
2026-08-22 00:47:11 -07:00
Story Crater Bot
b863a92ade
test(ci): verify node installation for actions
ci / test (push) Failing after 4s
2026-08-22 00:45:40 -07:00
Story Crater Bot
fc29a7db53
fix(ci): install node in golang container for actions/checkout
ci / test (push) Failing after 4s
2026-08-22 00:45:39 -07:00
Test
002fe98e17
feat(workflows): wire TaskUnit/Orchestrator activities, add k8s deploy manifests
...
ci / test (push) Failing after 5s
Implements real activity-calling logic in OrchestratorWorkflow and
TaskUnitWorkflow (previously stubs), adds GitDiffActivity, and expands
PlanningActivity's I/O to carry repo path and prior task results.
Adds k8s/ deployment manifests (worker Deployment, orchestrator Job,
Kustomize base) for the poimen-workflows Temporal worker, using a
dedicated Kubernetes namespace `poimen` and Temporal namespace
`poimen-harness` rather than sharing the Temporal server's own
`temporal`/`production` namespaces.
2026-08-21 21:57:01 -07:00
Story Crater Bot
e0947c5ed3
test(ci): verify main-branch trigger
ci / test (push) Failing after 11s
2026-08-21 21:24:24 -07:00
Story Crater Bot
30a7f4fec6
ci(main): add Go test and build workflow
ci / test (push) Failing after 45s
2026-08-21 21:23:40 -07:00
Test
5b8d3df01e
(workflow) add simple harness workflow for manual testing
2026-08-21 18:07:12 -07:00
Test
769e56d33d
Add new file
2026-08-21 15:58:46 -07:00
Test
52001c90de
Add handoff prompt for Haiku implementation
...
Complete briefing for starting T0.1 implementation:
- Context recap
- 9-task breakdown with verification steps
- Key constraints (no hardcoded values, independent activities, concurrency safety)
- Commit message style
- Troubleshooting guide
2026-08-20 22:44:42 -07:00
Test
aa21f064f7
Add future milestones: T1 (hardening), T2 (scale), T3 (features)
...
T1: Error recovery, observability, metrics, audit logging (8 tasks)
T2: Caching, parallelism, distributed locking (8 tasks)
T3: Plugins, templates, dependencies, custom judges, nested workflows (8 tasks)
Total project timeline: ~3 months T0→T3.
2026-08-20 22:43:21 -07:00
Test
11a1c1196a
Add testable task descriptions: T0.1 through T0.9
...
Each task includes:
- Scope: what to build
- Implementation: code sketches + details
- Verification: concrete test criteria
- Done criteria: acceptance checklist
2026-08-20 22:41:54 -07:00
Test
3a8f946105
Scaffold: PLAN.md, tasks/INDEX.md, tasks/board.md
...
Initial project structure documentation and task breakdown for Multi-Agent Dev Orchestrator (Temporal + Go).
2026-08-20 22:10:14 -07:00