Add reviewed task-file flow for Codex sleep runs#60
Conversation
|
The main change is moving from “mine raw archives and run immediately” to a reviewed task-file flow: export candidate tasks, inspect/redact them, mark them as reviewed, and only then run the real backend. It also lets users target a specific repo skill with In practice, this turns SkillOpt into a scoped proposal generator for Codex skills rather than an opaque run over the full session archive |
Review feedbackThe code is clean and purely additive (802 additions, well-tested, no deletions of existing features) ✅ However, rebase is needed. Two conflicts:
Once rebased, this is ready to merge. The task-file flow, target-skill filtering, and progress logging are solid additions. |
e38d267 to
5ff3f24
Compare
|
@Yif-Yang Made rebase & fixed conflicts |
Summary
PR adds a safer Codex-oriented SkillOpt-Sleep workflow for optimizing repo-scoped skills
--target-skill-pathsupport to focus harvesting, mining, staging, and adoption on a specific repo skill.codex exec -C <project>andcwd=<project>--max-sessions,--max-tasks,--progress, rejected edit reporting, and no-edits reasonsTesting
git diff --checkpython3 -m unittest tests.test_sleep_engine -v