Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/public-pii-gate-caller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Public PII gate

# Per-repo caller for the public-repo PII gate. Blocks PRs whose title/body/
# commits contain a denylisted customer/partner name or known secret.
# Logic lives in tracebloc/.github/.github/workflows/public-pii-gate.yml.

on:
pull_request:
types: [opened, edited, reopened, synchronize, labeled, unlabeled]

jobs:
pii-gate:
uses: tracebloc/.github/.github/workflows/public-pii-gate.yml@main
secrets: inherit
6 changes: 3 additions & 3 deletions TERMINOLOGY.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ Command group is `data` (alias `dataset` one cycle). Keep cluster/namespace/PVC/

## 9. Component & code naming (engineering-internal)

**"client" today names five different things** — disambiguate 🔵:
**"client" today names four different things** (a fifth — the training-images repo — is already resolved by the `tracebloc-engine` rename) — disambiguate 🔵:

| Thing | Today | Proposed |
|---|---|---|
| Helm chart that deploys the secure environment | `client` repo | **environment-chart** |
| Training-execution container images | `tracebloc-client` repo | keep; describe as "training images" |
| Training-execution container images | `tracebloc-engine` repo | ✅ renamed from `tracebloc-client`; describe as "the engine" / "training images" |
| In-cluster pod orchestration | `client-runtime` repo | keep; "runtime" |
| The credential | Client ID | unchanged (the one legit "client") |
| CLI command group | `tracebloc client` | installer-internal, hidden |
Expand All @@ -162,7 +162,7 @@ Command group is `data` (alias `dataset` one cycle). Keep cluster/namespace/PVC/

- **competition / PrivateCompetition** → **use case** *(frontend ×782, backend `Competition` model + route)*
- **workspace** → **secure environment** *(docs, website hero, decks, and the `communication` skill's Terminology Bible)*
- **edge / edge device / EdgeDevice** → **secure environment / client** *(frontend "edge" ×449, backend `EdgeDevice`)*
- **edge / edge device / EdgeDevice** → **secure environment** — *client* only in FL-technical contexts, never in UI copy *(frontend "edge" ×449, backend `EdgeDevice`)*
- **vendor** → **collaborators** *(client README, SDK README, frontend "Vendor Testing Platform" ×54, several docs pages)*
- **push / `dataset push`** → **ingest / `data ingest`** *(client README quick-install, docs cli.mdx)*
- **`dataset rm`** → **`data delete`** *(cli README)*
Expand Down
Loading