-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary: Ensure tf/toneforge CLI is ergonomically available via bin/dev-cli.js and package bin entries, and the postinstall/link behavior is CI-safe.
Acceptance Criteria
package.jsonbinentries fortfandtoneforgepoint to the dev loader.- Postinstall messaging is safe for CI and documents fallback to
./bin/dev-cli.js.
Minimal Implementation
- Verify and adjust
bin/dev-cli.jsandpackage.jsonentries. - Document a non-failing postinstall fallback and developer setup in README.
Dependencies: none (but required for dev testing).
Deliverables:
- Updated
package.json,bin/dev-cli.js, and README dev instructions.
Reactions are currently unavailable