25 lines
845 B
Markdown
25 lines
845 B
Markdown
|
|
---
|
||
|
|
model: openai/gpt-5.6-sol
|
||
|
|
service: opencode
|
||
|
|
timestamp: 2026-08-22T02:25:26Z
|
||
|
|
git_ref: 5562fd9a
|
||
|
|
diff_cmd: git diff HEAD~1..HEAD
|
||
|
|
---
|
||
|
|
|
||
|
|
Audit Tractor's repository-wide `ai.skillz` state and correct the
|
||
|
|
`wkt/ai_skillz_run_tests_landing` migration before landing it.
|
||
|
|
|
||
|
|
> `git diff HEAD~1..HEAD -- .claude/skills/run-tests/test-harness-reference.md`
|
||
|
|
|
||
|
|
The harness reference is corrected against current Tractor behavior:
|
||
|
|
environment overrides, CI/platform matrices, randomized registry
|
||
|
|
addresses, interactive debugger capture, timeout mechanisms, stackscope
|
||
|
|
artifacts, reaper platform limits, dry-run expansion, and exact
|
||
|
|
change-to-test mappings.
|
||
|
|
|
||
|
|
> `git diff HEAD~1..HEAD -- .gitignore`
|
||
|
|
|
||
|
|
Unrelated Taken and broad OpenCode command ignore additions are removed;
|
||
|
|
only the managed canonical `run-tests` link and command blocks remain in
|
||
|
|
this migration.
|