Skip to content

Truthful docs, release pipeline, and security hardening - #14

Merged
nrzz merged 5 commits into
mainfrom
chore/roadmap-improvements
Jul 9, 2026
Merged

Truthful docs, release pipeline, and security hardening#14
nrzz merged 5 commits into
mainfrom
chore/roadmap-improvements

Conversation

@nrzz

@nrzz nrzz commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Rewrite README quick-start against real API; add NuGet release workflow and CodeQL
  • Gate Azure Service Bus compatibility tests and demo-mode observation service
  • Require JWT signing key and AES-GCM key outside Development; fix CORS

Test plan

  • dotnet build succeeds locally
  • Core tests pass locally
  • Dashboard builds successfully
  • CI green on PR

Made with Cursor

Add NuGet release workflow and CodeQL, gate demo mode and cloud compatibility tests, fix README quick-start, and require JWT/AES-GCM config outside Development.

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment on lines +62 to +68
foreach (var property in nestedData.EnumerateObject())
{
if (property.Value.ValueKind == System.Text.Json.JsonValueKind.String)
{
return property.Value.GetString();
}
}
nrzz and others added 3 commits July 9, 2026 23:29
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@nrzz
nrzz merged commit 1aed8ea into main Jul 9, 2026
9 checks passed
@nrzz
nrzz deleted the chore/roadmap-improvements branch July 9, 2026 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants