diff options
Diffstat (limited to 'docs/phase-3.md')
| -rw-r--r-- | docs/phase-3.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/phase-3.md b/docs/phase-3.md index 5ff052c..eb52ee9 100644 --- a/docs/phase-3.md +++ b/docs/phase-3.md @@ -1,11 +1,6 @@ # Phase 3: Extension System -> **Status:** The Lua runtime described in this doc has been **superseded -> by [`LUA_MAKEOVER.md`](../LUA_MAKEOVER.md)**. The current `panto` CLI -> uses a long-lived `lua_State` exposed to libpanto as a single -> `ToolSource`; the per-call `LuaStatePool` / `LuaTool` design described -> below no longer exists. The **native extension contract (`Tool`) is -> unchanged** — the rest of this document remains accurate for that path. +> **Status:** Complete. The Lua runtime described in this doc has been **superseded by [`LUA_MAKEOVER.md`](../LUA_MAKEOVER.md)**. The current `panto` CLI uses a long-lived `lua_State` exposed to libpanto as a single `ToolSource`; the per-call `LuaStatePool` / `LuaTool` design described below no longer exists. The **native extension contract (`Tool`) is unchanged** — the rest of this document remains accurate for that path. ## Goal |
