diff options
| author | t <t@tjp.lol> | 2026-06-23 09:38:23 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-06-23 10:53:26 -0600 |
| commit | 69a1ee138bb78ad4663fe2d9e58678f7b0d07b74 (patch) | |
| tree | 453d3ad42a07536220e6ca5d91b439ff57793e32 /agent/README.md | |
| parent | 538a5d926fa626a00cc3dc12c555f11f82867efd (diff) | |
ponytail simplifications to panto cli and lua extensiosn
Diffstat (limited to 'agent/README.md')
| -rw-r--r-- | agent/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/README.md b/agent/README.md index 44d31fe..fc7f046 100644 --- a/agent/README.md +++ b/agent/README.md @@ -2,8 +2,8 @@ Contents of this directory are embedded into the `panto` binary at build time and staged onto disk at bootstrap into -`$PANTO_HOME/agent/` (i.e. `$XDG_DATA_HOME/panto/agent/`, or -`~/.local/share/panto/agent/` if `XDG_DATA_HOME` is unset). +`$XDG_DATA_HOME/panto/agent/`, or `~/.local/share/panto/agent/` if +`XDG_DATA_HOME` is unset. The staged tree is the "base" layer of panto's extension/tool search path — sitting underneath the user layer @@ -25,4 +25,4 @@ shadows the base copy). agent/ tools/ single-file tools, one per `.lua` - extensions/ (future) multi-tool extensions + extensions/ multi-tool extensions |
