Commit Graph

3 Commits

Author SHA1 Message Date
xiaomo 7993ecc6d6 feat: extract @uncaged/pulse-local package, remove createStore from core exports
CI / test (push) Has been cancelled
Phase 2 of PulseDatabase abstraction:
- Create @uncaged/pulse-local with bun:sqlite implementation
- Core @uncaged/pulse now exports types only for store (no createStore/createScopedStore)
- Update pulse-workflows, upulse to import factories from @uncaged/pulse-local
- All tests passing (267 core, 39 pulse-workflows)
2026-04-20 01:34:46 +00:00
tuanzi f59e3e7cb5 refactor: remove closer role from coding and coding-tdd workflows (#7)
CI / test (push) Has been cancelled
Co-authored-by: 团子 <tuanzi@shazhou.work>
Co-committed-by: 团子 <tuanzi@shazhou.work>
2026-04-18 13:31:12 +00:00
xiaoju 40a7804dfb refactor: migrate business workflows to @upulse/workflows package
CI / test (push) Has been cancelled
- Move coding, coding-tdd, report, werewolf, cursor-health workflows
  to packages/pulse-workflows/
- Move analyst, architect, coder, renderer, reviewer roles to
  packages/pulse-workflows/
- Update all imports in migrated files to use @uncaged/pulse
- Update daemon and e2e files to import from @upulse/workflows
- Clean up core workflows/index.ts re-exports
- Add AgentExecutor, LlmRoleFactory, Scaffold exports to core index.ts
- Core package: 25 tests pass, workflows package: 40 tests pass

小橘 🍊 (NEKO Team)
2026-04-18 09:56:43 +00:00