From 2bea043ef759ef8cdefd870384051a7a3b8c06f0 Mon Sep 17 00:00:00 2001 From: Jure <44338+hoornet@users.noreply.github.com> Date: Sun, 5 Apr 2026 14:12:50 +0200 Subject: [PATCH] Remove private memory file and harden .gitignore Removes accidentally tracked .claude/ memory directory and adds comprehensive gitignore rules for AI agent state, draft posts, and private docs. --- .../memory/project_podcast_idea.md | 13 ------------- .gitignore | 11 ++++++++++- 2 files changed, 10 insertions(+), 14 deletions(-) delete mode 100644 .claude/projects/-home-hoornet-projects-wrystr/memory/project_podcast_idea.md diff --git a/.claude/projects/-home-hoornet-projects-wrystr/memory/project_podcast_idea.md b/.claude/projects/-home-hoornet-projects-wrystr/memory/project_podcast_idea.md deleted file mode 100644 index 06f8978..0000000 --- a/.claude/projects/-home-hoornet-projects-wrystr/memory/project_podcast_idea.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Podcast playback idea -description: Background audio podcast playback in Wrystr, inspired by Fountain.fm's Nostr integration -type: project ---- - -**Idea: In-app podcast listening for Nostr-native podcasts** - -Fountain.fm publishes podcast episodes on Nostr. Wrystr could support playback the other way around — discover and listen to podcasts from within Wrystr. - -**Why:** Desktop app is perfect for background audio. Podcast + Nostr is a growing niche (Fountain.fm, Wavlake). Value4Value streaming sats would tie into existing NWC/zap infrastructure. Differentiator vs other Nostr clients. - -**How to apply:** When scoping future media features, consider this alongside the video/media feed idea. Key pieces: NIP-94 media metadata, podcast:item tags, persistent audio player (mini-player bar), background playback, V4V streaming sats via NWC. Research Fountain.fm's Nostr event structure before implementing. diff --git a/.gitignore b/.gitignore index 80ce7cd..82a27fa 100644 --- a/.gitignore +++ b/.gitignore @@ -27,10 +27,19 @@ OPENSATS_APPLICATION.md PHASE6.md RENAME_ARTICLE_DRAFT.md TODO.md +NOSTR_POST_*.md +SHELLEY_SPEC.md +docs/ test/accounts.json -# Skills / agents +# AI agent / editor state .agents/ +.claude/ +.omc/ +.pi/ +.windsurf/ +.impeccable.md +skills-lock.json # Editor directories and files .vscode/*