Releases: fomv9354lve/capas-inteligentes
Releases · fomv9354lve/capas-inteligentes
Release list
CAPAS v0.1.2 — open-core + conformance + pharma beachhead
Open-core release; deterministic claim-admissibility engine. Archived to Zenodo for a citable DOI.
CAPAS Claim Gate v0.1.1 - public-boundary hotfix
CAPAS Claim Gate v0.1.1 - public-boundary hotfix
This is a local MVP release candidate for CAPAS Claim Gate.
What this release is
- A package-installable CLI:
capas - A small external claim/evidence JSON surface
- A published MVP input schema:
docs/schema/capas_claim_payload.schema.json - A static local review UI generated by
capas ui - A readiness packet for external scientific-computation reviewers
- A local CAPAS Physical Evidence profile packet for RO-Crate/Workflow Run RO-Crate alignment
- CI gates for product demo, input schema, fresh source checkout install, profile validation, and RO-Crate coverage
What this release is not
- Not fine-tune ready
- Not a new provenance standard
- Not proof of broad LLM scientific reasoning
- Not a simulator benchmark claim
- Not external user validation
- Not formal RO-Crate profile registration
Verified local gates
Run:
python -m pip install -e .
capas demo
capas schema
capas check-input --input examples/external_claim_accept.json
capas decide --input examples/external_claim_rewrite.json
capas validate
python benchmarks/verify_external_mvp_readiness.pyExpected release-readiness status before publication:
release_ready: False
missing until external setup: git remote, v0.1.1 tag, valid GitHub CLI authentication
Honest scope
CAPAS prevents scientific-computation traces from licensing claims larger than
their evidence type supports. It emits ACCEPT, REWRITE, REJECT, or HOLD
over explicit evidence fields. It is a rule gate, not an LLM judge.