Metadata-Version: 2.4
Name: holoscript-papers-program
Version: 0.1.2
Summary: Python consumer client for the HoloScript papers triad process.
Author: HoloScript ecosystem
License-Expression: MIT
Project-URL: Homepage, https://github.com/brianonbased-dev/ai-ecosystem/tree/main/packages/papers-program-py
Project-URL: Source, https://github.com/brianonbased-dev/ai-ecosystem
Keywords: holoscript,papers,research,triad,agent-framework
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# holoscript-papers-program

Python consumer client for the HoloScript papers triad process.

The package does not ship private drafts, PDFs, submission state, or founder
commitments. It reads a caller-provided triad config and the configured paper
matrix shards, then emits a process report for research consumers.

## Install

```bash
pip install holoscript-papers-program
```

## Use

```bash
holoscript-papers-program report \
  --triad config/competitor-paper-codebase-triad.json \
  --json
```

```python
from holoscript_papers_program import build_papers_program_report_from_files

report = build_papers_program_report_from_files(root=".")
```

## Boundary

`v0-preview` supports triad config summaries, Markdown paper-row parsing,
code-evidence counts, consumer process gates, and validation command reminders.

- Editor contact, ordinary paper submission/release, and public claims made by
  an agent or the project are agent-decided.
- Joseph review is limited to the exact four protected classes: spend beyond an
  active per-rail cap or changes involving the treasury master wallet, Trezor
  seed/recovery, new-wallet creation, custody or minting authority, or permanent
  seat-wallet identity; a physical commitment requiring his body, signature, or
  presence; a public commitment under his name, face, or voice; or a
  governance-tier mutation. Within-cap existing-wallet sign/broadcast is
  agent-decided.
- In the papers lane, the identity trigger is specifically a byline, submission,
  or public commitment that uses Joseph/the founder's name, face, or voice.
- Legal, export-control, and compliance questions route to qualified specialist
  review, separate from Joseph approval.

This report-only preview does not itself submit papers or contact editors; that
is a feature boundary, not an approval gate. Caller-owned agents may perform
those actions under the authority contract above.
