-
Notifications
You must be signed in to change notification settings - Fork 1
ops(0-0-0): batch 1 — 7 files promoted to SAFE_TO_RESET_LFG_SUPERSEDES (37 lines) #837
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,8 +1,8 @@ | ||||||||||||||
| --- | ||||||||||||||
| title: AceHack/LFG 0/0/0 Reconciliation — file-level classification | ||||||||||||||
| status: in-progress (calibration batch) | ||||||||||||||
| status: in-progress (batch 1 landed; ~139 lines / 11 files remain unclassified) | ||||||||||||||
| created: 2026-04-28 | ||||||||||||||
| last_updated: 2026-04-28 | ||||||||||||||
| last_updated: 2026-04-29 | ||||||||||||||
| --- | ||||||||||||||
|
|
||||||||||||||
| # 0/0/0 Reconciliation — file-level classification | ||||||||||||||
|
|
@@ -87,67 +87,48 @@ Files needing classification this doc: 23 | |||||||||||||
|
|
||||||||||||||
| **Calibration result: 5 of 5 files ALREADY-COVERED.** Hard-reset suffices for all 5; no forward-sync needed. | ||||||||||||||
|
|
||||||||||||||
| ### Batch 1 (post-strict-bucket-reframe, 2026-04-29T11:32Z) | ||||||||||||||
|
|
||||||||||||||
| Per `docs/active-trajectory.md` strict bucket taxonomy: classification requires named AceHack content + named LFG equivalent + named reason. Each entry below promotes from HEURISTIC_LFG_DOMINATES to SAFE_TO_RESET_LFG_SUPERSEDES. | ||||||||||||||
|
AceHack marked this conversation as resolved.
|
||||||||||||||
|
|
||||||||||||||
| | File | Diff +/- | Status | Evidence | | ||||||||||||||
| |---|---|---|---| | ||||||||||||||
| | `SECURITY.md` | +4/-8 | **SAFE_TO_RESET_LFG_SUPERSEDES** | AceHack has basic disclosure prose ("open a regular GitHub issue with the security label; no separate disclosure inbox"). LFG has the same content PLUS GitHub private vulnerability reporting link, supported-versions section, security-posture section (trust boundaries / crypto choices / dependency audit / static analysis / formal verification details). LFG is strict superset. | | ||||||||||||||
| | `tools/hygiene/validate-agencysignature-pr-body.sh` | +5/-9 | **SAFE_TO_RESET_LFG_SUPERSEDES** | AceHack has older grep-based refactor + a truncated spec reference ("Section 9.2 (Task: none fallback per )"). LFG has cleaner refactored code with proper Section 9.2 reference ("Task: none fallback") + correct spec-doc lineage. LFG is the bug-fixed form. | | ||||||||||||||
|
Comment on lines
+90
to
+97
|
||||||||||||||
|
|
||||||||||||||
| **Batch 1 result: 2 of 2 files SAFE_TO_RESET_LFG_SUPERSEDES.** No forward-sync needed. | ||||||||||||||
|
|
||||||||||||||
| ### Calibration batch reclassification (older "ALREADY-COVERED" label) | ||||||||||||||
|
|
||||||||||||||
| The 5 calibration-batch entries above use the prior taxonomy's "ALREADY-COVERED" label, which under the strict bucket rules (named AceHack content + named LFG equivalent + named reason — see `docs/active-trajectory.md` Hard-reset-safety classification) corresponds to **SAFE_TO_RESET_LFG_SUPERSEDES** (4 entries with semantic supersession evidence) or **ALREADY_RESOLVED** (where AceHack-only content is zero). Re-tabulated for the strict-bucket ledger: | ||||||||||||||
|
|
||||||||||||||
| - `feedback_doc_class_mirror_beacon_*.md` (+1) → SAFE_TO_RESET_LFG_SUPERSEDES (LFG cites full rule + lineage) | ||||||||||||||
| - `feedback_codeql_umbrella_*.md` (+12) → SAFE_TO_RESET_LFG_SUPERSEDES (LFG resolved Open question with primary-source detail) | ||||||||||||||
| - `MEMORY.md` (+11) → SAFE_TO_RESET_LFG_SUPERSEDES (LFG has 29 newer entries) | ||||||||||||||
| - `CURRENT-aaron.md` (+2) → SAFE_TO_RESET_LFG_SUPERSEDES (LFG has §§26-30 + threading lineage) | ||||||||||||||
| - `CURRENT-amara.md` (+2) → SAFE_TO_RESET_LFG_SUPERSEDES (LFG has §12 three Amara class-namings) | ||||||||||||||
|
Comment on lines
+107
to
+109
|
||||||||||||||
| - `MEMORY.md` (+11) → SAFE_TO_RESET_LFG_SUPERSEDES (LFG has 29 newer entries) | |
| - `CURRENT-aaron.md` (+2) → SAFE_TO_RESET_LFG_SUPERSEDES (LFG has §§26-30 + threading lineage) | |
| - `CURRENT-amara.md` (+2) → SAFE_TO_RESET_LFG_SUPERSEDES (LFG has §12 three Amara class-namings) | |
| - `memory/MEMORY.md` (+11) → SAFE_TO_RESET_LFG_SUPERSEDES (LFG has 29 newer entries) | |
| - `memory/CURRENT-aaron.md` (+2) → SAFE_TO_RESET_LFG_SUPERSEDES (LFG has §§26-30 + threading lineage) | |
| - `memory/CURRENT-amara.md` (+2) → SAFE_TO_RESET_LFG_SUPERSEDES (LFG has §12 three Amara class-namings) |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -307,6 +307,15 @@ BP drift. | |||||
| - `docs/pr-preservation/**` — PR conversation archive | ||||||
| - `docs/hygiene-history/**` — tick-history + drain-logs | ||||||
| - `docs/WINS.md` — historical wins log | ||||||
| - `docs/active-trajectory.md` — load-state file + | ||||||
| cumulative trajectory log (per maintainer | ||||||
| 2026-04-29T10:30Z: "active-trajectory.md should | ||||||
| count as history I think and keep maintainer names | ||||||
| like backlog"); names + filenames-with-names | ||||||
| (e.g. `CURRENT-aaron.md`) are first-class here | ||||||
|
||||||
| (e.g. `CURRENT-aaron.md`) are first-class here | |
| (e.g. `memory/CURRENT-aaron.md`) are first-class here |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -136,13 +136,35 @@ For the text-file ledger, the conceptual computation is straightforward: `git di | |||||
|
|
||||||
| Verified 2026-04-29T10:43Z: the 5 binary-classified files in the current diff have status `D` (LFG-only), so `binary_acehack_only_files = 0` and `binary_modified_or_renamed_files = 0` in this specific round. | ||||||
|
|
||||||
| Current ledger (computed 2026-04-29T10:25Z): | ||||||
| Current ledger (computed 2026-04-29T11:32Z): | ||||||
|
|
||||||
| ```text | ||||||
| potential_loss_lines = 273 all AceHack-only +lines (would be erased on hard-reset) | ||||||
| classified_safe_lines = 97 semantic evidence in BUCKET 2 (SAFE_TO_RESET_LFG_SUPERSEDES) | ||||||
| classified_safe_lines = 134 semantic evidence in BUCKET 2 (SAFE_TO_RESET_LFG_SUPERSEDES) | ||||||
| unsafe_lines = 0 no NEEDS_FORWARD_SYNC or NEEDS_HUMAN_DECISION | ||||||
| unclassified_lines = 176 HEURISTIC_LFG_DOMINATES — pending per-file semantic inspection | ||||||
| unclassified_lines = 139 HEURISTIC_LFG_DOMINATES — pending per-file semantic inspection | ||||||
|
AceHack marked this conversation as resolved.
AceHack marked this conversation as resolved.
|
||||||
| ``` | ||||||
|
|
||||||
| Composition of `classified_safe_lines = 134`: | ||||||
|
|
||||||
| - 9 infra files (97 lines): see "9 infra files" table above. SAFE_TO_RESET_LFG_SUPERSEDES with named per-file evidence. | ||||||
| - 5 calibration-batch files (28 lines, 2026-04-28): MEMORY.md (11) + codeql_umbrella (12) + doc_class_mirror_beacon (1) + CURRENT-aaron (2) + CURRENT-amara (2). Originally labeled "ALREADY-COVERED" in older taxonomy; under strict bucket each has named evidence in `docs/0-0-0-readiness/CLASSIFICATION.md` → SAFE_TO_RESET_LFG_SUPERSEDES. | ||||||
|
AceHack marked this conversation as resolved.
|
||||||
| - Batch 1 (9 lines, 2026-04-29T11:32Z): SECURITY.md (4) + validate-agencysignature-pr-body.sh (5). See `docs/0-0-0-readiness/CLASSIFICATION.md` Batch 1 table for named evidence per file. | ||||||
|
||||||
| - Batch 1 (9 lines, 2026-04-29T11:32Z): SECURITY.md (4) + validate-agencysignature-pr-body.sh (5). See `docs/0-0-0-readiness/CLASSIFICATION.md` Batch 1 table for named evidence per file. | |
| - Batch 1 (9 lines, 2026-04-29T11:32Z): see the Batch 1 rows in `docs/0-0-0-readiness/CLASSIFICATION.md` for the canonical per-file paths, line counts, and named evidence; all entries classify as SAFE_TO_RESET_LFG_SUPERSEDES. |
Uh oh!
There was an error while loading. Please reload this page.