Skip to content

Commit 4e0eed4

Browse files
author
gHashTag
committed
chore: unify contact email to admin@t27.ai across corpus (closes #1067)
Pure metadata cleanup: 10 files, 10 lines. - 7 ring-NN-rust Cargo.toml authors fields - bindings/python/pyproject.toml authors - .github/workflows/brain-seal-refresh.yml user.email/user.name All legacy emails (t27@trinity.ai, t27-bot@trinity.ai, dev@trinity-s3ai.local) replaced with the single canonical admin@t27.ai per ops directive 2026-06-10. Plus docs/NOW.md ops-unify-email entry per NOW Sync Gate. No code, no specs, no gen/, no conformance JSON. L6 untouched. Closes #1067.
1 parent e80b147 commit 4e0eed4

10 files changed

Lines changed: 15 additions & 9 deletions

File tree

.github/workflows/brain-seal-refresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Commit brain seals
4646
run: |
47-
git config --local user.email "t27-bot@trinity.ai"
47+
git config --local user.email "admin@t27.ai"
4848
git config --local user.name "T27 Autonomous Agent"
4949
git add .trinity/seals/brain_*.json
5050
git diff --staged --quiet || echo "No changes to commit"

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.8"
1111
license = { text = "MIT" }
1212
authors = [
13-
{ name = "Trinity S3AI", email = "t27@trinity.ai" }
13+
{ name = "Trinity S3AI", email = "admin@t27.ai" }
1414
]
1515
keywords = ["golden-float", "phi", "floating-point", "ml", "numpy"]
1616
classifiers = [

docs/NOW.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Last updated: 2026-06-13
44

5+
## ops-unify-email -- consolidate contact emails to admin@t27.ai (Closes #1067)
6+
7+
- **WHERE** (metadata only): consolidates 7 ring-NN-rust Cargo.toml `authors` fields (rings 088, 089, 100..104), `bindings/python/pyproject.toml` `authors`, and `.github/workflows/brain-seal-refresh.yml` `user.email`/`user.name` from legacy addresses (`t27@trinity.ai`, `t27-bot@trinity.ai`, `dev@trinity-s3ai.local`) to the single canonical `admin@t27.ai`. No code changes, no spec edits, no `gen/` edits, no conformance JSON touched.
8+
- **Why**: per ops directive 2026-06-10, `admin@t27.ai` is the only allowed contact surface for this corpus. Other addresses (gmail, trinity.ai placeholders, .local) are deprecated and were either inactive or were placeholders that never resolved. Pure metadata cleanup. L6 untouched. L2 untouched. Closes #1067.
9+
- **Anchor**: phi^2 + phi^-2 = 3
10+
511
## docs-hf-cross-links -- add HuggingFace datasets section to README (Closes #1068)
612

713
- **WHERE** (docs only): adds an "HuggingFace mirror" section to `README.md`. Lists the two HF datasets (`playra/numeric-format-catalog`, `playra/numeric-conformance-packs`) and the HF paper page (arXiv:2606.09686). Stresses GitHub remains primary source of truth. No code, no specs, no `gen/` edits, no conformance JSON touched.

rings/ring-088-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Trinity ring-088 -- GF16 numeric codec + multiply-accumulate kernel. First honestly-imported Wave-11 crate (Wave 15)."
7-
authors = ["Trinity Project <dev@trinity-s3ai.local>"]
7+
authors = ["Trinity Project <admin@t27.ai>"]
88
repository = "https://github.com/gHashTag/t27"
99
readme = "README.md"
1010

rings/ring-089-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Trinity ring-089 -- balanced-ternary core ISA: 27 registers x 27 trits, full trit-level add/sub, 9-opcode minimum instruction set, deterministic single-step CPU model. Second honestly-imported Wave-11 crate (Wave 16)."
7-
authors = ["Trinity Project <dev@trinity-s3ai.local>"]
7+
authors = ["Trinity Project <admin@t27.ai>"]
88
repository = "https://github.com/gHashTag/t27"
99
readme = "README.md"
1010

rings/ring-100-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Trinity ring-100 — Multi-Chip Mesh routing (Phi + Euler + Gamma triad fabric). Wave 12 / Track C / spec-first scaffolding."
7-
authors = ["Trinity Project <dev@trinity-s3ai.local>"]
7+
authors = ["Trinity Project <admin@t27.ai>"]
88
repository = "https://github.com/gHashTag/t27"
99
readme = "README.md"
1010

rings/ring-101-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Trinity ring-101 — Analog GF16 numeric kernel model (quantize / dequantize, noise injection). Wave 12 / Track C / spec-first scaffolding."
7-
authors = ["Trinity Project <dev@trinity-s3ai.local>"]
7+
authors = ["Trinity Project <admin@t27.ai>"]
88
repository = "https://github.com/gHashTag/t27"
99

1010
[lib]

rings/ring-102-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Trinity ring-102 — Photonic MAC unit model (wavelength-multiplexed dot product, insertion loss). Wave 12 / Track C / spec-first scaffolding."
7-
authors = ["Trinity Project <dev@trinity-s3ai.local>"]
7+
authors = ["Trinity Project <admin@t27.ai>"]
88
repository = "https://github.com/gHashTag/t27"
99

1010
[lib]

rings/ring-103-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Trinity ring-103 — On-Chip Learning weight update (φ-tempered SGD step). Wave 12 / Track C / spec-first scaffolding."
7-
authors = ["Trinity Project <dev@trinity-s3ai.local>"]
7+
authors = ["Trinity Project <admin@t27.ai>"]
88
repository = "https://github.com/gHashTag/t27"
99

1010
[lib]

rings/ring-104-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Trinity ring-104 — Telemetry Bus (bounded, lossy ring buffer for chip-side counters). Wave 12 / Track C / spec-first scaffolding."
7-
authors = ["Trinity Project <dev@trinity-s3ai.local>"]
7+
authors = ["Trinity Project <admin@t27.ai>"]
88
repository = "https://github.com/gHashTag/t27"
99

1010
[lib]

0 commit comments

Comments
 (0)