Skip to content

feat: rename to @useconductor/conductor + release command#20

Merged
thegreatalxx merged 8 commits intomainfrom
release/useconductor-setup
Apr 5, 2026
Merged

feat: rename to @useconductor/conductor + release command#20
thegreatalxx merged 8 commits intomainfrom
release/useconductor-setup

Conversation

@thegreatalxx
Copy link
Copy Markdown
Collaborator

Summary

  • Rename package from @conductor/cli@useconductor/conductor
  • Add publishConfig with access: public and npm registry
  • Add prepublishOnly: npm run build script
  • Add conductor release command: interactive npm publish wizard (version bump → typecheck → tests → build → publish → git tag)

Test plan

  • npm run typecheck passes
  • npm run build passes
  • conductor release prompts correctly

🤖 Generated with Claude Code

Conductor Bot and others added 8 commits April 4, 2026 20:09
- 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 thegreatalxx marked this pull request as draft April 5, 2026 17:37
@thegreatalxx thegreatalxx marked this pull request as ready for review April 5, 2026 17:37
@thegreatalxx thegreatalxx self-assigned this Apr 5, 2026
@thegreatalxx thegreatalxx marked this pull request as draft April 5, 2026 17:44
@thegreatalxx thegreatalxx marked this pull request as ready for review April 5, 2026 17:44
@thegreatalxx thegreatalxx merged commit 871d449 into main Apr 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant