chore(release): prep 0.1.0 — README, NuGet packaging, AGPL license fix#2
Merged
Conversation
- Bump to 0.1.0 (drop alpha.1) - Fix package project URL objectit→adamy; add deterministic build, snupkg symbols, repo-URL embedding, README + XML docs in packages - Fix unresolved INotificationChannel cref (broke Release pack) - Rewrite README around low-cost selling point with demo screenshots - Replace LICENSE GPL-3.0 text with AGPL-3.0 to match declared metadata Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…onsibility - Add opts.PiiGuard (symmetric with opts.PromptInjection); wire configurePii so PII patterns/enabled/message are configurable via AddBotWire - README: add "AI provider & responsible use" + "Customer PII" sections — no model/API bundled, customer PII is the deployer's responsibility, guard is best-effort and blocks (not redacts) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares the 0.1.0 release: README, NuGet packaging, demo screenshots, and a license-correctness fix.
README
Rewritten around the selling point — low-cost AI customer-support bot for .NET Core sites (bring your own OpenAI-compatible key, pay only for tokens). Embeds 4 demo screenshots of the answer → escalate → ticket flow. Image links use absolute
raw.githubusercontent.comURLs so they also render on NuGet.org.NuGet packaging
alpha.1).objectit→adamy.snupkg), repo-URL/commit embedding.README.md+ IntelliSense XML docs inside each library package.dotnet pack: 3.nupkg+ 3.snupkgat 0.1.0; nuspec carries AGPL expression, README, and repo metadata.Source fix
AnswerProviderOptions.cs: added missingusing BotWire.Core.Abstractions— an unresolved<see cref="INotificationChannel"/>broke the Release pack once XML doc generation was enabled.License correctness (important)
The
LICENSEfile contained plain GPL-3.0 text while all NuGet metadata and source headers declare AGPL-3.0-or-later. The Affero network-copyleft clause — the basis for the commercial dual-licensing offer — was missing. Replaced with the canonical AGPL-3.0 text, preserving the appended CONTRIBUTIONS/CLA paragraph. COMMERCIAL.md / CONTRIBUTING.md / URLs were already consistent.Screenshots
docs/images/01-landing … 04-ticket.png— Playwright captures against the BasicEmail sample.