Files
openprose__prose/package.json
T
Jose Montes de Oca eaf683c2fd feat: extract the Reactor harness into openprose/reactor (#166)
Reactor now lives at github.com/openprose/reactor with its complete
history and a pinned copy of the Skill at skill-v0.15.0; its packages
(@openprose/reactor 0.3.3, reactor-cli 0.2.4, reactor-devtools 0.3.1)
publish from there and are labelled experimental (alpha).

This repository is OpenProse only again: the language spec, the Skill,
std/co, and the examples — installable and testable with no build step.

- Remove packages/reactor*, tools/eval-harness, the Reactor-driven
  example suites and test kits, both Reactor workflows, and the vitest
  aliases into packages/reactor/dist.
- Retire `prose react`, the reactor shell-out exception, and reactor.md
  from the Skill; replace the README's Reactor section with a short
  "Harnesses" pointer.
- Keep the four corpus-wide example guards as tests/open-prose/examples-corpus.
- Add ci-skill.yml: pnpm install --frozen-lockfile && pnpm test:skill —
  the conformance suites now run in CI for the first time.
- Record the `prose react` and reactor-cli changelog entries under the
  tags they actually shipped in.

The run-phase vocabulary (concepts/reactor.md, the spec titles) is
de-branded in a follow-up.
2026-08-24 16:45:51 -04:00

14 lines
271 B
JSON

{
"name": "openprose-prose",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.34.5",
"scripts": {
"test": "vitest run tests/open-prose",
"test:skill": "vitest run tests/open-prose"
},
"devDependencies": {
"vitest": "^4.1.8"
}
}