taskchef 6.1.3 → 7.1.0
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/.codex-plugin/plugin.json +1 -1
- package/BACKLOG.md +1 -1
- package/README.md +100 -453
- package/docs/firstmate-taskchef-comparison.md +279 -0
- package/docs/spec.md +265 -0
- package/docs/workflows.md +249 -0
- package/index.js +2 -2
- package/package.json +4 -3
- package/scripts/benchmark-dispatch-prepare.js +7 -7
- package/skills/taskchef-bootstrap/SKILL.md +7 -8
- package/skills/taskchef-delegate/SKILL.md +15 -17
- package/skills/taskchef-report/SKILL.md +18 -22
- package/src/cli.js +7 -24
- package/src/dashboard/app.js +8 -4
- package/src/dashboard/state.js +1 -0
- package/src/dashboard.js +3 -1
- package/src/delegation.js +7 -10
- package/src/github.js +0 -4
- package/src/mcp.js +42 -8
- package/src/workspace.js +295 -251
- package/SPEC.md +0 -107
- package/docs/delegation-design.md +0 -227
package/BACKLOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# TaskChef backlog
|
|
2
2
|
|
|
3
|
-
`
|
|
3
|
+
[`docs/spec.md`](docs/spec.md) is the current contract. These ideas need a concrete user case and a
|
|
4
4
|
clear data model before implementation.
|
|
5
5
|
|
|
6
6
|
## Task history views
|