Skip to content

Fix npx filecoin-nova bin resolution#5

Open
Ziliang-H wants to merge 1 commit into
FilOzone:mainfrom
Ziliang-H:fix-npx-filecoin-nova-bin
Open

Fix npx filecoin-nova bin resolution#5
Ziliang-H wants to merge 1 commit into
FilOzone:mainfrom
Ziliang-H:fix-npx-filecoin-nova-bin

Conversation

@Ziliang-H

Copy link
Copy Markdown

Summary

Adds a filecoin-nova bin alias that points to the existing CLI entrypoint.

Why

The README documents commands like:

npx filecoin-nova demo https://your-site.com

but the package currently exposes two bins, nova and nova-mcp, with no bin matching the package name. That makes bare npx filecoin-nova ... fail before the CLI starts because npm cannot infer which executable to run.

This keeps the existing nova and nova-mcp commands intact while making the documented first-run command resolve correctly.

Fixes #2.

Verification

node -e "const p=require('./package.json'); console.log(p.bin)"

Confirmed the bin map now includes filecoin-nova: ./dist/cli.js.

Related reproducible lead: charles-openclaw/charles-microbounties#1415

Copilot AI review requested due to automatic review settings June 13, 2026 19:21

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds an additional CLI binary alias so the published package can be invoked as filecoin-nova (in addition to existing nova and nova-mcp).

Changes:

  • Expose filecoin-nova as an npm bin entry pointing to the existing CLI implementation (./dist/cli.js).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

npx filecoin-nova fails: "could not determine executable to run"

2 participants