Adopt oclif command-plugins; rename plugin→module; preinstall sync#28
Open
kreneskyp wants to merge 2 commits into
Open
Adopt oclif command-plugins; rename plugin→module; preinstall sync#28kreneskyp wants to merge 2 commits into
kreneskyp wants to merge 2 commits into
Conversation
…e, preinstall sync Replace the hand-rolled arg dispatcher with the ix-cli-core oclif runner; every command (update, catalog, write, review/matrix/to-plan) is now a BaseCommand subclass, with ix-flow subprocess delegation unchanged and the command surface preserved. Rename spec-module management from 'plugin' to 'module', keeping 'quoin plugin' as a deprecated forwarding alias. Declare @agent-ix/filament-plan-sync in oclif.plugins + dependencies so 'quoin sync' is discovered as a preinstalled core plugin (IT-005). (FR-016, FR-017, FR-018) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Migrates quoin off its hand-rolled dispatcher onto the ix-cli-core oclif runner, renames spec-module management
plugin→module, and wires@agent-ix/filament-plan-syncas a preinstalledsynccore plugin.What
update,catalog,write,review/matrix/to-plan) is now aBaseCommandsubclass; ix-flow subprocess delegation unchanged; command surface preserved (NFR-007).quoin module …is canonical;quoin plugin …kept as a deprecated forwarding alias.@agent-ix/filament-plan-syncdeclared inoclif.plugins+ deps →quoin syncdiscovered as a preinstalled core plugin (IT-005, 3/3).Tests
106 passing; the 3 failures (
write.test.ts/index.test.tsskeleton casing) are pre-existing and fail identically onmain.>=0.11.0.file:../filament-plan-syncdep) for thesyncplugin.pnpm-lock.yamlonce the above are on the registry (local dev currently uses node_modules symlinks sharing a single@oclif/core).Context
Track B of the filament-plan-sync Plan-001. Land after ix-cli-core#5 and the filament-plan-sync repo.
🤖 Generated with Claude Code