diff --git a/README.md b/README.md index d460cdb..4c70367 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Three flows that currently live in three windows fold into one: 2. **"Explain or write code based on the output we just looked at"** — exec output is automatically injected into the model's context. 3. **"Plan and execute a multi-step task with confirmation gates"** — - landing in Phase 2 as Chuck Norris autonomous mode. + landing in Phase 3 as Chuck Norris autonomous mode. aish is not a wrapper around bash. It's a first-class interactive environment where the shell is one of several execution channels. @@ -59,7 +59,7 @@ aish/ ├── executor.lua # command exec + CMD: extraction ├── context.lua # in-memory turn history ├── history.lua # disk persistence (Phase 1+) -├── safety.lua # destructive-op gate (Phase 2+) +├── safety.lua # destructive-op gate (Phase 3+) ├── renderer.lua # output formatting ├── config.lua # default model registry + preferences ├── ffi/ diff --git a/docs/PHASE0.md b/docs/PHASE0.md index 5742c1f..888c947 100644 --- a/docs/PHASE0.md +++ b/docs/PHASE0.md @@ -55,7 +55,7 @@ aish/ ├── executor.lua # Command execution; Phase 0: io.popen ├── context.lua # In-memory conversation history, token budget ├── history.lua # Persistent session log + memory.jsonl (Phase 1) -├── safety.lua # Destructive op heuristic, Chuck Norris gate (Phase 1) +├── safety.lua # Destructive op heuristic, Chuck Norris gate (Phase 3) ├── renderer.lua # Output formatting, ANSI sequences ├── config.lua # Model registry, routing rules, user preferences └── ffi/ @@ -211,7 +211,7 @@ Prompt format: [aish:fast]> ``` -Where `fast` is the active model name as defined in `config.lua`. In Norris mode (Phase 1) this becomes: +Where `fast` is the active model name as defined in `config.lua`. In Norris mode (Phase 3) this becomes: ``` [aish:fast ⚡]>