Skip to content

Commit 987e84f

Browse files
Peter Groomclaude
andcommitted
chore: add meta.yaml for PACEngine and arithmetic notes directories
Mewtwo Phase 0 codebase readiness — semantic navigation metadata. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 77b167d commit 987e84f

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
schema_version: '2.0'
2+
directory_name: PACEngine
3+
description: >
4+
Core PAC conservation mathematics engine. Implements f(parent) = Σf(children)
5+
conservation law, geometric SEC operators, and validation infrastructure.
6+
Contains the primary computational substrate for PAC theory — conservation
7+
testing, data collection, integration modules, and visualization tools.
8+
semantic_scope:
9+
- pac-conservation
10+
- mathematical-engine
11+
- conservation-law
12+
- geometric-SEC
13+
- validation
14+
files:
15+
- pac_engine.py
16+
- collect_data.py
17+
- test_conservation.py
18+
- README.md
19+
child_directories:
20+
- core
21+
- docs
22+
- experiments
23+
- integration
24+
- modules
25+
- results
26+
- validation
27+
- visualization
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
schema_version: '2.0'
2+
directory_name: notes
3+
description: >
4+
Research notes and working documents for PAC arithmetic foundations.
5+
Informal analysis, derivation sketches, and theoretical exploration.
6+
semantic_scope:
7+
- research-notes
8+
- pac-arithmetic
9+
- working-documents
10+
child_directories:
11+
- PAC

0 commit comments

Comments
 (0)