Skip to content

Commit 4ec14dc

Browse files
authored
chore: bump to 0.4.1 — fix broken links and update citation (#14)
1 parent 0359eae commit 4ec14dc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66
- given-names: Ambar
77
affiliation: "National University of Singapore"
88
orcid: ""
9-
version: "0.4.0"
9+
version: "0.4.1"
1010
date-released: "2026-02-27"
1111
license: MIT
1212
url: "https://github.com/Ambar-13/ConstrAI"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ Every claim in ConstrAI carries one of four epistemic labels:
703703
| `EMPIRICAL` | Measured on test suites; confidence intervals available |
704704
| `HEURISTIC` | Best-effort; no formal guarantee (gradient tracker, HJB barrier) |
705705

706-
T1, T3, T4, T5, T6, T7 are `PROVEN`. T2 and T8 are `CONDITIONAL`. See [MATHEMATICAL_COMPLIANCE.md](MATHEMATICAL_COMPLIANCE.md) for the full proofs.
706+
T1, T3, T4, T5, T6, T7 are `PROVEN`. T2 and T8 are `CONDITIONAL`. See [MATHEMATICAL_COMPLIANCE.md](https://github.com/Ambar-13/ConstrAI/blob/main/MATHEMATICAL_COMPLIANCE.md) for the full proofs.
707707

708708
### What is and is not guaranteed for real-world actions
709709

@@ -824,13 +824,13 @@ restored = kernel.rollback(state, new_state, reversible_action)
824824
| Deep Python memory manipulation (`ctypes`, `gc`, `sys`) | Partially mitigated. Not memory-safe against intentional bypasses. |
825825
| 4 adversarial evasion vectors (base64 payloads, `getattr` dynamic dispatch) | These bypass the classification layer before an `ActionSpec` is constructed. The kernel itself has no known bypass. |
826826

827-
See [docs/VULNERABILITIES.md](docs/VULNERABILITIES.md) for the full breakdown.
827+
See [docs/VULNERABILITIES.md](https://github.com/Ambar-13/ConstrAI/blob/main/docs/VULNERABILITIES.md) for the full breakdown.
828828

829829
---
830830

831831
## Performance
832832

833-
Measured on 10,000 sequential safety checks in a single process (see [BENCHMARKS.md](BENCHMARKS.md) for methodology):
833+
Measured on 10,000 sequential safety checks in a single process (see [BENCHMARKS.md](https://github.com/Ambar-13/ConstrAI/blob/main/BENCHMARKS.md) for methodology):
834834

835835
| Metric | Value |
836836
|--------|-------|

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "constrai"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "Formal safety framework for AI agents with provable guarantees"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)