Skip to content

Commit 0bec473

Browse files
author
TNFR AI Agent
committed
Align documentation links after package rename
1 parent 0a991b8 commit 0bec473

File tree

6 files changed

+102
-286
lines changed

6 files changed

+102
-286
lines changed

AGENTS.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Theoretical Foundation: The framework models reality as coherent dynamic pattern
8282
| **Operators** | [13 Canonical Operators](#the-13-canonical-operators) |
8383
| **Grammar** | [Unified Grammar U1-U6](#unified-grammar-u1-u6) |
8484
| **Fields** | [Structural Field Tetrad](#telemetry--structural-field-tetrad) |
85-
| **TNFR-Riemann** | [Recent Theoretical Developments](#recent-developments) |
85+
| **TNFR-Riemann** | [Recent Theoretical Developments](#recent-theoretical-developments-november-2025) |
8686
| **Implementation** | [Development Workflow](#development-workflow) |
8787
| **Validation** | [Testing Requirements](#testing-requirements) |
8888
| **Applications** | [Advanced Topics](#advanced-topics) |
@@ -160,7 +160,8 @@ A theoretical framework connecting **discrete TNFR operators** to the **Riemann
160160

161161
---
162162

163-
## Universal Tetrahedral Correspondence {#universal-tetrahedral-correspondence}
163+
## Universal Tetrahedral Correspondence
164+
164165
### Theoretical Foundation
165166

166167
The central theoretical result establishes an exact correspondence between:
@@ -267,7 +268,7 @@ Theoretical Significance: Mathematical harmony and physical coherence represent
267268

268269
---
269270

270-
## Foundational Physics {#foundational-physics}
271+
## Foundational Physics
271272

272273
### The Nodal Equation
273274

@@ -387,7 +388,7 @@ We do not postulate wave functions, operators, or collapse. We observe that the
387388

388389
---
389390

390-
## The 13 Canonical Operators {#the-13-canonical-operators}
391+
## The 13 Canonical Operators
391392

392393
Operators constitute the exclusive mechanism for node modification in TNFR systems. These functions represent resonant transformations with defined physical foundations.
393394

@@ -488,7 +489,7 @@ All sequences must satisfy unified grammar (U1-U6).
488489

489490
---
490491

491-
## Unified Grammar (U1-U6) {#unified-grammar-u1-u6}
492+
## Unified Grammar (U1-U6)
492493

493494
The grammar emerges from TNFR physics rather than arbitrary constraints.
494495

@@ -564,7 +565,7 @@ The grammar emerges from TNFR physics rather than arbitrary constraints.
564565

565566
---
566567

567-
## Telemetry & Structural Field Tetrad {#telemetry--structural-field-tetrad}
568+
## Telemetry & Structural Field Tetrad
568569

569570
### Core Structural Metrics
570571

@@ -757,7 +758,7 @@ Consolidates: Structural units + Metrics exposure
757758

758759
---
759760

760-
## Testing Requirements {#testing-requirements}
761+
## Testing Requirements
761762

762763
### Minimum Test Coverage
763764

@@ -892,7 +893,7 @@ This playbook summarizes how TNFR agents (human or AI) should reason and act whe
892893

893894
If a proposed change makes the code “prettier” but weakens TNFR fidelity, it must be rejected. If it strengthens structural coherence, traceability, and alignment with the nodal equation and tetrad fields, it should move forward.
894895

895-
## Development Workflow {#development-workflow}
896+
## Development Workflow
896897

897898
### Before Writing Code
898899

@@ -975,7 +976,7 @@ Equivalence map: [if APIs renamed]
975976

976977
---
977978

978-
## Recent Theoretical Developments (November 2025) {#recent-developments}
979+
## Recent Theoretical Developments (November 2025)
979980

980981
### TNFR-Riemann Theoretical Framework
981982

@@ -1047,7 +1048,7 @@ This framework represents:
10471048

10481049
---
10491050

1050-
## Advanced Topics {#advanced-topics}
1051+
## Advanced Topics
10511052

10521053
### Developing TNFR Theory
10531054

primality-test/PACKAGE_SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### **📁 Estructura del Paquete Completo**
66

77
```
8-
C:\TNFR-Python-Engine\zenodo-package\
8+
C:\TNFR-Python-Engine\primality-test\
99
├── 🧮 tnfr_primality/ # Implementación principal
1010
│ ├── __init__.py # Exportaciones del paquete
1111
│ ├── core.py # Algoritmos TNFR fundamentales
@@ -128,7 +128,7 @@ Teorema: n es primo ⟺ ΔNFR(n) = 0
128128
#### **1. Crear Archivo para Zenodo**
129129
```bash
130130
cd C:\TNFR-Python-Engine
131-
zip -r tnfr-primality-v1.0.0.zip zenodo-package/
131+
zip -r tnfr-primality-v1.0.0.zip primality-test/
132132
```
133133

134134
#### **2. Subir a Zenodo**

primality-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The ΔNFR equation emerges from three fundamental arithmetic pressures:
164164
## Repository Structure
165165

166166
```
167-
zenodo-package/
167+
primality-test/
168168
├── tnfr_primality/ # Advanced TNFR implementation
169169
│ ├── __init__.py
170170
│ ├── __main__.py # Auto-detecting entry point

primality-test/ZENODO_PUBLICATION_GUIDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This directory contains a complete, publication-ready package for **TNFR-Based P
77
## Package Structure
88

99
```
10-
zenodo-package/
10+
primality-test/
1111
├── tnfr_primality/ # Main package implementation
1212
│ ├── __init__.py # Package initialization and exports
1313
│ ├── core.py # Core TNFR primality algorithms
@@ -59,7 +59,7 @@ zenodo-package/
5959

6060
### From Source
6161
```bash
62-
cd zenodo-package
62+
cd primality-test
6363
pip install -e .
6464

6565
# Verify installation
@@ -83,9 +83,9 @@ python benchmarks/comprehensive_benchmark.py
8383
### 1. Prepare Archive
8484
```bash
8585
cd TNFR-Python-Engine
86-
zip -r tnfr-primality-v1.0.0.zip zenodo-package/
86+
zip -r tnfr-primality-v1.0.0.zip primality-test/
8787
# OR
88-
tar -czf tnfr-primality-v1.0.0.tar.gz zenodo-package/
88+
tar -czf tnfr-primality-v1.0.0.tar.gz primality-test/
8989
```
9090

9191
### 2. Upload to Zenodo

primality-test/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
project_urls={
1515
"Repository": "https://github.com/fermga/TNFR-Python-Engine",
1616
"Bug Tracker": "https://github.com/fermga/TNFR-Python-Engine/issues",
17-
"Documentation": "https://github.com/fermga/TNFR-Python-Engine/tree/main/zenodo-package/docs",
18-
"Source": "https://github.com/fermga/TNFR-Python-Engine/tree/main/zenodo-package",
17+
"Documentation": "https://github.com/fermga/TNFR-Python-Engine/tree/main/primality-test/docs",
18+
"Source": "https://github.com/fermga/TNFR-Python-Engine/tree/main/primality-test",
1919
},
2020
classifiers=[
2121
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)