harness-core: agent registry + bundled markdown agents (M4)

Layered agent definitions (bundled -> global -> project -> config patch),
opencode-compatible markdown frontmatter, generated {{SUBAGENTS}} routing.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-09 06:05:53 +02:00
co-authored by Claude Opus 4.8
parent fa417a347d
commit 77873ccb69
10 changed files with 594 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ futures = { workspace = true }
async-trait = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml_ng = { workspace = true }
schemars = { workspace = true }
rusqlite = { workspace = true }
globset = { workspace = true }