Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cortex/recommendations.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ For a worked historical example see `docs/dogfood-examples/recommendations-corte

## DO this week (cited)

- [ ] Investigate recurring steward nightly workflow failures [src: https://github.com/Rejnyx/cortex-x/actions/runs/26997217574]
### 1. (DONE 2026-05-14) Add Terminal CLIs subsection to shared/skills/cortex-help/SKILL.md
~~Original task: open `shared/skills/cortex-help/SKILL.md` and insert a new H3 subsection listing 5 operator-facing terminal CLIs.~~ **Shipped in commit `4a8f65a` 2026-05-14 morning during the cortex-help index drift fix, BEFORE this recommendations.md item was authored.** When Steward picked it up at 09:05 UTC on the manual `workflow_dispatch` run (action_id `01KRJVQNT9YRGQXMNE5T52DKXZ`, $0.00097 OpenRouter cost), the LLM read the item literally and added a duplicate subsection alongside the existing one (PR #10, closed without merge 2026-05-14). The existing section from `4a8f65a` is strictly better — more detailed flag info, mentions internal CLIs in the bin/README.md link. Lesson: when seeding recommendations.md from operator backlog, verify each item against current filesystem state before writing it; consider a spec-verifier criterion that fails when the insertion target already exists with similar content (backlog item below).
[audit: PR #10 diff + commit 4a8f65a] [src: shared/skills/cortex-help/SKILL.md:60-71]
Expand Down