Skip to content

Commit 08dc77d

Browse files
dcarranza-axlclaude
andcommitted
v0.10.0: v3.1 data anchoring, README + full surface update
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3e02f60 commit 08dc77d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,24 @@ Two live experiments. Real agents. Real packets. Real results.
187187
Full v3 parser, emitter, validator, and translator included.
188188
Auto-detects v1 vs v3 format. All v1 code preserved for backward compatibility.
189189

190+
### v3.1 Data Anchoring (NEW)
191+
192+
Four additive conventions that improve cold decompression recovery by ~40 points:
193+
194+
| Convention | Syntax | Purpose |
195+
|-----------|--------|---------|
196+
| Numeric Bundles | `label[$value,qualifier]` | Critical quantities survive cold models |
197+
| Entity Anchors | `@ent.XX` | Named entities declared explicitly |
198+
| Causal Split | `<-` evidence, `=>` causal, `->` transition | Distinct directional operators |
199+
| Summary+Breakdown | Paired packets | Dense data split for preservation |
200+
201+
**Cold recovery results:**
202+
- Qwen 3.5 (35B): 61% to 100% (+39 pts)
203+
- Gemini Flash: 35% to 76% (+41 pts)
204+
- Compression cost: +0.4% (neutral)
205+
206+
Full spec: [v3.1 Data Anchoring](https://axlprotocol.org/v3.1)
207+
190208
```python
191209
from axl import parse_v3, emit_v3, validate_v3, v3_to_json, v3_to_english
192210

0 commit comments

Comments
 (0)