sync from monorepo @ b6628270

This commit is contained in:
2026-05-09 15:21:46 +02:00
parent 4aa0147223
commit e20542a40e
33 changed files with 1 additions and 4206 deletions
+1 -4
View File
@@ -32,7 +32,7 @@ These tools are developed in this monorepo but distributed as independent reposi
- **Standalone Tools** — installable from their own repositories; depend on foundation crates
- **Orchestration** — multi-connector runtime, ACP server, task management, archival
- **Foundation** — protocol types, tool sandbox, configuration, auth
- **Integrations** — Matrix, Langfuse, Zed, and other external system connectors
- **Integrations** — Matrix, Zed, and other external system connectors
- **Parsers** — readers for third-party session formats (OpenCode, ChatGPT, Codex)
---
@@ -53,13 +53,10 @@ These tools are developed in this monorepo but distributed as independent reposi
| `dirigent_taskrunner` | beta | Background task runner |
| `dirigent_anth` | production | Claude Code JSONL session parser |
| `dirigent_inspector` | concept | Session inspection tools |
| `dirigent_projects` | concept | Project management primitives |
| `dirigent_matrix` | concept | Matrix integration for session sharing |
| `dirigent_zed` | concept | Zed editor integration |
| `dirigent_langfuse` | concept | Langfuse observability integration |
| `dirigent_chatgpt` | beta | ChatGPT `conversations.json` parser |
| `dirigent_codex` | beta | OpenAI Codex session parser |
| `dirigent_testing` | beta | Test utilities |
| `opencode_client` | beta | OpenCode.ai HTTP client |
---