Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 2.16 KB

File metadata and controls

67 lines (48 loc) · 2.16 KB

Dispatch Reference Map

This file maps the original reference implementation to the new repository structure.

Reference Project

Reference root:

  • upstream dispatch repository clone

Reference to Local Mapping

Important Adaptations

The reference project is a Claude Code skill.

This project is not a skill-first implementation. It is:

  • a Rust control plane
  • backend adapters for multiple agent CLIs
  • host-neutral prompt assets plus optional host adapters

That changes three things:

  1. prompt text is stored as repository assets, not only embedded skill prose
  2. durable state lives in task.json and events.jsonl, not only in checklist markdown
  3. host interactions can come from any calling agent that can invoke dispatch-cli --json

Current State

These prompt/spec files are now wired into the current implementation:

The remaining work is no longer about importing the reference structure. It is about refining behavior, validation, and host ergonomics within the prompt + CLI architecture.