Skip to content

Tags: anywave/rpp-spec

Tags

v1.2.0

Toggle v1.2.0's commit message
v1.2.0 - RPP Canonical Address & PMA

Features:
- RPP Canonical Address v1.0-RaCanonical (Ra-derived addressing)
- SPIRAL Consent Packet Header v1.0
- Phase Memory Anchor v1.1 (18-byte compact format)
- HDL implementation with Ra constants (97 tests passing)

Ra Constants:
- Golden Ratio consent thresholds (10/6/5)
- KHAT duration (12 cycles)
- ETF controller (9 cycles, 559 release threshold)
- Coherence formula: (φ × E) + (𝔄 × C)

v0.1.9

Toggle v0.1.9's commit message
fix: update citation year to 2025

- Citation now reads "Lennon, A. L. (2025)..."
- Bump version to 0.1.9

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v0.1.8

Toggle v0.1.8's commit message
fix: correct BOUNDARIES.md and MVP.md paths (root, not spec/)

- BOUNDARIES.md is in root directory, not spec/
- MVP.md is in root directory, not spec/
- Bump version to 0.1.8

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v0.1.7

Toggle v0.1.7's commit message
fix: convert relative links to absolute URLs for PyPI compatibility

- Badge links now use absolute GitHub URLs
- Documentation section links now use absolute GitHub URLs
- Fixed incorrect paths for BOUNDARIES.md and MVP.md (spec/ prefix)
- Bump version to 0.1.7

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v0.1.6

Toggle v0.1.6's commit message
chore: bump version to 0.1.6

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v0.1.5

Toggle v0.1.5's commit message
feat: Add multi-language support (i18n)

Add internationalization with 5 languages:
- English (en) - default
- Gulf Arabic (ar-gulf) - UAE, Qatar, Kuwait, Bahrain
- Hejazi Arabic (ar-hejaz) - Western Saudi Arabia
- Spanish (es)
- Russian (ru)

New --lang flag for CLI commands:
  rpp --lang es encode --shell 0 --theta 12 --phi 40 --harmonic 1
  rpp --lang ar-gulf demo
  rpp --lang ru tutorial

Also fixes Windows console UTF-8 encoding for non-Latin scripts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v0.1.4

Toggle v0.1.4's commit message
chore: bump version to 0.1.4

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v0.1.3

Toggle v0.1.3's commit message
Release v0.1.3 - ASCII visualizations for CLI

mesh-v0.1.0

Toggle mesh-v0.1.0's commit message
fix: Correct RPPMeshHeader pack/unpack format to 16 bytes

The format string produced 14 bytes instead of 16. Added 2 more
padding bytes to reach the required 16-byte header size.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v1.1.1

Toggle v1.1.1's commit message
RPP v1.1.1 - Updated defensive publication