You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: reorder README to lead with what OpenWar does
Three changes per operator feedback:
1. Drop "What OpenWar is not" from the opening section. The first H2
was framing the project negatively before saying what it does. Now
the first H2 is "Just talk to it" - positive, action-oriented.
2. Move "What OpenWar is not" later, after "Why both a framework AND
a runtime". Clarifications belong after the positive framing is in.
Also refreshed the entries: dropped the stale v0.6 placeholder
(already shipped) and added "not a self-modifying agent" which is
the architectural NO that distinguishes operator-gated learning
from agent-gated self-modification.
3. Collapse the 13-bullet version history. CHANGELOG.md is the source
of truth for release notes; the README just points there. Current
version bumped to v0.11.0.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+10-26Lines changed: 10 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,17 +26,7 @@ Discipline, not intelligence. Kubernetes for agents, not a smarter brain.
26
26
<em>Default agent behavior. Sycophantic, eager, drowning in half-finished context.</em>
27
27
</p>
28
28
29
-
## What OpenWar is not
30
-
31
-
Not a smarter model. OpenWar runs on top of whatever agent you already use: a local CLI agent (Claude Code, Codex CLI, Gemini CLI, aider) via the cli-bridge adapter, or any BYOK API (Anthropic, OpenAI, Gemini, Grok, or openai-compat for local Ollama and vLLM). The model's reasoning quality is the model's problem.
32
-
33
-
Not a memory system or knowledge base. Persistent project memory is planned for v0.6, but the current scope is behavioral discipline, not cognitive infrastructure.
34
-
35
-
Not an autonomous-agent platform. OpenWar's whole design assumes the operator is in the loop. Auto-pilot mode just makes the loop quieter; it never removes the operator's right to stop the run.
36
-
37
-
---
38
-
39
-
## New in v0.10: just talk to it
29
+
## Just talk to it
40
30
41
31
If you have a BYOK API key (Anthropic, OpenAI, Gemini, Grok, or any OpenAI-compatible endpoint):
42
32
@@ -160,23 +150,17 @@ System prompts cost nothing to install and work with any agent. The runtime is h
160
150
<em>Phase 4 completion. WarBit ships.</em>
161
151
</p>
162
152
153
+
## What OpenWar is not
154
+
155
+
Not a smarter model. OpenWar runs on top of whatever agent you already use: a local CLI agent (Claude Code, Codex CLI, Gemini CLI, aider) via the cli-bridge adapter, or any BYOK API (Anthropic, OpenAI, Gemini, Grok, or openai-compat for local Ollama and vLLM). The model's reasoning quality is the model's problem.
156
+
157
+
Not a self-modifying agent. The framework can propose adjustments to its own behavior (`openwar learn`), but the operator commits the change. The agent never edits the rules that constrain the agent.
158
+
159
+
Not an autonomous-agent platform. OpenWar's whole design assumes the operator is in the loop. Auto-pilot mode just makes the loop quieter; it never removes the operator's right to stop the run.
160
+
163
161
## Versioning
164
162
165
-
Current: **v0.10.0**. See [CHANGELOG.md](./CHANGELOG.md) for full release notes.
166
-
167
-
- v0.1: framework doc only (single markdown file).
168
-
- v0.2: runtime, CLI, BYOK adapters.
169
-
- v0.3: native tools + MCP client + Phase 3 destructive flag for unauthorized tool calls.
- v0.9.1: adaptive autonomy plumbing. `openwar learn`, `learned_profile:` frontmatter, detector sensitivity, three new trace events. Conservative thresholds: effectively a no-op until run ~10. v0.9.2+ patch releases tune the constants.
178
-
- v0.10.0: `openwar chat`. Conversation-driven entry to the same runtime. Tool-call intent contract; conservative auto-authorization; saved-brief round trip.
179
-
- v0.10.1 (planned): hero rewrite + mid-tool-call cancellation, pending adoption signal from v0.10.0 use.
163
+
Current: **v0.11.0**. Full version history and release notes in [CHANGELOG.md](./CHANGELOG.md).
180
164
181
165
Drop-in upgrades preserve compatibility within a major version. Major bumps may rename phases or change the brief format.
0 commit comments