Skip to content

docs: scope npx invocations under @mandarnilange/* across all docs#6

Merged
mandarnilange merged 1 commit into
mainfrom
chore/scope-npx-invocations
Apr 26, 2026
Merged

docs: scope npx invocations under @mandarnilange/* across all docs#6
mandarnilange merged 1 commit into
mainfrom
chore/scope-npx-invocations

Conversation

@mandarnilange
Copy link
Copy Markdown
Owner

Summary

  • Cold-start npx agentforge X commands no longer resolve from a clean shell — the unscoped agentforge package name does not exist on npm (rejected by similarity policy in rc.0). Same for npx agentforge-core after the rc.2 rename.
  • Without prior npm install, npx would fail with "package not found".

What changed

  • Replaces every npx agentforge ...npx @mandarnilange/agentforge ...
  • Replaces every npx agentforge-core ...npx @mandarnilange/agentforge-core ...
  • Fixes a stale parenthetical in docs/getting-started.md that recommended npx agentforge for the core package — the from-source fallback for core is npx tsx packages/core/src/cli/index.ts.

Files

  • README.md
  • docs/getting-started.md
  • docs/testing-guide.md
  • packages/core/README.md
  • packages/platform/README.md

Test plan

  • npx biome check . — clean
  • grep confirms zero remaining bare npx agentforge / npx agentforge-core references
  • Spot-check rendered README on GitHub after merge

Cold-start `npx agentforge X` commands no longer resolve — the
unscoped `agentforge` package name does not exist on npm (rejected
by similarity policy in rc.0). Same for `npx agentforge-core` after
the rc.2 rename. Without prior `npm install`, `npx` would fail with
"package not found".

Replaces every `npx agentforge ...` with
`npx @mandarnilange/agentforge ...`, and every `npx agentforge-core ...`
with `npx @mandarnilange/agentforge-core ...`. The scoped form pulls
the package from npm and runs the registered bin (`agentforge` /
`agentforge-core`), so commands now work copy-paste from a clean
shell.

Also fixes a stale parenthetical in docs/getting-started.md that
recommended `npx agentforge` for the core package — the from-source
fallback for core is `npx tsx packages/core/src/cli/index.ts`.

Touches: README, docs/getting-started, docs/testing-guide,
packages/core/README, packages/platform/README.
@mandarnilange mandarnilange merged commit 6e4966c into main Apr 26, 2026
4 checks passed
@mandarnilange mandarnilange deleted the chore/scope-npx-invocations branch April 26, 2026 07:08
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