Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
agentklar
command
Command agentklar is the development control-plane CLI for the Phase 0/1 vertical slice: workspace init, task shaping, the MCP server, the completion gate, and human approval via a trusted channel.
|
Command agentklar is the development control-plane CLI for the Phase 0/1 vertical slice: workspace init, task shaping, the MCP server, the completion gate, and human approval via a trusted channel. |
|
agentklar-bar
command
|
|
|
internal
|
|
|
catalog
Package catalog owns the global project-to-workspace registry.
|
Package catalog owns the global project-to-workspace registry. |
|
context
Package ctx is Agentklar's full-text context index.
|
Package ctx is Agentklar's full-text context index. |
|
contracts
Package contracts freezes the Agentklar workflow contracts from the 2026-07-15 design spec §10 and the master delivery plan Task 1.
|
Package contracts freezes the Agentklar workflow contracts from the 2026-07-15 design spec §10 and the master delivery plan Task 1. |
|
gate
Package gate runs the Completion Review and Auto QA stages.
|
Package gate runs the Completion Review and Auto QA stages. |
|
knowledge
Package knowledge manages the project's shared, versioned knowledge layer: markdown files under <repo>/.agentklar/knowledge/ that multiple AI agents append to and a human reviews through git diffs.
|
Package knowledge manages the project's shared, versioned knowledge layer: markdown files under <repo>/.agentklar/knowledge/ that multiple AI agents append to and a human reviews through git diffs. |
|
mcp
Package mcp exposes the agent-facing MCP surface over stdio.
|
Package mcp exposes the agent-facing MCP surface over stdio. |
|
memory
Package memory is Agentklar's shared, cross-session memory store.
|
Package memory is Agentklar's shared, cross-session memory store. |
|
notify
Package notify is Agentklar's human-alert system.
|
Package notify is Agentklar's human-alert system. |
|
quality
Package quality parses .agentklar/quality.toml and executes allowlisted project recipes, producing machine-attested evidence.
|
Package quality parses .agentklar/quality.toml and executes allowlisted project recipes, producing machine-attested evidence. |
|
store
Package store owns control.sqlite: Agentklar-authoritative protected workflow state.
|
Package store owns control.sqlite: Agentklar-authoritative protected workflow state. |
|
ticket
Package ticket parses interrogator-produced Jira-style ticket markdown into a structured form the Agentklar bridge can turn into workflow tasks.
|
Package ticket parses interrogator-produced Jira-style ticket markdown into a structured form the Agentklar bridge can turn into workflow tasks. |
|
tracker
Package tracker defines field authority between Agentklar and the tracker, plus the trusted human-approval channel.
|
Package tracker defines field authority between Agentklar and the tracker, plus the trusted human-approval channel. |
|
tracker/vikunja
Package vikunja is the live REST adapter for a Vikunja tracker.
|
Package vikunja is the live REST adapter for a Vikunja tracker. |
|
ui
Package ui is Agentklar's native, local-first web UI: the single surface a human uses to see the task board, project knowledge, shared memory, the context index, recorded evidence, and to approve work.
|
Package ui is Agentklar's native, local-first web UI: the single surface a human uses to see the task board, project knowledge, shared memory, the context index, recorded evidence, and to approve work. |
|
workflow
Package workflow implements the protected task state machine: atomic claims, expiring leases, fencing tokens, idempotent submissions, stale-commit invalidation, and the human-only Done boundary.
|
Package workflow implements the protected task state machine: atomic claims, expiring leases, fencing tokens, idempotent submissions, stale-commit invalidation, and the human-only Done boundary. |
Click to show internal directories.
Click to hide internal directories.