Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
seed
command
Command seed is the open-seed protocol engine: the pinned binary that the template's bootstrap shim (scripts/seed) downloads, verifies, and execs.
|
Command seed is the open-seed protocol engine: the pinned binary that the template's bootstrap shim (scripts/seed) downloads, verifies, and execs. |
|
internal
|
|
|
backend
Package backend implements the external-plugin dispatch seam (open-seed §7.1 / research/10 §5.3–5.5): when the configured backend's manifest entry is not "builtin", port verbs are executed by .seed/backends/<name>/<entry> <verb> [args] --json.
|
Package backend implements the external-plugin dispatch seam (open-seed §7.1 / research/10 §5.3–5.5): when the configured backend's manifest entry is not "builtin", port verbs are executed by .seed/backends/<name>/<entry> <verb> [args] --json. |
|
card
Package card parses and serializes task cards: markdown files with YAML frontmatter, living at tasks/<id>.md on the seed-state ref.
|
Package card parses and serializes task cards: markdown files with YAML frontmatter, living at tasks/<id>.md on the seed-state ref. |
|
config
Package config loads .seed/config.toml: the checked-in, human-owned coordination config (control surface, D4.1).
|
Package config loads .seed/config.toml: the checked-in, human-owned coordination config (control surface, D4.1). |
|
fastcards
Package fastcards is the builtin single-machine store (§7.1 builtin-store amendment, §8 R4): coordination state in a local SQLite database instead of the seed-state ref.
|
Package fastcards is the builtin single-machine store (§7.1 builtin-store amendment, §8 R4): coordination state in a local SQLite database instead of the seed-state ref. |
|
gitx
Package gitx drives the system git binary.
|
Package gitx drives the system git binary. |
|
mcptransport
Package mcptransport implements `seed mcp serve` (plan os-67a1bf14, research/10 §5.4): MCP as an ADDITIONAL transport, never a replacement: an MCP stdio server exposing one tool per port verb, dispatching through the identical task-service path the CLI uses.
|
Package mcptransport implements `seed mcp serve` (plan os-67a1bf14, research/10 §5.4): MCP as an ADDITIONAL transport, never a replacement: an MCP stdio server exposing one tool per port verb, dispatching through the identical task-service path the CLI uses. |
|
mirror
Package mirror computes the one-way GitHub Issues export (open-seed D1: the mirror is a component, not a backend: cards are authoritative and the export direction always wins).
|
Package mirror computes the one-way GitHub Issues export (open-seed D1: the mirror is a component, not a backend: cards are authoritative and the export direction always wins). |
|
plan
Package plan parses and lints plan files (open-seed D3): thin, mandatory, gated, pinned.
|
Package plan parses and lints plan files (open-seed D3): thin, mandatory, gated, pinned. |
|
plugin
Package plugin renders the Claude Code plugin/marketplace channel (open-seed §10 Q4, R8, plan os-221f5929): the second distribution path for the evolving parts, carrying capabilities while the template repo carries structure.
|
Package plugin renders the Claude Code plugin/marketplace channel (open-seed §10 Q4, R8, plan os-221f5929): the second distribution path for the evolving parts, carrying capabilities while the template repo carries structure. |
|
port
Package port evaluates port verbs against the loaded spec tables.
|
Package port evaluates port verbs against the loaded spec tables. |
|
prclass
Package prclass classifies PRs by head branch (open-seed D3 purity rule): plan PRs (seed/<id>-plan) touch exactly one plan file; task PRs (seed/<id>) may not touch plans/** at all, not even another task's plan, which would launder plan tampering through an unrelated review, and may touch no receipt but their own, which would launder a forged evidence record the same way.
|
Package prclass classifies PRs by head branch (open-seed D3 purity rule): plan PRs (seed/<id>-plan) touch exactly one plan file; task PRs (seed/<id>) may not touch plans/** at all, not even another task's plan, which would launder plan tampering through an unrelated review, and may touch no receipt but their own, which would launder a forged evidence record the same way. |
|
receipt
Package receipt implements the evidence chain (open-seed D4.5), split into the two things it was always trying to be at once.
|
Package receipt implements the evidence chain (open-seed D4.5), split into the two things it was always trying to be at once. |
|
skills
Package skills implements the D8 shared-skills story (plan os-6f3104db): seed.yaml names skill sources, seed.lock pins them (commit SHA + content sha256, skillfold semantics), and `seed skills install --frozen` makes the pins load-bearing in CI.
|
Package skills implements the D8 shared-skills story (plan os-6f3104db): seed.yaml names skill sources, seed.lock pins them (commit SHA + content sha256, skillfold semantics), and `seed skills install --frozen` makes the pins load-bearing in CI. |
|
spec
Package spec loads and validates the port contract from a repository's .seed/port-schema/ directory.
|
Package spec loads and validates the port contract from a repository's .seed/port-schema/ directory. |
|
stateref
Package stateref implements the seed-state ref lifecycle (§7.2): the dedicated branch carrying machine-written coordination state, written only by this shim, one commit per verb, never checked out.
|
Package stateref implements the seed-state ref lifecycle (§7.2): the dedicated branch carrying machine-written coordination state, written only by this shim, one commit per verb, never checked out. |
|
sync
Package sync generates the per-harness fan-outs from the source trees (open-seed R1): .seed/agents/ → .claude/agents/, skills/ → .claude/skills/ and .agents/skills/, rules/ fragments → the AGENTS.md managed block, and the Claude Code plugin/marketplace channel (internal/plugin, §10 Q4).
|
Package sync generates the per-harness fan-outs from the source trees (open-seed R1): .seed/agents/ → .claude/agents/, skills/ → .claude/skills/ and .agents/skills/, rules/ fragments → the AGENTS.md managed block, and the Claude Code plugin/marketplace channel (internal/plugin, §10 Q4). |
|
task
Maintenance verbs (open-seed D7/§7.2): deterministic steps the seed-maintenance workflow runs under its operator credential, no model secrets involved.
|
Maintenance verbs (open-seed D7/§7.2): deterministic steps the seed-maintenance workflow runs under its operator credential, no model secrets involved. |
|
template
Package template implements `seed template upgrade` (open-seed R8, plan os-23494e11): pull-based template updates for instantiated repos.
|
Package template implements `seed template upgrade` (open-seed R8, plan os-23494e11): pull-based template updates for instantiated repos. |
|
upgrade
Package upgrade implements `seed upgrade` (open-seed R8, plan os-4a347bd1): move the template's engine pin (.seed/engine.lock) against tagged releases: resolve the target, fetch and validate its checksums, preflight protocol compatibility, and rewrite the lockfile atomically.
|
Package upgrade implements `seed upgrade` (open-seed R8, plan os-4a347bd1): move the template's engine pin (.seed/engine.lock) against tagged releases: resolve the target, fetch and validate its checksums, preflight protocol compatibility, and rewrite the lockfile atomically. |
|
validate
Package validate lints the orchestration artifacts (open-seed R9: a shipped convention and its validator are one deliverable): guardrails (auto-merge intersection rule), team files (tier ceiling, unique priorities, non-overlapping scopes, human lead), role variants (body-hash identity: variance in binding, never in craft, §6), and plan files.
|
Package validate lints the orchestration artifacts (open-seed R9: a shipped convention and its validator are one deliverable): guardrails (auto-merge intersection rule), team files (tier ceiling, unique priorities, non-overlapping scopes, human lead), role variants (body-hash identity: variance in binding, never in craft, §6), and plan files. |
|
workflow
Package workflow implements the v2 workflow engine (plan os-52b9aed0, design §7.3 + inspirations/04 SYNTHESIS): checked-in step DAGs under .seed/workflows/<name>.yaml, validated by thirteen preflight rules and executed in topological parallel waves.
|
Package workflow implements the v2 workflow engine (plan os-52b9aed0, design §7.3 + inspirations/04 SYNTHESIS): checked-in step DAGs under .seed/workflows/<name>.yaml, validated by thirteen preflight rules and executed in topological parallel waves. |
Click to show internal directories.
Click to hide internal directories.