feat: package nous as a Claude Code plugin (#125)#147
Closed
sriumcp wants to merge 1 commit into
Closed
Conversation
…h#125) Ship plugin/nous/ with plugin.json + 6 skill markdown files. Each skill is a CLI wrapper — minimal frontmatter, clear "when to use" hints, and a Run section that shells out to the existing nous CLI or imports the campaign_index module from AI-native-Systems-Research#126. What lands: * plugin/nous/plugin.json — manifest (name, version, description, license, skills list). * plugin/nous/skills/nous-run.md — wraps `nous run`. Notes --auto-approve + Slack channels for unattended runs. * plugin/nous/skills/nous-status.md — wraps `nous status` with --watch / --line / --interval (AI-native-Systems-Research#127). Free to call repeatedly. * plugin/nous/skills/nous-resume.md — wraps `nous resume` from state.json checkpoint (AI-native-Systems-Research#91). * plugin/nous/skills/nous-list.md — uses campaign_index.list_campaigns (AI-native-Systems-Research#126) with optional query / status / repo filters. * plugin/nous/skills/nous-bisect.md — uses campaign_index.compare_iterations (AI-native-Systems-Research#126). Output is byte-deterministic. * plugin/nous/skills/nous-find-principle.md — uses campaign_index.search_principles. Notes embedding-search as AI-native-Systems-Research#126 Phase B. Behavioral tests (7 in tests/test_plugin_package.py): Manifest: - plugin.json exists with required fields (name, version, description, skills list) - at least 5 skills listed (acceptance criterion) - every listed skill file actually exists on disk Frontmatter: - every skill has name + description in YAML frontmatter - descriptions include "use when" / "when the user" cues so Claude Code can match user intent — vague descriptions are dead skills - every skill body references either a nous command or campaign_index Coverage: - all six documented skills present (nous-run, nous-status, nous-resume, nous-list, nous-bisect, nous-find-principle) Out of scope (Phase B): - claude plugin install integration testing (requires a live Claude Code install with plugin support) - publishing to a plugin registry - skill argument templating (currently shell substitution; could move to typed inputs once plugin contract stabilizes) Test suite: 338 baseline + 7 new = 345 passing. Refs AI-native-Systems-Research#120, AI-native-Systems-Research#125. Depends on AI-native-Systems-Research#126 + AI-native-Systems-Research#127 (already in flight). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
15 tasks
Collaborator
Author
|
Superseded by #153 — the consolidated tracking-120 PR carrying all 17 commits in merge order. Closing this in favor of that single PR per project owner's request. |
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.
Summary
Skill coverage
Behavioral tests (7)
All assertions describe what's on disk and what Claude Code's discovery layer will read. None inspect implementation internals.
Out of scope (Phase B)
Test plan
Closes #125.
Refs #120, #126, #127.
🤖 Generated with Claude Code