summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorT <t@tjp.lol>2026-05-27 07:36:21 -0600
committerT <t@tjp.lol>2026-05-27 07:36:31 -0600
commit2b937beb0b5635d89df84cfd112dabca34018afe (patch)
treed2a11a8168e0454eec277ac99c04f23a99718760 /docs
parent75fd7d7833052383e1b61d4275d12c9a993c02d3 (diff)
mark phase 3 complete
Diffstat (limited to 'docs')
-rw-r--r--docs/phase-3.md7
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