Commit graph

17 commits

Author SHA1 Message Date
Shay
cc45ba8cac batch 2: packs/common — contract, schemas, trilingual anchor template 2026-05-12 21:39:12 -07:00
Shay
0322e073e7 feat(packs): en/he/el lexical seed sets — lemmas, morphology, frames, senses, probes [Batch 4] 2026-05-12 21:20:46 -07:00
Shay
ddce4d83e0 feat(packs): en/he/el pack manifests, orthography, corpus manifests [Batch 3] 2026-05-12 21:18:44 -07:00
Shay
a7349e4ea3 feat(packs): shared contract, JSON schemas, trilingual anchor template [Batch 2] 2026-05-12 21:17:53 -07:00
Shay
f68a2dd66c docs(decisions): ADR-0005 language pack contract + session addendum [Batch 1] 2026-05-12 21:16:00 -07:00
Shay
377201015f docs: add ADR log and session decision record for 2026-05-12
- Add docs/decisions/README.md: ADR format guide and index
- Add docs/decisions/ADR-0001-vocab-layer-invariants.md
- Add docs/decisions/ADR-0002-ingest-layer-design.md
- Add docs/decisions/ADR-0003-coordinate-system-dissolution.md
- Add docs/decisions/ADR-0004-rotor-as-operator-not-property.md
- Add docs/decisions/SESSION-2026-05-12.md: full timestamped session log
2026-05-12 20:56:21 -07:00
Shay
bd423e489c arch: close coordinate back-door in vocab layer
- Add algebra/rotor.py: word_transition_rotor() as a free operator function
- Update algebra/__init__.py: export word_transition_rotor
- Refactor vocab/manifold.py: remove edge_rotor(), add versor grade-norm
  invariant check in add() to reject raw coordinate vectors at insertion time

VocabManifold now stores only algebraically valid Cl(4,1) versors and
exposes only relational lookup (CGA inner product). Rotor construction
is a contextual algebra-layer concern, not a vocabulary property.
2026-05-12 20:52:14 -07:00
Shay
7d814fac3f docs: fix Whitepaper — rename implementation languages section, add core human language foundations section, fix Three Pillars to engineering pillars 2026-05-12 20:04:39 -07:00
Shay
e28142fcc9 docs: fix README — engineering pillars, core language foundations, remove misplaced AssetOverflow description 2026-05-12 20:01:35 -07:00
Shay
4ca2431e44 docs: port Whitepaper.md and Yellowpaper.md from core-ai — vision unchanged, algebra updated to Cl(4,1) Versor Engine 2026-05-12 19:34:16 -07:00
Shay
f882408e62 init: Rust build config, Python dispatch layer, Rust tests 2026-05-12 19:20:42 -07:00
Shay
0063259584 init: Rust extension crate (core-rs) with PyO3 bindings 2026-05-12 19:19:07 -07:00
Shay
0a711b7688 init: tests, pyproject.toml, AGENTS.md, CLAUDE.md, README.md 2026-05-12 19:15:28 -07:00
Shay
b5989f35ec init: ingest, field, vocab, vault, persona, generate, session layers 2026-05-12 19:14:22 -07:00
Shay
b80dd57a9b init: algebra layer — cl41, versor, cga, holonomy 2026-05-12 19:12:48 -07:00
Shay
243af021a7
Update README description for clarity 2026-05-12 19:05:41 -07:00
Shay
b1fd0dff27
Initial commit 2026-05-12 19:04:17 -07:00