Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ desktop application. Apache-2.0, developed in the open from the first commit.

## Status

Pre-alpha, and usable from source. Milestones M0 to M4 are approved, and three slices of M5a
(059, the MCP measurement; 060, the MCP client; 061, the MCP server) with them: 22 slices, each
merged with a merge commit and tagged `slice/NNN` (`git tag -l 'slice/*' | wc -l` → 22, on
2026-09-22). What that means in practice:
Pre-alpha, and usable from source. Milestones M0 to M4 are approved, and four slices of M5a
(050, the scheduler; 059, the MCP measurement; 060, the MCP client; 061, the MCP server) with
them: 23 slices, each merged with a merge commit and tagged `slice/NNN` (`git tag -l 'slice/*'
| wc -l` → 23, on 2026-09-22). What that means in practice:

- **Talks.** Streaming chat with any provider behind one behaviour (`Trinity.LLM`), switched by
configuration; the assistant's text is persisted as a draft every 500 ms or 2 KB while it
Expand Down Expand Up @@ -151,7 +151,7 @@ engineering contract that every change is held to.
| M7 Sandboxed | Executable skills in an in-VM sandbox | 110 approved |
| M9 Donatable | Open-source hygiene audited, supply chain signed, shared libraries extracted | 002 and 120 to 123 approved |

M0 to M4 are approved as of 2026-09-22, and 059, 060 and 061 of M5a with them. Slice numbers have gaps on purpose (000, 001, 010, 011 and so on) so that a slice can be inserted
M0 to M4 are approved as of 2026-09-22, and 050, 059, 060 and 061 of M5a with them. Slice numbers have gaps on purpose (000, 001, 010, 011 and so on) so that a slice can be inserted
later without renumbering anything.

## What is in the repository
Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ standards register names the rows that ask for them.
| 034 | Export, import, restore | 3 Memory | S | 030, 031 | approved |
| 040 | Skills registry + agentskills.io format + progressive disclosure | 4 Skills | M | 020 | approved |
| 041 | Skill self-management with staged approval + scanner | 4 Skills | M | 040, 021 | approved |
| 050 | Scheduler: Oban cron agent tasks with delivery targets | 5 Automation | M | 012 | done |
| 050 | Scheduler: Oban cron agent tasks with delivery targets | 5 Automation | M | 012 | approved |
| 059 | MCP capability gap against beam_mcp, and the server seam probe | 6 MCP | S/M | 020 | approved |
| 060 | MCP client: Trinity's thin driver (2026-07-28 preferred, 2025-11-25 compat, MRTR, Tasks) | 6 MCP | L | 059, 021 | approved |
| 061 | MCP server (stateless 2026-07-28 + compat, MRTR approvals, headless profile) | 6 MCP | M | 060, 024 | approved |
Expand Down
Loading