-
Notifications
You must be signed in to change notification settings - Fork 1
hygiene(tick-history): 2026-05-03T03:54Z — v0.5 review-cycle (8 findings hardened) #1301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| | 2026-05-03T03:54:00Z | opus-4-7 / autonomous-loop continuation | a2e2cc3a | **v0.5 PR #1298 review-cycle: 8 substantive findings + markdownlint failure addressed.** Cycle worked: refresh post-#1294/#1297/#1296 + #1300 still wait-ci revealed #1298 (v0.5 existence-drift) had 8 threads + 1 failed CI check. ALL 8 findings were substantive (no stale): (1) P1 restrict candidate roots to repo-root (security: don't probe /etc/, /tmp/); (2) P2 'deliverable' marker too broad (removed bare match; kept narrower variants); (3) reason includes absolute paths (now uses repo-relative; logs no longer leak local/CI paths); (4) duplicate candidate-root comment block (collapsed to single coherent comment); (5) tests don't cover checkFile (added 5 new tests: missing-path, ok=false on missing input, ok=false on directory, clean-file, future-state exempts); (6) markdownlint MD032 (added blank line before list); (7) README intro stale ("one class" → "two of seven"); (8) statExists treats any error as missing (now distinguishes ENOENT vs EACCES/EPERM; unreadable claims don't false-positive). Markdownlint failure was the same MD032 issue. Tests now 22 (up from 17 in initial v0.5); 38 total in dir, all pass. Retroactive eval still 7/49 drift rate. **Pattern observation**: substantive code-review findings on a 200-line TS tool produced 8 high-quality fixes — code review on this codebase is rigorous + the substrate-claim-checker now ships much more robust v0.5. The hardening cycle is itself worked-example data for verify-then-claim discipline applied to my own tool authoring. | #1298 (v0.5 hardened) wait-ci on rebuild, 8 threads resolved + auto-merge armed; #1300 (tick 0349Z) wait-ci, auto-merge armed; #1294 + #1297 + #1299 MERGED | This tick teaches **code-review-as-substrate-quality-amplifier**: 8 substantive findings on a 200-line TS file means review is genuinely catching things at every layer (security, correctness, test coverage, documentation, error handling, false-positive class boundaries). The hardening adds defensive properties (repo-root-bounded probing, ENOENT-vs-other-error distinction, relative-path logs, blank-line markdownlint compliance) that wouldn't have surfaced from author-only inspection. Ottos's principle-strong + specific-weak pattern shows up here too: I had the principles right (existence-drift sub-class, future-state markers, candidate-root resolution) but missed the specific-implementation details (security boundaries, error-type distinction, relative-path discipline). Reviewer caught all of them. | | ||
|
AceHack marked this conversation as resolved.
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.