@holoscript/competitor-program
v0.1.1
Published
Consumer-facing HoloScript competitor gap process package.
Maintainers
Readme
@holoscript/competitor-program
Consumer-facing package for the HoloScript competitor gap process.
The package does not ship private matrix data. Point it at a competitor gap matrix and optional monitor config, and it emits a process report an external agent or product team can follow.
npm i @holoscript/competitor-program
competitor-program report \
--matrix docs/strategy/competitor-gap-matrix.json \
--monitor config/competitors.json \
--jsonProgram rules:
- source files remain the caller's source truth
- open P0/P1/P2 gaps route first
- competitor claims need source refs and freshness evidence
- superiority claims should connect to paper/codebase triad evidence before promotion
- generated work should close through HoloRepo/HoloGate receipts, not a private board
API:
import { buildCompetitorProgramReport } from '@holoscript/competitor-program';
const report = buildCompetitorProgramReport({ matrix, monitorConfig });Consumption Contract
External users, founder reviewers, and agent operators bring their own matrix, monitor config, source citations, storage, credentials, and task system. This package does not ship founder-local strategy state, private boards, GOLD intake, or local hardware assumptions. It emits a report/process primitive; callers own promotion, rollback, and receipt storage.
Agent-operable evidence: run competitor-program report --json and attach the
JSON output or downstream validation receipt before claiming a gap is closed.
Release boundary: v0-preview. Known limitations: this package does not fetch
competitor sources, mutate a board, publish public claims, or decide founder
priority by itself.
