agent-bios 0.13.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/learn/redact.py CHANGED
@@ -5,7 +5,8 @@ Both flows that egress session-derived text redact through here, so the floor
5
5
  is single-sourced (concept economy) rather than duplicated per call site:
6
6
  * heavy flow — session-distill/digest.py (per-session digests);
7
7
  * light flow — learn/collect-learning.py (`learn!` prose + upload + the
8
- curator export downstream, since the server stores the payload verbatim).
8
+ curator export downstream, since the server stores what it receives —
9
+ redaction that does not happen HERE cannot be undone there).
9
10
 
10
11
  `design/corpus-domain-packaging.md` declares this floor as an inherited
11
12
  constraint ("the digest pipeline's secret-redaction carries over to harvest").
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "agent-bios",
3
- "version": "0.13.0",
4
- "releaseDate": "2026-08-19",
3
+ "version": "0.14.0",
4
+ "releaseDate": "2026-08-31",
5
5
  "description": "A thin, low-level instruction layer for LLM CLI agents: one set of principles and behavior whichever model you run. Deploys into $HOME by copy via an explicit `agent-bios install`.",
6
6
  "bin": {
7
7
  "agent-bios": "install.sh"
package/provenance.json CHANGED
@@ -1 +1 @@
1
- {"commit":"7d37b87e38e892108e7cd7bd0a397fd30316065c","committedAt":"2026-08-19T11:53:21+09:00","dirty":false}
1
+ {"commit":"db5e745b6f832a02b43556889c14ce1396688177","committedAt":"2026-08-31T13:13:32+09:00","dirty":false}