feat: rename to @useconductor/conductor + release command#20
Merged
thegreatalxx merged 8 commits intomainfrom Apr 5, 2026
Merged
feat: rename to @useconductor/conductor + release command#20thegreatalxx merged 8 commits intomainfrom
thegreatalxx merged 8 commits intomainfrom
Conversation
- Rename package from @conductor/cli → @useconductor/conductor - Add publishConfig: access public, registry npmjs.org - Add prepublishOnly: npm run build - Add src/cli/commands/release.ts: interactive release wizard - npm auth check, clean git state check - patch/minor/major/custom version bump prompt - typecheck → tests → version bump → build → npm publish → git tag + push - Register `conductor release` in CLI index Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Fix unused catch binding in release.ts (lint error) - Add continue-on-error to claude-review job (requires GitHub App install) - Add publish.yml workflow — auto-publishes to npm on v* tag push or release Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Fix audit.ts verifyIntegrity hash computation to match log() exactly (was including hash field and wrong previousHash in content) - Fix circuit-breaker tests: call getState() before vi.useRealTimers() to trigger open→half_open transition while fake timers are active - Add conductor audit subcommands: list, verify, tail, export, stats, rotate - Add conductor config subcommands: list, get, set, path, export, reset, validate - Add conductor circuit subcommands: list, reset - All three command groups were documented on the website but missing from CLI - Add 113 new tests: validation (15), errors (20), zero-config (78) covering calculator, colors, hash, text-tools, timezone plugins - Tests: 164 passing, 0 failing Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…(Node ≥ 20.12) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…0 + Vitest/rolldown Both ESLint 10 and rolldown (Vitest bundler) require util.styleText which was added in Node 20.12. Node 18 reached EOL in April 2025. Updated engine requirement to >=20.12.0 to match actual dependency constraints. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
thegreatalxx
pushed a commit
that referenced
this pull request
Apr 6, 2026
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
@conductor/cli→@useconductor/conductorpublishConfigwithaccess: publicand npm registryprepublishOnly: npm run buildscriptconductor releasecommand: interactive npm publish wizard (version bump → typecheck → tests → build → publish → git tag)Test plan
npm run typecheckpassesnpm run buildpassesconductor releaseprompts correctly🤖 Generated with Claude Code