chore: prepare repo for open-source release - #13
Merged
Conversation
- Remove junk files (foo.txt, AGENTS.md) - Remove `private: true` from package.json, add repository field - Replace all hardcoded pond.audio URLs with env vars - Replace hardcoded /home/jamie paths in systemd service with %h specifier - Genericize SEC_AUDIT.md, CLAUDE.md, ideas/ docs - Add .env.example with documented config - Update LICENSE copyright year Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add LLM-generated code disclosure banner - Add PWA installation instructions (iOS + Android) - Rewrite getting started with clone, config, systemd setup - Add "How It Works" section explaining pairing/auth/chat flow - Remove ideas/ directory (internal planning docs) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add unit tests for crypto (ECDH, AES-256-GCM encrypt/decrypt) and path validation (validateProjectId) using Node's built-in test runner - Add remediation status table to SEC_AUDIT.md showing which findings are FIXED, ACCEPTED, or OPEN - Remove Flutter references from .gitignore - Add flutter_client to .prettierignore - Add pnpm test script Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New /api/projects/:id/pr endpoint fetches PR info via gh CLI. GitStatus shows clickable PR link in dropdown and icon in compact badge. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
# Conflicts: # SEC_AUDIT.md
Co-Authored-By: Claude Opus 4.6 <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.
Summary
foo.txt,AGENTS.mdsymlink)"private": truefrom package.json, addrepositoryfieldpond.audioURLs with env vars (CLIENT_URL,SERVER_URL,CORS_ORIGINS)/home/jamie/paths in systemd service with%hspecifier.env.examplewith documented placeholder configTest plan
pnpm buildpassespnpm lintpasses (warnings only, no errors)pnpm format:checkpassesgrep -r 'pond.audio' .returns no matches in tracked filesgrep -r '/home/jamie' .returns no matches in tracked files.env.exampleis tracked and.env.localis not🤖 Generated with Claude Code