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
|
|
|
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). |
|
gitx
Package gitx drives the system git binary.
|
Package gitx drives the system git binary. |
|
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. |
|
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.
|
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. |
|
receipt
Package receipt implements the evidence chain (open-seed D4.5): a receipt records the merge-base plan pin and the diff it authorized.
|
Package receipt implements the evidence chain (open-seed D4.5): a receipt records the merge-base plan pin and the diff it authorized. |
|
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/, and rules/ fragments → the AGENTS.md managed block.
|
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/, and rules/ fragments → the AGENTS.md managed block. |
|
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. |
|
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. |
Click to show internal directories.
Click to hide internal directories.