Directories
¶
| Path | Synopsis |
|---|---|
|
benchmarks
|
|
|
ctxfabric/cmd/bench
command
Command bench is the PR 0 measurement-only baseline for the M31 Context Fabric spec.
|
Command bench is the PR 0 measurement-only baseline for the M31 Context Fabric spec. |
|
ctxfabric/corpus
Package corpus loads the PR 0 agent evaluation corpus (testdata/agent_eval/corpus.yaml) and turns each scenario's declared fixture shape into a deterministic model.ChatRequest, so the same manifest always produces the same measured metrics.
|
Package corpus loads the PR 0 agent evaluation corpus (testdata/agent_eval/corpus.yaml) and turns each scenario's declared fixture shape into a deterministic model.ChatRequest, so the same manifest always produces the same measured metrics. |
|
cmd
|
|
|
buckley
command
|
|
|
pkg
|
|
|
acp
Package acp implements the Agent Client Protocol (ACP) for editor integration.
|
Package acp implements the Agent Client Protocol (ACP) for editor integration. |
|
agent
Package agent provides the agent runtime for multi-agent orchestration.
|
Package agent provides the agent runtime for multi-agent orchestration. |
|
agentloop
Package agentloop provides shared safety and progress detection for model/tool loops.
|
Package agentloop provides shared safety and progress detection for model/tool loops. |
|
approval
Package approval provides tiered permission control for agent operations.
|
Package approval provides tiered permission control for agent operations. |
|
bus
Package bus provides a message bus abstraction for agent communication.
|
Package bus provides a message bus abstraction for agent communication. |
|
commitmsg
Package commitmsg holds small, dependency-free helpers shared by every commit-message rendering path (the oneshot commit tool, the oneshot command definition, and the orchestrator commit generator).
|
Package commitmsg holds small, dependency-free helpers shared by every commit-message rendering path (the oneshot commit tool, the oneshot command definition, and the orchestrator commit generator). |
|
coordination/coordinator
Package coordinator provides Buckley-internal coordination primitives (not ACP).
|
Package coordinator provides Buckley-internal coordination primitives (not ACP). |
|
coordination/events
Package events provides Buckley-internal coordination event storage.
|
Package events provides Buckley-internal coordination event storage. |
|
diffsignal
Package diffsignal shapes raw unified diffs into model-friendly context: hand-written source changes first at full fidelity, low-signal bulk (binary, generated paths, minified content) reduced to one-line summaries.
|
Package diffsignal shapes raw unified diffs into model-friendly context: hand-written source changes first at full fidelity, low-signal bulk (binary, generated paths, minified content) reduced to one-line summaries. |
|
evidence
Package evidence implements the Buckley evidence store: a content-addressed, typed record of durable artifacts (source, tool results, diffs, reviews, checkpoints, and similar objects) that the context fabric and run ledger reference by ID.
|
Package evidence implements the Buckley evidence store: a content-addressed, typed record of durable artifacts (source, tool results, diffs, reviews, checkpoints, and similar objects) that the context fabric and run ledger reference by ID. |
|
headless
Package headless provides API-driven conversation sessions without a TUI.
|
Package headless provides API-driven conversation sessions without a TUI. |
|
image
Package image provides image input handling for AI assistants.
|
Package image provides image input handling for AI assistants. |
|
ipc
Package ipc's no-op web UI stub.
|
Package ipc's no-op web UI stub. |
|
ipc/push
Package push provides Web Push notification functionality for the Buckley PWA.
|
Package push provides Web Push notification functionality for the Buckley PWA. |
|
mcp
Package mcp implements a Model Context Protocol (MCP) client for connecting Buckley to external stdio tool servers.
|
Package mcp implements a Model Context Protocol (MCP) client for connecting Buckley to external stdio tool servers. |
|
notify
Package notify provides async notifications for human-in-the-loop workflows.
|
Package notify provides async notifications for human-in-the-loop workflows. |
|
oneshot
Package oneshot provides the framework for one-shot CLI commands.
|
Package oneshot provides the framework for one-shot CLI commands. |
|
oneshot/commit
Package commit implements the generate_commit tool for buckley commit.
|
Package commit implements the generate_commit tool for buckley commit. |
|
oneshot/plugin
Package plugin provides YAML-based one-shot command definitions.
|
Package plugin provides YAML-based one-shot command definitions. |
|
orchestrator
Package orchestrator's no-op batch coordinator stub.
|
Package orchestrator's no-op batch coordinator stub. |
|
orchestrator/mocks
Package mocks is a generated GoMock package.
|
Package mocks is a generated GoMock package. |
|
parallel
Package parallel provides parallel agent execution using git worktrees.
|
Package parallel provides parallel agent execution using git worktrees. |
|
persona
Package persona parses tiller-compatible persona files and resolves them into a registry buckley's subagent manager can consume.
|
Package persona parses tiller-compatible persona files and resolves them into a registry buckley's subagent manager can consume. |
|
pool
Package pool provides memory pooling utilities to reduce GC pressure in high-throughput paths.
|
Package pool provides memory pooling utilities to reduce GC pressure in high-throughput paths. |
|
push
Package push implements Web Push notification delivery.
|
Package push implements Web Push notification delivery. |
|
ralph
pkg/ralph/backend.go
|
pkg/ralph/backend.go |
|
rlm/runner
Package runner provides plan execution using the RLM runtime.
|
Package runner provides plan execution using the RLM runtime. |
|
runledger
Package runledger implements Buckley's durable run ledger: an append-only, per-run sequence of typed events, plus the agent run tree, context receipts, task checkpoints, and metric samples that section 14 of the M31 Context Fabric spec defines as the canonical (non-live) record of what an agent run did.
|
Package runledger implements Buckley's durable run ledger: an append-only, per-run sequence of typed events, plus the agent run tree, context receipts, task checkpoints, and metric samples that section 14 of the M31 Context Fabric spec defines as the canonical (non-live) record of what an agent run did. |
|
sandbox
Package sandbox provides sandboxed command execution for security.
|
Package sandbox provides sandboxed command execution for security. |
|
sdk
Package sdk exposes a stable, embeddable interface for driving Buckley's orchestrator programmatically.
|
Package sdk exposes a stable, embeddable interface for driving Buckley's orchestrator programmatically. |
|
sdk/grpc
Package grpcsdk hosts the lightweight gRPC bridge for Buckley's SDK.
|
Package grpcsdk hosts the lightweight gRPC bridge for Buckley's SDK. |
|
terminal
Package terminal provides Claude Code-style terminal output with rich markdown rendering, syntax highlighting, and styled output.
|
Package terminal provides Claude Code-style terminal output with rich markdown rendering, syntax highlighting, and styled output. |
|
tools
Package tools provides structured tool definitions for LLM tool-use.
|
Package tools provides structured tool definitions for LLM tool-use. |
|
transparency
Package transparency provides full visibility into LLM invocations.
|
Package transparency provides full visibility into LLM invocations. |
|
ui/backend
Package backend defines the terminal backend interface for the TUI.
|
Package backend defines the terminal backend interface for the TUI. |
|
ui/backend/sim
Package sim provides a simulation backend for testing.
|
Package sim provides a simulation backend for testing. |
|
ui/backend/tcell
Package tcell provides a Backend implementation using tcell.
|
Package tcell provides a Backend implementation using tcell. |
|
ui/compositor
Package compositor provides terminal style and screen primitives.
|
Package compositor provides terminal style and screen primitives. |
|
ui/filepicker
Package filepicker provides fuzzy file search with @ trigger for inline file selection.
|
Package filepicker provides fuzzy file search with @ trigger for inline file selection. |
|
ui/runtime
Package runtime provides the widget runtime for Buckley's TUI.
|
Package runtime provides the widget runtime for Buckley's TUI. |
|
ui/scrollback
Package scrollback provides app-owned conversation history with selection and search.
|
Package scrollback provides app-owned conversation history with selection and search. |
|
ui/shadowgit
Package shadowgit snapshots a git worktree into a hidden ref namespace (refs/buckley/undo/<session>) so the TUI can revert and restore file changes turn by turn, without creating visible branches or touching the caller's git index.
|
Package shadowgit snapshots a git worktree into a hidden ref namespace (refs/buckley/undo/<session>) so the TUI can revert and restore file changes turn by turn, without creating visible branches or touching the caller's git index. |
|
ui/terminal
Package terminal provides terminal event types used throughout the UI.
|
Package terminal provides terminal event types used throughout the UI. |
|
ui/theme
Package theme provides a unified visual design system for Buckley's TUI.
|
Package theme provides a unified visual design system for Buckley's TUI. |
|
ui/tui
Package tui provides the integrated terminal user interface for Buckley.
|
Package tui provides the integrated terminal user interface for Buckley. |
|
ui/widgets
Package widgets provides concrete widget implementations for Buckley's TUI.
|
Package widgets provides concrete widget implementations for Buckley's TUI. |
|
tests
|
|
Click to show internal directories.
Click to hide internal directories.