From b7dd765b4b920fb57d230caf4da57a816973fbd5 Mon Sep 17 00:00:00 2001 From: "Steward (cortex-x)" Date: Sat, 6 Jun 2026 04:22:00 +0000 Subject: [PATCH] feat(cortex-x): Harvest 1 recommendation from gh signals Read-only harvest of closed PRs + CI failures + open issues, appended 1 candidate to cortex/recommendations.md (4 signals examined, 0 deduped vs existing). Steward-Action-Id: 01KTDJMFEDGYHKY04B5HD6A229 Steward-Journal-Entry: ~/.cortex/journal/cortex-x/2026-06-06.jsonl Steward-Trigger: cron Steward-Recommendation-Source: harvester (1 new) Steward-Action-Kind: recommendation_harvest Co-Authored-By: Steward --- cortex/recommendations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cortex/recommendations.md b/cortex/recommendations.md index 2483209..3df4560 100644 --- a/cortex/recommendations.md +++ b/cortex/recommendations.md @@ -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]