Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
da
command
|
|
|
globalflag-coverage
command
Globalflag-coverage prints a matrix of persistent global flag usage per cobra command.
|
Globalflag-coverage prints a matrix of persistent global flag usage per cobra command. |
|
Package commands hosts the `da` subcommands.
|
Package commands hosts the `da` subcommands. |
|
config
Package config implements the `da config` command subtree.
|
Package config implements the `da config` command subtree. |
|
internal/cmdutil
Package cmdutil holds shared helpers for the commands/* CLI tree.
|
Package cmdutil holds shared helpers for the commands/* CLI tree. |
|
internal/lifecycle
Package lifecycle hosts the project-lifecycle command cluster extracted from the root commands package as part of the root-command-decomposition plan (SHAPE.md §1, §4a).
|
Package lifecycle hosts the project-lifecycle command cluster extracted from the root commands package as part of the root-command-decomposition plan (SHAPE.md §1, §4a). |
|
internal/mcp
Package mcp owns the `da mcp` subcommand tree.
|
Package mcp owns the `da mcp` subcommand tree. |
|
internal/settings
Package settings hosts the `da settings` command tree.
|
Package settings hosts the `da settings` command tree. |
|
workflow
close_task.go wires `da workflow close-task`, the T1-molecule client command that composes the end-of-iteration primitive chain:
|
close_task.go wires `da workflow close-task`, the T1-molecule client command that composes the end-of-iteration primitive chain: |
|
internal
|
|
|
adapters/builtin/adapterkit
Package adapterkit holds the schema-info and query-compilation boilerplate every built-in graph-backend adapter shares, so each adapter (compliance- register, sdd-register, …) translates its registry.Schema and compiles its DSL queries through ONE source instead of copy-pasting the loop bodies.
|
Package adapterkit holds the schema-info and query-compilation boilerplate every built-in graph-backend adapter shares, so each adapter (compliance- register, sdd-register, …) translates its registry.Schema and compiles its DSL queries through ONE source instead of copy-pasting the loop bodies. |
|
adapters/builtin/compliance-register
Package complianceregister implements the built-in compliance-register graph-backend adapter (graph-backend-adapter-contract §13.2).
|
Package complianceregister implements the built-in compliance-register graph-backend adapter (graph-backend-adapter-contract §13.2). |
|
adapters/builtin/crg
Package crg implements the built-in kg-native Code Review Graph adapter (graph-backend-adapter-contract §11).
|
Package crg implements the built-in kg-native Code Review Graph adapter (graph-backend-adapter-contract §11). |
|
adapters/builtin/crg-bridge
Package crgbridge implements the migration-only crg-bridge adapter (graph-backend-adapter-contract §11.2).
|
Package crgbridge implements the migration-only crg-bridge adapter (graph-backend-adapter-contract §11.2). |
|
adapters/builtin/none
Package none implements the built-in `none` graph-backend adapter (graph-backend-adapter-contract §13.1).
|
Package none implements the built-in `none` graph-backend adapter (graph-backend-adapter-contract §13.1). |
|
adapters/builtin/sdd-register
Package sddregister implements the SDD-entity dogfood graph-backend adapter.
|
Package sddregister implements the SDD-entity dogfood graph-backend adapter. |
|
adapters/sdk
Package sdk is the `da-adapter-sdk` Go surface that bootstrap skills use exclusively to write into scoped KG storage (graph-backend-adapter-contract §8.4).
|
Package sdk is the `da-adapter-sdk` Go surface that bootstrap skills use exclusively to write into scoped KG storage (graph-backend-adapter-contract §8.4). |
|
agentslock
Package agentslock is the single shared writer for .agentsrc.lock — the resolved-state companion to .agentsrc.json (config-distribution-model §7).
|
Package agentslock is the single shared writer for .agentsrc.lock — the resolved-state companion to .agentsrc.json (config-distribution-model §7). |
|
credstore
Package credstore implements the shared encrypted credential store and the CI-aware loader described in external-agent-sources design §4.1.
|
Package credstore implements the shared encrypted credential store and the CI-aware loader described in external-agent-sources design §4.1. |
|
docsaccess
Package docsaccess is the client half of CF Access integration for the internal docs surface.
|
Package docsaccess is the client half of CF Access integration for the internal docs surface. |
|
eval
Package eval is the foundation of the R4 code-task generation and evaluation harness.
|
Package eval is the foundation of the R4 code-task generation and evaluation harness. |
|
events
Package events implements a unified event-contract core: a typed Envelope, a runtime Kind registry, table-driven dispatch, a generic config-driven producer engine, and a dependency-free JSONPath subset.
|
Package events implements a unified event-contract core: a typed Envelope, a runtime Kind registry, table-driven dispatch, a generic config-driven producer engine, and a dependency-free JSONPath subset. |
|
fsops
Package fsops provides filesystem operations with OS-appropriate implementations.
|
Package fsops provides filesystem operations with OS-appropriate implementations. |
|
gitremote
Package gitremote is the canonical home for parsing and canonicalizing git remote URLs in dot-agents.
|
Package gitremote is the canonical home for parsing and canonicalizing git remote URLs in dot-agents. |
|
gitwt
Package gitwt is the typed git/worktree seam for the dot-agents managed worktree platform.
|
Package gitwt is the typed git/worktree seam for the dot-agents managed worktree platform. |
|
globalflagcov
Package globalflagcov computes which persistent global CLI flags (commands.Flags) are referenced transitively from each cobra command's RunE handler.
|
Package globalflagcov computes which persistent global CLI flags (commands.Flags) are referenced transitively from each cobra command's RunE handler. |
|
graphstore
Package graphstore — CRG bridge.
|
Package graphstore — CRG bridge. |
|
graphstore/internal/storetest
Package storetest provides shared backend-agnostic test bodies for graphstore.Store implementations.
|
Package storetest provides shared backend-agnostic test bodies for graphstore.Store implementations. |
|
journal
Package journal is the append-only, crash-survivable event log that backs the session-handoff feature — the "episodic" typed view of agent state (events/history/decisions).
|
Package journal is the append-only, crash-survivable event log that backs the session-handoff feature — the "episodic" typed view of agent state (events/history/decisions). |
|
kg/dsl
Package dsl implements the v1 named-query DSL of the graph-backend adapter contract (graph-backend-adapter-contract §5).
|
Package dsl implements the v1 named-query DSL of the graph-backend adapter contract (graph-backend-adapter-contract §5). |
|
kg/lockfile
Package lockfile implements the adapter lockfile state (graph-backend-adapter-contract §10.1).
|
Package lockfile implements the adapter lockfile state (graph-backend-adapter-contract §10.1). |
|
kg/registry
Package registry defines the graph-backend adapter contract and a register/resolve surface keyed by adapter name.
|
Package registry defines the graph-backend adapter contract and a register/resolve surface keyed by adapter name. |
|
linktest
Package linktest provides cross-platform managed-link fixtures for tests.
|
Package linktest provides cross-platform managed-link fixtures for tests. |
|
projectsync
Package projectsync provides shared helpers for creating project directory structures, restoring resource files, writing refresh markers, and managing gitignore entries.
|
Package projectsync provides shared helpers for creating project directory structures, restoring resource files, writing refresh markers, and managing gitignore entries. |
|
review/auth
Package auth implements the R5 RBAC identity layer: a pluggable Authenticator interface, an admin-managed users file, bearer-token issuance and verification, and the role/permission model the review service enforces.
|
Package auth implements the R5 RBAC identity layer: a pluggable Authenticator interface, an admin-managed users file, bearer-token issuance and verification, and the role/permission model the review service enforces. |
|
review/labels
Package labels defines the human-review label data model and its YAML sidecar persistence.
|
Package labels defines the human-review label data model and its YAML sidecar persistence. |
|
scoring
Package scoring defines and applies the dot-agents outcome-scoring rubric: an explainable quality score per agent-run iteration and session, computed from already-captured telemetry.
|
Package scoring defines and applies the dot-agents outcome-scoring rubric: an explainable quality score per agent-run iteration and session, computed from already-captured telemetry. |
|
service/events
Package events provides an in-process publish/subscribe bus that lets background tasks notify subscribers about state changes without coupling to them.
|
Package events provides an in-process publish/subscribe bus that lets background tasks notify subscribers about state changes without coupling to them. |
|
service/scheduler
Package scheduler is the in-process job scheduler that hosts the background tasks of the `da service` runtime.
|
Package scheduler is the in-process job scheduler that hosts the background tasks of the `da service` runtime. |
|
testutil
Package testutil provides shared test scaffolding helpers used by *_test.go files across the dot-agents tree.
|
Package testutil provides shared test scaffolding helpers used by *_test.go files across the dot-agents tree. |
|
scripts
|
|
|
internal/covprofile
Package covprofile parses Go coverage profiles.
|
Package covprofile parses Go coverage profiles. |
|
tools
|
|
|
fsguard
command
Command fsguard mechanically enforces the leverage-cross-platform-fs-helpers lesson: filesystem MUTATIONS in this module must route through internal/fsops (MkdirAll / Mkdir / WriteFile / Remove / RemoveAll / Rename), which carry the Windows PowerShell fallbacks and security hardening that raw os.* calls do not.
|
Command fsguard mechanically enforces the leverage-cross-platform-fs-helpers lesson: filesystem MUTATIONS in this module must route through internal/fsops (MkdirAll / Mkdir / WriteFile / Remove / RemoveAll / Rename), which carry the Windows PowerShell fallbacks and security hardening that raw os.* calls do not. |
|
importguard
command
Command importguard enforces cross-leaf isolation between the four commands/internal/* composition leaves established by plan root-command-decomposition (t13a + t13a-pre + t13b + t15).
|
Command importguard enforces cross-leaf isolation between the four commands/internal/* composition leaves established by plan root-command-decomposition (t13a + t13a-pre + t13b + t15). |
Click to show internal directories.
Click to hide internal directories.