Metadata-Version: 2.4
Name: holoscript-papers-program
Version: 0.1.1
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.
Public submission, byline, editor-contact, and founder-name commitments stay
outside the package.
