diff options
| author | Adam Malczewski <[email protected]> | 2026-06-06 00:27:10 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-06 00:27:10 +0900 |
| commit | bf0c4d13a662db91cdf1b1cb0b682e3a706cfce6 (patch) | |
| tree | 128da77ec0a10057b19bf92de6a4f46e69d04c40 /.dispatch | |
| parent | dd249ed491f9ee15944697967dc762e5028d7f13 (diff) | |
| download | dispatch-bf0c4d13a662db91cdf1b1cb0b682e3a706cfce6.tar.gz dispatch-bf0c4d13a662db91cdf1b1cb0b682e3a706cfce6.zip | |
fix: remove placeholder from skill files — orchestrator appends TASK as a separate message
Diffstat (limited to '.dispatch')
| -rw-r--r-- | .dispatch/extension-agent.md | 2 | ||||
| -rw-r--r-- | .dispatch/package-agent.md | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/.dispatch/extension-agent.md b/.dispatch/extension-agent.md index 3c80b12..ec7c7cb 100644 --- a/.dispatch/extension-agent.md +++ b/.dispatch/extension-agent.md @@ -1,7 +1,7 @@ # Extension Owner-Agent — Extension Rules (additive) > The package-agent brief (stated immediately above) applies fully. This file adds only the -> rules unique to extensions. Your **TASK** follows this section. +> rules unique to extensions. ## You're building an extension An extension is a package that plugs into the kernel host via a **manifest** + an diff --git a/.dispatch/package-agent.md b/.dispatch/package-agent.md index 31bfa55..7df6d91 100644 --- a/.dispatch/package-agent.md +++ b/.dispatch/package-agent.md @@ -69,9 +69,3 @@ The orchestrator runs the authoritative full-graph `typecheck`/`test`/`check` it 3. New test names + the isolated-verify output above. 4. **Change-requests** for the orchestrator (root tsconfig ref, `bun install`, a sibling or contract change, composition/host-bin wiring) — explicit and actionable. - ---- - -> Your specific **TASK** (package name, job, contracts to read, test cases) is appended below by -> the orchestrator. If you are building an **extension**, the extension-only rules -> (`.dispatch/extension-agent.md`) are appended first. |
