feat(domain): 0.11.0 — unify skill-train under /domain; retire skillopt + skillopt-hook#422
Merged
Conversation
…pt + skillopt-hook Fold the skill-document optimizer into the domain plugin as native ML subverbs, dropping the pip + separate-plugin dependency. - /domain doctor · train [--bg] · consume · activate/deactivate · status/log - bin/_domain_ml.py: ~120-line pip-free SkillOpt loop (rollout → reflect → edit → held-out gate) backed by `claude -p` (subscription, not metered) - bin/_domain_ml.sh: ML subverb dispatcher; domain.md routes ML verbs here, all existing domain verbs stay on _domain.hexa unchanged - examples/toyqa: 6+5 format-sensitive QA proving the loop end-to-end, no pip - HARD INVARIANT: only a SEPARATE skill.md is optimized — the domain's own DOMAIN.md / verdicts / log are never auto-edited (B-separation) - retire commands/skillopt (0.5.0) + hooks/skillopt-hook (0.1.0): dirs removed, marketplace entries deleted; all capability absorbed into /domain - g22 lockstep: plugin 0.11.0 ↔ marketplace 0.11.0 + CHANGELOG, same commit Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fold the skill-document optimizer into the domain plugin as native ML
subverbs, dropping the pip + separate-plugin dependency.
edit → held-out gate) backed by
claude -p(subscription, not metered)all existing domain verbs stay on _domain.hexa unchanged
DOMAIN.md / verdicts / log are never auto-edited (B-separation)
marketplace entries deleted; all capability absorbed into /domain
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com