34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
---
|
|
model: gpt-5.6-sol
|
|
provider: openai
|
|
service: opencode
|
|
timestamp: 2026-07-21T20:52:28Z
|
|
git_ref: 58ffe487
|
|
diff_cmd: git diff HEAD~1..HEAD
|
|
---
|
|
|
|
The repo-local skill inventory contains seven domains:
|
|
commit-message generation, actor-runtime concurrency,
|
|
distributed profiling, project communication style,
|
|
Python source style, PyQtGraph rendering, and NumPy/Polars
|
|
timeseries optimization.
|
|
|
|
I converted the six tracked repo-specific skills to the
|
|
portable Agent Skills frontmatter subset so Claude Code
|
|
and OpenCode can load the same source files. The
|
|
commit-message workflow now gathers live git context at
|
|
execution time, uses runtime harness/model attribution,
|
|
preserves human-owned task state, and keeps the existing
|
|
message artifact paths for compatibility.
|
|
|
|
I added OpenCode integration documentation and updated
|
|
the shared and Claude Code docs to describe a single
|
|
cross-harness skill source with thin harness commands.
|
|
During validation I also corrected an out-of-bounds
|
|
`np.searchsorted()` example in the timeseries skill.
|
|
|
|
The unfinished artifacts found during the scan are a
|
|
shared-memory migration plan and a gap-annotation
|
|
performance handoff. The earlier datad split plan appears
|
|
implemented and is now captured by the concurrency skill.
|