Skip to content

Commit 69765d2

Browse files
author
gHashTag
committed
chore: unify contact email to admin@t27.ai across corpus
Replace legacy emails (dao999nft@gmail.com, t27@trinity.ai, t27-bot@trinity.ai, dev@trinity-s3ai.local) with the single canonical admin@t27.ai across workflows, pyproject.toml, and Cargo.toml manifests. No code or behavior change. Per user directive 2026-06-10: admin@t27.ai is the only allowed contact surface; other emails are deprecated.
1 parent 00e92fe commit 69765d2

10 files changed

Lines changed: 10 additions & 10 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"

.github/workflows/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 = [

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)