diff --git a/.claude/skills/nuget-publishing-expert/SKILL.md b/.claude/skills/nuget-publishing-expert/SKILL.md index 4f2261cc..ec9913f0 100644 --- a/.claude/skills/nuget-publishing-expert/SKILL.md +++ b/.claude/skills/nuget-publishing-expert/SKILL.md @@ -27,8 +27,11 @@ a first-ever release. Stub-weight until then. - **Prefix reservation** on `nuget.org` for `Zeta.*` is a pending Aaron-owned task (from `docs/ CURRENT-ROUND.md` open-asks). -- **Repo visibility** — currently private on AceHack; - public flip is a prerequisite for NuGet publish. +- **Repo visibility** — public at + `Lucent-Financial-Group/Zeta`. Visibility + prerequisite for NuGet publish is satisfied; + remaining gates are NuGet-prefix reservation and + `release.yml`. - **No release workflow** — `mutation.yml` / `bench.yml` are in the phase-3 plan but `release.yml` (NuGet publish) is further out. @@ -42,11 +45,11 @@ Every Zeta package's `.fsproj` / `.csproj` needs: Zeta.Core 0.1.0 Rodney "Aaron" Stainback - AceHack + Lucent Financial Group F# implementation of DBSP ... MIT - https://github.com/AceHack/Zeta - https://github.com/AceHack/Zeta.git + https://github.com/Lucent-Financial-Group/Zeta + https://github.com/Lucent-Financial-Group/Zeta.git git dbsp;streaming;database;incremental;fsharp README.md diff --git a/docs/NAMING.md b/docs/NAMING.md index d007a05a..1493260c 100644 --- a/docs/NAMING.md +++ b/docs/NAMING.md @@ -60,7 +60,7 @@ These are the project's product identity. - **``** on published libraries: `Zeta.Core.dll`, `Zeta.Core.CSharp.dll`, `Zeta.Bayesian.dll`. -- **GitHub repo** — currently `AceHack/Zeta`. +- **GitHub repo** — `Lucent-Financial-Group/Zeta`. - **README title** — "Zeta — an F# implementation of DBSP for .NET 10". diff --git a/docs/copilot-wins.md b/docs/copilot-wins.md index e55e9cb2..d97160ea 100644 --- a/docs/copilot-wins.md +++ b/docs/copilot-wins.md @@ -46,7 +46,7 @@ Line-level review comments (where the substantive catches live) are at the pull-request *review-comments* endpoint: ```bash -gh api "repos/AceHack/Zeta/pulls//comments?per_page=100" \ +gh api "repos/Lucent-Financial-Group/Zeta/pulls//comments?per_page=100" \ --jq '.[] | select(.user.login == "copilot-pull-request-reviewer[bot]") | "\(.path):\(.line // "n/a") — \(.body)"' ``` diff --git a/docs/security/INCIDENT-PLAYBOOK.md b/docs/security/INCIDENT-PLAYBOOK.md index 3a101a69..c3c69036 100644 --- a/docs/security/INCIDENT-PLAYBOOK.md +++ b/docs/security/INCIDENT-PLAYBOOK.md @@ -366,8 +366,8 @@ trigger Playbook F without a crisp signal. ## Contact tree -**Primary:** Aaron (human maintainer, AceHack/Zeta on -GitHub). +**Primary:** human maintainer +(`Lucent-Financial-Group/Zeta` on GitHub). **Agents:** `threat-model-critic`, `security-researcher`, `prompt-protector` for triage support. `architect` for integration decisions that span multiple playbooks.