chore: relicense AGPL + migrate ix-cli to public npmjs; drop deprecated workflow plugin#9
Merged
Merged
Conversation
…flow plugin
Prepare ix-cli (@agent-ix/ix, ix-cli-local, ix-cli-elements) to publish on
public npmjs under AGPL-3.0-or-later:
- License: add AGPL-3.0-or-later LICENSE + license field on all packages.
- Remove the deprecated workflow integration (workflow functionality lives in
ix-flow now): drop @agent-ix/workflow-{cli-plugin,core,definitions} deps,
the oclif.plugins entries, the workflowPlugin registration in the init hook,
the vite external, and the workflow-discovery tests (init hook now covers the
ixSchema plugin walk only).
- CI/release: switch release.yml + build-test.yml + keyring matrix to npmjs
Trusted Publishing (Node 22), superseding the GitHub Packages token path.
- Deps: pin @agent-ix/ix-cli-core >=0.11.0 and ix-ui-cli >=0.4.10; regenerate
the lockfile entirely off npmjs (0 npm.ix, 0 npm.pkg.github.com refs).
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.
Prepares ix-cli (
@agent-ix/ix,@agent-ix/ix-cli-local,@agent-ix/ix-cli-elements) to publish on public npmjs under AGPL-3.0-or-later.License (AGPL)
LICENSE(AGPL-3.0-or-later) +licensefield on all 4 package.json.Remove deprecated workflow integration
Workflow functionality now lives in
ix-flow. Removed fromapps/ix:@agent-ix/workflow-{cli-plugin,core,definitions}deps +oclif.pluginsentriesworkflowPluginregistration insrc/hooks/init.ts(init hook now covers the ixSchema walk only)vite.config.tsexternal entryinit-hook.test.ts, updatedstatic-checks.test.ts)CI → npmjs Trusted Publishing
release.yml+build-test.ymlswitch to the npmjsrelease-monorepo/build-test-monorepopattern (trusted_publish: true, Node 22), superseding the GitHub Packages token path (commit 92ecbc9).keyring-platform-matrix.yml.npmrcnow resolves@agent-ixfrom npmjs.Deps
@agent-ix/ix-cli-core >=0.11.0,@agent-ix/ix-ui-cli >=0.4.10.grep -c npm.ix= 0,npm.pkg.github.com= 0).make build/make test/make lintall green.After merge
🤖 Generated with Claude Code