Skip to content

Commit a041bf2

Browse files
chore: scheduled maintenance — STATE.md, dep bump, release fix (#271)
Scheduled maintenance: STATE.md update, loop-context dep bump to loop-cost ^1.1.0, sync package-lock.json, fix release-loop-context.yml to install loop-cost sibling deps.
1 parent b908f53 commit a041bf2

4 files changed

Lines changed: 22 additions & 10 deletions

File tree

.github/workflows/release-loop-context.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- name: Ensure npm supports trusted publishing (OIDC)
3434
run: npm install -g npm@latest
3535

36+
- name: Install loop-cost (monorepo sibling tests shell out to its CLI)
37+
working-directory: tools/loop-cost
38+
run: npm ci
39+
3640
- name: Install, build, test
3741
working-directory: tools/loop-context
3842
run: |

STATE.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
# Loop State — loop-engineering reference
22

3-
Last run: 2026-07-13T10:45:39Z (automated daily-triage workflow)
3+
Last run: 2026-07-13T18:45:00Z (scheduled maintenance)
44

55
## High Priority (loop is acting or waiting on human)
66

77
- Maintain loop readiness score ≥ 58 (current: **100**, level **L3**).
8-
- Keep npm packages current after tool changes (tag `loop-audit-v*`, `loop-init-v*`, `loop-cost-v*` — see docs/RELEASE.md).
9-
8+
- npm publish in flight: `loop-cost` 1.1.0, `loop-init` 1.4.0, `loop-context` 1.1.0 (tags pushed this run; verify Actions → Release workflows).
109

1110
## Watch List
1211

1312
- Expand contributor failure stories (dependency sweeper, multi-loop).
14-
- Collect a production story for Post-Merge Cleanup.
13+
- Collect a production story for Post-Merge Cleanup ([#221](https://github.com/cobusgreyling/loop-engineering/issues/221) closed — example landed in [#268](https://github.com/cobusgreyling/loop-engineering/pull/268)).
14+
- Remaining Cursor doc gaps: [#220](https://github.com/cobusgreyling/loop-engineering/issues/220) CI Sweeper, [#223](https://github.com/cobusgreyling/loop-engineering/issues/223) Changelog Drafter, [#224](https://github.com/cobusgreyling/loop-engineering/issues/224) Issue Triage.
1515
- Validate `loop-init` scaffolds on fresh projects across all patterns.
1616

17+
## Housekeeping (2026-07-13 maintenance)
18+
19+
- Merged contributor PRs [#267](https://github.com/cobusgreyling/loop-engineering/pull/267) (changelog-drafter YAML fix) and [#268](https://github.com/cobusgreyling/loop-engineering/pull/268) (Cursor post-merge cleanup).
20+
- No open PRs; CI green on `main`.
21+
- Pruned stale remote branches: `automated/daily-triage-2026-07-13`, `feat/loop-context-budget-from-pattern`.
22+
- Bumped `loop-context` dep on `loop-cost` to `^1.1.0` before publish.
23+
- Closed weekly loop report [#270](https://github.com/cobusgreyling/loop-engineering/issues/270).
24+
1725
## Recent Noise (ignored this run)
1826

1927
2028

2129
---
22-
Run log: Updated by `.github/workflows/daily-triage.yml`. See `LOOP.md` for cadence and gates.
30+
Run log: Updated by `.github/workflows/daily-triage.yml`. See `LOOP.md` for cadence and gates.

tools/loop-context/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/loop-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"access": "public"
5050
},
5151
"dependencies": {
52-
"@cobusgreyling/loop-cost": "^1.0.3"
52+
"@cobusgreyling/loop-cost": "^1.1.0"
5353
},
5454
"devDependencies": {
5555
"@types/node": "^20.0.0",

0 commit comments

Comments
 (0)