fix(composed): rename the Temporal brand skill to the sirens-dowel prefix #1135
No reviewers
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agentic-os!1135
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/ue65-dowel-rename"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reapplies the two follow-up commits from #1132, which squashed to its first commit only.
maincurrently carriestooling-designer-temporal-brandwith the original designer-facing body. Neither the rename nor the lane reframe landed.Why this is not cosmetic
It is the reason sirens-echo#985 is red. That PR's allowlist entry names the new spelling, and the expander treats an unmatched selector as a hard error:
And the current name is mis-scoped on main right now. The design role globs
"*design*", which substring-matches, sotooling-designer-temporal-brandis being handed to every design bundle today. It was authored for one lane. That glob is #1134; this PR stops relying on it.The new name matches no pattern in
agentic-os/.agents/roles.kdloragentic-os-kai/.agents/roles.kdl, verified against both. It reaches a bundle only where sirens-echo'sagent/compose/roles.kdlnames it, and that graph's own comment calls itsengineerrole the sirens-dowel lane.Also reapplied
design-systemandkai-design-languageare gone. Neither reaches this bundle, and sirens-echo denies the latter outright.temporal.iooutranks these recorded values, matching the rule already in sirens-echo's.agents/skills/sirens-dowel/references/temporal.md: a question about a moving product gets answered from a page fetched that turn. A static value file was quietly the exception to that.references/palette.mdandreferences/architecture.mdare byte-identical to what is on main. Only the path andCOMPOSED.mdchange.After this merges
just role-snapshotthere foragent/rendered/roles/engineer.bundle.txt(57 to 58).just compose-review-rolesin deploy (deploy#693).Please merge with all commits rather than squashing to the first, which is what dropped this the first time.
pre-commit run --all-filespasses.