Files
boocode/openspec/changes/omo-paseo-bridge/tasks.md
indifferentketchup c935687725 chore(openspec): drop 9 superseded proposals + 11 stub archive files
Drop 9 batch proposals that are superseded by the boocode-lift-analysis
(boocontext-audit, conductor upgrades, self-healing/verify-gate skills):
add-3tier-memory, import-llm-evaluator, import-pregel-engine, plugin-platform,
conductor-evolution, code-intelligence-upgrade, dev-workflow, ui-overhaul,
agent-reliability.

Delete 11 stub archive files (49-66B each, 'Status: Shipped. Archived.' only)
that provide zero documentation value over the existing CHANGELOG.md + git tags.
2026-06-07 22:15:38 +00:00

30 lines
1.2 KiB
Markdown

# Tasks
## Task 1: Create the omo-paseo-bridge skill
**Files:**
- Create: `.opencode/skills/omo-paseo-bridge/SKILL.md`
- Test: manual verification
**Description:** An OpenCode skill that wraps `paseo import` for registering OMO child sessions. The skill accepts a session ID and optional metadata, calls `paseo import` with proper labels, handles errors, and returns the imported agent info.
## Task 2: Create the omo-paseo CLI
**Files:**
- Create: `bin/omo-paseo` (shell script)
- Test: run `omo-paseo sync` and verify `paseo ls` shows OMO agents
**Description:** A small CLI tool that provides `sync`, `prune`, and `ls` subcommands for managing OMO subagents in Paseo's agent registry.
## Task 3: Add Paseo bridge instruction to Atlas prompt
**Files:**
- Modify: `.opencode/CLAUDE.md` or the Atlas prompt template
- Test: run `task()` and verify child session appears in `paseo ls`
**Description:** Add the Paseo bridge protocol instruction to the orchestration prompt so every `task()` automatically registers its child session.
## Task 4: End-to-end verification
**Description:** Run a real orchestration flow with multiple `task()` calls, verify all child sessions appear in `paseo ls`, verify cleanup works, verify filtering with `--filter omo=true`.