@lvlup-sw/exarchos 2.6.1 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "exarchos",
3
3
  "description": "A local-first SDLC workflow harness — structured, durable state for coding agents, with convergence gates, agent teams, and full audit trail.",
4
- "version": "2.6.1",
4
+ "version": "2.7.0",
5
5
  "author": {
6
6
  "name": "LevelUp Software"
7
7
  },
package/README.md CHANGED
@@ -118,6 +118,8 @@ Every tool input is a Zod-validated discriminated union keyed on `action`. The s
118
118
 
119
119
  Structured input over natural language. Strict schema validation over loose parsing. One binary, same behavior whether an agent or a human is driving it.
120
120
 
121
+ Exarchos supports both MCP-native hosts (Claude Code, Cursor, Codex) and CLI-only hosts (OpenCode, Copilot, generic runtimes). Each runtime selects its preferred invocation facade automatically. Remote/hosted MCP deployment is planned as a future axis. See the [Facade and Deployment Choices](https://lvlup-sw.github.io/exarchos/facade-and-deployment) documentation for details.
122
+
121
123
  ### Integrations
122
124
 
123
125
  | Component | Source | Purpose |