Update Docs
Release rolling / release (push) Successful in 10m16s

This commit is contained in:
2026-08-18 16:03:46 -04:00
parent 183073e9b8
commit 6e335681b2
28 changed files with 60 additions and 31 deletions
@@ -1,7 +1,7 @@
{
"schema": 2,
"profileId": "bare-os-posix-like",
"generatedAt": "2026-08-18T19:58:27.940Z",
"generatedAt": "2026-08-18T20:03:21.700Z",
"note": "Sparse POSIX Issue 7 coverage hints; commandIndex is generated each coreutils build.",
"commandIndex": [
{
@@ -1,6 +1,6 @@
{
"schema": 1,
"atMs": 1787083107940,
"atMs": 1787083401699,
"commands": [
"agent",
"appctl",
@@ -61,9 +61,9 @@ Reasoning/process visibility is configurable in `config.json`:
- `reasoning_max_chars` — bounded reasoning output
- `reasoning_include_tools` — include tool traces in process stream
The seeded **SOUL.md** / **AGENTS.md** / **TOOLS.md** tell the model it is a coding agent with full guest admin (denylist): unique `search_replace`, `apply_patch`, `grep`, `glob_files`, `todo_write`, plan mode, memory, skills, `web_search`, `git_status`, and `run_js_script` (no Node in the guest).
The seeded **SOUL.md** / **AGENTS.md** / **TOOLS.md** tell the model it is a coding agent with full guest admin (denylist): unique `search_replace`, `apply_patch`, `grep` (`output_mode`), `find_symbol`, `glob_files`, `todo_write`, plan mode, memory / `remember`, skills / `create_skill`, `web_search`, git helpers, session rewind/export, and `run_js_script` (no Node in the guest). Project skills are also walked from `.grok/skills`, `.agents/skills`, `.claude/skills`, and `.cursor/skills`.
CLI production flags: `--plan`, `--auto`, `--new`, `--compact`, `--max-turns`, `--model`, `--system FILE`, plus inspect subcommands `skills` / `todos` / `plan`.
CLI production flags: `--plan`, `--auto`, `--new`, `--compact`, `--max-turns`, `--model`, `--system FILE`. Inspect (no model call): `skills` / `todos` / `plan` / `undo` / `hooks` / `history [query]` / `rewind [N]` / `export [path]` / `remember TEXT` / `recap`. Discord `/agent` is the same harness (shared `~/.agent`).
Access policy defaults to **full guest admin** (`access_policy: full`):
File diff suppressed because one or more lines are too long