piker/ai/prompt-io/opencode/20260908T043134Z_f148fbcc_p...

35 lines
1.0 KiB
Markdown
Raw Normal View History

---
model: openai/gpt-5.6-sol
service: opencode
timestamp: 2026-09-08T04:31:34Z
git_ref: f148fbcc
diff_cmd: git diff --cached
---
## Prompt
Audit tracked legacy skill files under `.claude/`, then migrate Piker's
repository-specific skills into the provider-neutral discovery tree.
Keep Claude compatibility and remove stale Claude-local configuration.
## Generated changes
> `git diff --cached -- .agents/skills/`
Moves the four Piker-owned skill packages into the neutral
`.agents/skills/` source tree without changing their contents.
> `git diff --cached -- .claude/skills/ .claude/settings.local.json`
Adds relative Claude adapter links to the neutral skill sources and
removes the tracked local settings file and superseded commit-message
style guide.
## Validation
- All four Claude adapter links resolve to a `SKILL.md`.
- `git diff --cached --check` passes.
- No tracked files match the repository's ignore rules.
- Shared deployment validation retains one unrelated stale local
`commit-plan` hybrid-link error for an `ai.skillz` follow-up.