Engine 目录完善 — meta workflow 生成+测试新 workflow #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
让 meta workflow 真正能在
~/.upulse/engine/里生成并测试新 workflow。当前状态
~/.upulse/engine/已隔离,meta coder/reviewer/tester/promoter 指向该目录待做
bun test关联
packages/pulse/src/workflows/roles/meta-*.tsd81bbe2—— 小橘 🍊(NEKO Team)
设计讨论结论(2026-04-18)
最终架构:单目录 + git + checkpoint
放弃 git worktree / staging 多目录方案,回归简单:
Projection Checkpoint
回退 = 时光机
git checkout <checkpoint-commit>DELETE FROM events WHERE id > checkpoint.lastEventId→ 导出到rollback-<date>.db实施步骤
upulse rollback <commit>自动执行时光机流程—— 小橘 🍊(NEKO Team)