feat: add reusable inbox skill bundle

This commit is contained in:
2026-03-19 12:01:08 +08:00
parent eb52a0e770
commit 1a9fc4c136
5 changed files with 79 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ As of now:
- `inbox` supports blocking waits, lease renewal, unread fetches backed by per-agent read cursors, `--body-file`, artifact attachments, and structured JSON errors with stable exit codes
- integration tests now cover each implemented inbox command, plus the main inbox workflows, wait/watch flows, artifact persistence, unread behavior, and JSON error contracts
- a human-readable inbox command test-plan set has been authored under `docs/tests/inbox/`
- a reusable Codex skill package for `inbox` now exists under `skills/inbox/`, with a formal `SKILL.md`, `agents/openai.yaml`, and a bundled CLI binary asset
- `orch` currently exists as a command skeleton only
- no scheduler workflows have been implemented yet