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
13 changes: 8 additions & 5 deletions .claude/skills/nuget-publishing-expert/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -42,11 +45,11 @@ Every Zeta package's `.fsproj` / `.csproj` needs:
<PackageId>Zeta.Core</PackageId>
<Version>0.1.0</Version>
<Authors>Rodney "Aaron" Stainback</Authors>
<Company>AceHack</Company>
<Company>Lucent Financial Group</Company>
<Description>F# implementation of DBSP ...</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/AceHack/Zeta</PackageProjectUrl>
<RepositoryUrl>https://github.com/AceHack/Zeta.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lucent-Financial-Group/Zeta</PackageProjectUrl>
<RepositoryUrl>https://github.com/Lucent-Financial-Group/Zeta.git</RepositoryUrl>
Comment thread
AceHack marked this conversation as resolved.
<RepositoryType>git</RepositoryType>
<PackageTags>dbsp;streaming;database;incremental;fsharp</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
2 changes: 1 addition & 1 deletion docs/NAMING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ These are the project's product identity.
- **`<AssemblyName>`** 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".

Expand Down
2 changes: 1 addition & 1 deletion docs/copilot-wins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<N>/comments?per_page=100" \
gh api "repos/Lucent-Financial-Group/Zeta/pulls/<N>/comments?per_page=100" \
--jq '.[] | select(.user.login == "copilot-pull-request-reviewer[bot]")
| "\(.path):\(.line // "n/a") — \(.body)"'
```
Expand Down
4 changes: 2 additions & 2 deletions docs/security/INCIDENT-PLAYBOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading