You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Reduce long-tail churn by ranking harder work using similarity and enforcing stronger unattended automation guardrails.
333
-
334
-
Work items
335
-
-[ ] Add similarity-based candidate ranking for unresolved functions (for example bounded opcode-sequence distance plus optional embedding retrieval) and record top references in run metadata.
336
-
-[ ] Add periodic cleanup/documentation passes for already-matched functions so they remain high-quality exemplars for similarity-guided attempts.
337
-
-[ ] Add specialist task lanes for graphics macro recovery, math-heavy functions, and mechanical cleanup/refactor work.
338
-
-[ ] Add hard guardrails that block integrity-sentinel edits, generated-file edits, and skipped tests in unattended agent loops.
339
-
-[ ] Capture long-tail metrics (`attempt_count`, `p85/p95 attempts`, `stall_reason`) in `run-manifest.json` and validation triage output.
340
-
-[ ] Define escalation rules for outliers (for example very large functions or repeated failures) to prevent unbounded token burn.
341
-
342
-
Related specs
343
-
- SPEC-170 Function Discovery and Control-Flow Graph
344
-
- SPEC-210 Automated Recompilation Loop
345
-
- SPEC-250 Automation Services and Data Flow
346
-
- SPEC-260 Agent Pipeline Security and Automation
347
-
348
424
## Future Work Notes: title-a24b9e807b456252 Video Validation (SPEC-190/200)
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,11 @@ Legal and provenance policy:
36
36
-`docs/static-recompilation-flow.md` outlines a hypothetical macOS static recompilation flow and verification pipeline (see the Real XCI intake section for external-tool usage).
37
37
-`docs/xci-intake.md` documents the XCI intake workflow and mock extractor format.
38
38
-`docs/validation-artifacts.md` defines validation artifact indexing, workflows, and dependencies.
39
+
-`docs/run-manifest-schema.md` and `docs/artifact-index-schema.md` document automation/validation metadata schemas.
39
40
-`docs/validation-video.md` describes the hash-based video validation workflow.
40
41
-`docs/title-hash-ingest.md` documents hash-based title/data ingest and local decoder-ring files.
41
42
-`scripts/capture-validation.sh`, `scripts/capture-video-macos.sh`, `scripts/capture_video.sh`, and `scripts/validate_artifacts.sh` provide capture and validation helpers.
43
+
-`cargo run -p recomp-cli -- automate --config <automation.toml>` runs the local end-to-end automation loop.
42
44
-`scripts/ingest_hashed_title.sh` hashes title/data paths for private local workspaces.
43
45
-`scripts/rewrite_title_refs_in_history.sh` rewrites commit-message title references to hash ids.
0 commit comments