# Handoff — 2026-09-15 — `/` commands and `@` mentions, documented ## State Docs EN + FR and the starter template describe the `/` command list and the `@` file list that turbo-core's agent window gained on 2026-09-15. **Uncommitted.** Code unchanged here; suite green. ## Added afterwards `.turbo-go/acp.toml` gained a second `[[agent]]`: **mini-me (llama.cpp)** — `mm -acp` with `AGENT_CONFIG` pointing at the user's llama.cpp config. It loads (checked with `acp.Load` from the tests: two agents, both command lines right). `mm` is not in this sandbox, so the menu entry has not been opened; it is there for the user's Mac, where the `/` picker can be tried against an agent that really announces commands. This file was already a working file, not part of the feature — see the earlier handoff of the same day. ## Next steps 1. Wait for turbo-core to be tagged, then `go get codeberg.org/turbo-editors/turbo-core@vX.Y.Z`, `GOWORK=off make check`, tag. 2. Try `/` and `@` in a window by hand — nothing has been touched by a person. turbo-core's handoff of the same date has the list. ## Watch out for - The six doc pages were edited by a script shared with four other editors, anchored on sentences that are identical across them. If you reword one of those sentences here, the next cross-editor edit will miss this repository — grep the other editors before rewording. ## 2026-09-16 Added the `TURBO_ACP_TRACE` section and the "commands do not appear" bullet, EN + FR. The cause of the user's missing commands is still open — see turbo-core's handoff of 2026-09-15, "In flight".