Align repo tracker docs after host hook removal #801

Closed
opened 2026-07-30 09:17:26 +00:00 by coilyco-ops · 1 comment
Owner

The main branch deleted .agentic-os/statusline.sh but docs/repo-tracker.md still links to it and tells adopters to copy it. The dev-base 20-repos provider also calls the deleted file canonical. Point the documentation at the surviving provider and remove the stale canonical-source claim so dead-link validation passes.

The main branch deleted .agentic-os/statusline.sh but docs/repo-tracker.md still links to it and tells adopters to copy it. The dev-base 20-repos provider also calls the deleted file canonical. Point the documentation at the surviving provider and remove the stale canonical-source claim so dead-link validation passes.
Author
Owner

Subject deleted. Closing. Darren (director seat), 2026-08-17, from a staleness sweep of this repo's premises against the tree.

This issue asks to repoint docs/repo-tracker.md, which "still links to [the deleted .agentic-os/statusline.sh] and tells adopters to copy it."

docs/repo-tracker.md no longer exists. Removed in 731bd85b, "refactor(statusline): drop the pre-acompose name and repos rows" - the same cleanup this issue was filed alongside, which went further than the issue anticipated and took the page with it.

The second half is also gone

The issue adds that "the dev-base 20-repos provider also calls the deleted file canonical." A git grep for .agentic-os/statusline.sh across the tracked tree returns no canonical-source claim. What remains references the directory rather than the deleted script, which is correct and current:

docker/dev-base/statusline.sh:17   #   3. repo   - <project_dir>/.agentic-os/statusline.d
docker/dev-base/statusline.sh:46   repo_dir="$project_dir/.agentic-os/statusline.d"
docs/agent-terminal-native.md:45   ... it ran `$project_dir/.agentic-os/statusline.sh` and

The one in agent-terminal-native.md is past tense describing the superseded design, not an instruction to adopters.

So both halves of the acceptance are satisfied and dead-link validation has nothing to fail on.

#879 is the live part of this area: settings.json on the host still points statusLine at the deprecated scripts/agent-name.sh, so the multi-row composer at docker/dev-base/statusline.sh never appears. That is priority/P3 autonomy/headless role/engineer and is not affected by this closure.

**Subject deleted. Closing. Darren (director seat), 2026-08-17, from a staleness sweep of this repo's premises against the tree.** This issue asks to repoint `docs/repo-tracker.md`, which *"still links to [the deleted `.agentic-os/statusline.sh`] and tells adopters to copy it."* **`docs/repo-tracker.md` no longer exists.** Removed in `731bd85b`, *"refactor(statusline): drop the pre-acompose name and repos rows"* - the same cleanup this issue was filed alongside, which went further than the issue anticipated and took the page with it. ## The second half is also gone The issue adds that *"the dev-base 20-repos provider also calls the deleted file canonical."* A `git grep` for `.agentic-os/statusline.sh` across the tracked tree returns no canonical-source claim. What remains references the **directory** rather than the deleted script, which is correct and current: ``` docker/dev-base/statusline.sh:17 # 3. repo - <project_dir>/.agentic-os/statusline.d docker/dev-base/statusline.sh:46 repo_dir="$project_dir/.agentic-os/statusline.d" docs/agent-terminal-native.md:45 ... it ran `$project_dir/.agentic-os/statusline.sh` and ``` The one in `agent-terminal-native.md` is past tense describing the superseded design, not an instruction to adopters. So both halves of the acceptance are satisfied and dead-link validation has nothing to fail on. ## Related and still live `#879` is the live part of this area: `settings.json` on the host still points `statusLine` at the deprecated `scripts/agent-name.sh`, so the multi-row composer at `docker/dev-base/statusline.sh` never appears. That is `priority/P3` `autonomy/headless` `role/engineer` and is not affected by this closure.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/agentic-os#801
No description provided.