Skip to content

Fix READMEs to match actual project state#9

Draft
dobby-coder[bot] wants to merge 2 commits intomainfrom
fix/update-readmes
Draft

Fix READMEs to match actual project state#9
dobby-coder[bot] wants to merge 2 commits intomainfrom
fix/update-readmes

Conversation

@dobby-coder
Copy link
Copy Markdown

@dobby-coder dobby-coder bot commented Apr 14, 2026

Summary

  • pg-dotnet/README.md: Fixed .NET version requirement from 8.0 to 10.0 (project targets net10.0). Removed outdated Rust toolchain prerequisite and build-from-source setup steps — the project now uses the E4A.PostGuard NuGet package (v0.2.1), so no local build is needed.
  • pg-sveltekit/README.md: Replaced the default SvelteKit template README with project-specific documentation describing what the app does, prerequisites, environment variables (with defaults table), and how to run/build.
  • Root README.md: Added a top-level README linking to both example projects with a brief description of each.

Closes #8

Test plan

  • Verify pg-dotnet README setup instructions work with a fresh clone
  • Verify pg-sveltekit README setup instructions work (npm install, env vars, npm run dev)
  • Confirm all links in root README resolve correctly

🤖 Generated with Claude Code

- pg-dotnet: fix .NET version (8.0 -> 10.0), remove outdated
  build-from-source setup steps since project now uses NuGet package
- pg-sveltekit: replace default SvelteKit template README with
  project-specific docs covering env vars, setup, and usage
- Add root README linking to both examples

Closes #8

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Run Prettier on encryption.ts, +page.svelte, and README.md to
fix code style issues flagged by `npm run lint`.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

Check if README is correct

0 participants