@fiale-plus/pi-rogue-bundle
Public Pi-Rogue bundle for advisor and orchestration. Single consolidated artefact (advisor and orchestration releases paused; their packages are private and bundled here).
Package details
Install @fiale-plus/pi-rogue-bundle from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@fiale-plus/pi-rogue-bundle- Package
@fiale-plus/pi-rogue-bundle- Version
0.1.10- Published
- Jun 2, 2026
- Downloads
- 638/mo · 638/wk
- Author
- bearmug
- License
- MIT
- Types
- extension, skill
- Size
- 718.5 KB
- Dependencies
- 2 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./src/extension.ts"
],
"skills": [
"./node_modules/@fiale-plus/pi-rogue-advisor/skills",
"./node_modules/@fiale-plus/pi-rogue-orchestration/skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Pi-Rogue Bundle
@fiale-plus/pi-rogue-bundle is the single consolidated public artefact for Pi-Rogue.
It stitches together (and bundles for a true single-package install):
@fiale-plus/pi-rogue-advisor(logic; direct releases paused)@fiale-plus/pi-rogue-orchestration(logic; direct releases paused)
Direct installs of the advisor/orchestration packages are paused (marked private). All users and future releases go through the bundle. See docs/release.md and root AGENTS.md / README.md for the release policy.
Install (recommended)
pi install npm:@fiale-plus/pi-rogue-bundle
For local monorepo dev:
# from repo root
npm install
# then use workspace packages as needed (e.g. for testing changes to advisor/orch before a bundle release)
Scope boundaries
- Lab / internal helpers are excluded from this bundle.
@fiale-plus/pi-rogue-bundleis the only published surface for the logic.- Internal helper packages (
@fiale-plus/pi-rogue-guardrails,@fiale-plus/pi-rogue-brain,@fiale-plus/pi-rogue-repo-arch) are maintained separately in the lab section and not published.
Command surface
/advisor,/goal,/loop,/autoresearch,/autoresearch-labplus status/config/command paths (all provided via the bundle).
Status
- Published: yes (single artefact)
- The advisor and orchestration packages continue to receive code changes in this repo; they ship inside bundle releases via
bundledDependencies.
Release notes
Only pi-rogue-bundle-<semver> tags/releases are produced. See docs/release.md for the full clean policy and checklist.