Commit pre-existing dirty state - skill desc tightenings, statusline ctx indicator, .gitignore warp/settings.toml #76

Closed
opened 2026-05-28 00:01:48 +00:00 by coilysiren · 0 comments
Owner

Commit the pre-existing dirty state in agentic-os.

Skill description tightenings (drop trigger variants from descriptions that grew past the readable limit):

  • coding-javascript-react/SKILL.md
  • system-improvement-vocab/SKILL.md
  • writing-to-issues/SKILL.md

scripts/agent-name.sh - Adds an inline context-usage indicator to the agent statusline. Extracts transcript + model_id from the hook payload, walks the transcript file to compute % of context used, and renders with ANSI color bands (green <50%, yellow 50-75%, orange 75-100%, bright-red >=100%). Soft-fails to keep the statusline robust.

uv.lock - Standalone dep bump (no paired pyproject.toml change in the working tree).

.gitignore - Add warp/settings.toml (rendered output of warp/ template engine; templates are tracked, output is not).

Commit the pre-existing dirty state in agentic-os. **Skill description tightenings** (drop trigger variants from descriptions that grew past the readable limit): - coding-javascript-react/SKILL.md - system-improvement-vocab/SKILL.md - writing-to-issues/SKILL.md **scripts/agent-name.sh** - Adds an inline context-usage indicator to the agent statusline. Extracts transcript + model_id from the hook payload, walks the transcript file to compute % of context used, and renders with ANSI color bands (green <50%, yellow 50-75%, orange 75-100%, bright-red >=100%). Soft-fails to keep the statusline robust. **uv.lock** - Standalone dep bump (no paired pyproject.toml change in the working tree). **.gitignore** - Add `warp/settings.toml` (rendered output of warp/ template engine; templates are tracked, output is not).
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#76
No description provided.