Directories
¶
| Path | Synopsis |
|---|---|
|
Package apiserver is the Kubernetes-style resource layer of the aeman API: it translates the internal board domain into Card/Sprint/Note/Ordering resources (metadata/spec/status), evaluates LIST selectors for the Team, Me and Triage views, and derives the fields the UI would otherwise compute.
|
Package apiserver is the Kubernetes-style resource layer of the aeman API: it translates the internal board domain into Card/Sprint/Note/Ordering resources (metadata/spec/status), evaluates LIST selectors for the Team, Me and Triage views, and derives the fields the UI would otherwise compute. |
|
Package board holds aeman's pure board logic, ported from the web frontend: date helpers, the stage model, per-team sprint pointers, the board views (Team grid, Me, Triage) and the status/progress transition rules.
|
Package board holds aeman's pure board logic, ported from the web frontend: date helpers, the stage model, per-team sprint pointers, the board views (Team grid, Me, Triage) and the status/progress transition rules. |
|
Package boardservice is the single entry point for aeman's board actions.
|
Package boardservice is the single entry point for aeman's board actions. |
|
boardservicetest
Package boardservicetest provides an in-memory boardservice.Backend for tests of the HTTP API and the MCP server, so they exercise the real boardservice logic over a seeded board without touching GitHub.
|
Package boardservicetest provides an in-memory boardservice.Backend for tests of the HTTP API and the MCP server, so they exercise the real boardservice logic over a seeded board without touching GitHub. |
|
Package gitstore is aeman's storage backend: a board is a set of files in a git repository, every change is a commit.
|
Package gitstore is aeman's storage backend: a board is a set of files in a git repository, every change is a commit. |
|
Package mcpserver exposes aeman's board operations as a Model Context Protocol (MCP) server over stdio.
|
Package mcpserver exposes aeman's board operations as a Model Context Protocol (MCP) server over stdio. |
Click to show internal directories.
Click to hide internal directories.