diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-23 08:41:44 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-23 08:41:44 -0500 |
| commit | 10ea44b6de3be1872f7f0bd4501ccf3878105bc4 (patch) | |
| tree | c4165d496f153172702c8a5cb574e97be470c738 /working/sentry-living-document/feedback-from-archangel.org | |
| parent | 01356fa036847f9d216dd92a006049105c2d5461 (diff) | |
| download | rulesets-10ea44b6de3be1872f7f0bd4501ccf3878105bc4.tar.gz rulesets-10ea44b6de3be1872f7f0bd4501ccf3878105bc4.zip | |
feat(workflows): clear temp/ at wrap, plus three rule and template fixes
Four proposals from other projects, reviewed and applied together.
wrap-it-up gains a Clear temp/ step in Step 3. temp/ is gitignored everywhere, so nothing there survives deletion. The step confirms before removing anything that reads as in-progress rather than throwaway, and skips where temp/ isn't gitignored. This closes the last open clause of the working/temp work from 2026-07-20.
interaction.md drops the fenced-code-block carve-out. Chat output carries no markup at all now, fences included. Fences don't invert the way inline spans do, but the carve-out kept pulling them back in.
sentry.org folds in four notes from its first two live runs elsewhere. Two are traps for anyone reviewing a night by git log: archive-done touches .gitignore on its first run, and a mirror-only project's quiet fires leave no commits at all. The others make property sweeps sanctioned quiet-fire work and split the task audit into a mechanical hourly subset plus a nightly judgment half.
The notes.org template now lints clean, down from four flags in every project on every sweep. Two of those were mechanical, so lint-org --fix anywhere would have rewritten the template and drifted it from canonical.
Diffstat (limited to 'working/sentry-living-document/feedback-from-archangel.org')
| -rw-r--r-- | working/sentry-living-document/feedback-from-archangel.org | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/working/sentry-living-document/feedback-from-archangel.org b/working/sentry-living-document/feedback-from-archangel.org deleted file mode 100644 index b59ce20..0000000 --- a/working/sentry-living-document/feedback-from-archangel.org +++ /dev/null @@ -1,5 +0,0 @@ -#+TITLE: Sentry dogfood feedback (first live run, archangel, night of -#+SOURCE: from archangel -#+DATE: 2026-07-21 07:22:17 -0500 - -Sentry dogfood feedback (first live run, archangel, night of 2026-07-20→21): ran clean end to end — 7 fires (1 working + 6 quiet heartbeats), morning teardown + 8-item approval-queue walk all worked as designed. Two findings for the Living Document: (1) todo-cleanup --archive-done can write a TRACKED file from an 'org-only' pass — on first archive it creates archive/task-archive.org and appends a .gitignore entry, so the pass produced a real commit and correctly triggered the fire-end conditional suite; worth a note in the pass list that todo-cleanup's first archive touches .gitignore. (2) In a project that gitignores .ai/, the whole spine is the mirror-only case — quiet fires produce zero commits, so 'git log main..sentry/*' understates the night's activity; the anchor's heartbeat list is the only record. Both are notes, not defects. |
