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.json bin entries for tf and toneforge point 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.js and package.json entries.
- 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.
Summary: Ensure
tf/toneforgeCLI is ergonomically available viabin/dev-cli.jsand packagebinentries, and the postinstall/link behavior is CI-safe.Acceptance Criteria
package.jsonbinentries fortfandtoneforgepoint to the dev loader../bin/dev-cli.js.Minimal Implementation
bin/dev-cli.jsandpackage.jsonentries.Dependencies: none (but required for dev testing).
Deliverables:
package.json,bin/dev-cli.js, and README dev instructions.