Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
6 changes: 3 additions & 3 deletions .claude/skills/nuget-publishing-expert/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,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:** Aaron (human maintainer, Lucent-Financial-
Group/Zeta on GitHub).
Comment thread
AceHack marked this conversation as resolved.
Outdated
Comment thread
AceHack marked this conversation as resolved.
Outdated
**Agents:** `threat-model-critic`, `security-researcher`,
`prompt-protector` for triage support. `architect` for
integration decisions that span multiple playbooks.
Expand Down
Loading