[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-83002":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":13,"subscribersCount":13,"size":13,"stars1d":13,"stars7d":16,"stars30d":17,"stars90d":13,"forks30d":13,"starsTrendScore":18,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":13,"starSnapshotCount":13,"syncStatus":18,"lastSyncTime":28,"discoverSource":29},83002,"persistia-for-claude-code","bernardohcrocha\u002Fpersistia-for-claude-code","bernardohcrocha","Give Claude Code the persistent memory it was missing and turn it into your operational co-pilot.","",null,"HTML",235,0,112,1,11,12,2,46.7,"MIT License",false,"main",true,[],"2026-06-12 04:01:39","\u003Cdiv align=\"center\">\n\n![Persistia](Persistia.png)\n\n**Persistia**\n\n# Self-updating persistent memory for Claude Code.\n\nGive Claude Code the persistent memory it was missing and turn it into your operational co-pilot.\n\n[![MIT License](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-da7756?style=flat-square)](LICENSE)\n[![Built for Claude Code](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FBuilt%20for-Claude%20Code-da7756?style=flat-square&logo=anthropic&logoColor=white)](https:\u002F\u002Fclaude.ai\u002Fcode)\n\n\u003C\u002Fdiv>\n\n---\n\nClaude Code has no operational memory. Every session starts from zero. You re-explain your stack, paste context, repeat yourself.\n\n**Persistia fixes that.** On first run, it scans your entire project — code, architecture, docs, and configs. Reads your `.env` files and uses credentials you already have. Stores everything in small, focused files with a navigation index. Then monitors changes via `git diff`: 1,000 files, 3 changed, it reads 3. Token-efficient by design.\n\n**The result:** an agent that always knows your full project and stays up-to-date automatically — even as you ship new features, add docs, or change your stack.\n\n**Minimum input. Maximum output.**\n\n---\n\n## Install\n\nOpen Claude Code in your **project root folder**, then run:\n\n```bash\ncurl -fsSL https:\u002F\u002Fraw.githubusercontent.com\u002Fbernardohcrocha\u002Fpersistia-for-claude-code\u002Fmain\u002Fsetup.sh | bash\n```\n\nClaude scans your project and asks only what it can't find. No forms. No config files. Just a conversation.\n\n> **Requires:** git · Node.js 18+\n\n> **Optional:** [GitHub CLI](https:\u002F\u002Fcli.github.com) (`gh`) — automatically creates a private brain repository with cloud backup on every update. Format your machine, `git clone` the brain repo, continue exactly where you left off.\n\n> **Scheduler included:** installs automatically (launchd on macOS, systemd on Linux).\n\n---\n\n## How it works\n\n- **Initial indexing** — on first run, scans your entire project: code, docs, configs, and environment files. Asks only what it can't find on its own. Uses credentials you already have — no manual reconnection.\n- **Self-updating memory** — runs `git diff` daily. Only what changed gets read. No unnecessary context loaded.\n- **Permanent skills** — say it once → written to `_brain\u002Fskills\u002F`, loaded at every future session\n- **Autonomous tasks** — schedule any task in plain language, runs automatically with full context. Each task in `_brain\u002Ftasks\u002Fqueue.json` supports `batch_size` (cap items per run — prevents timeouts on large lists) and `timeout_minutes` (default: 5). Easy to customize.\n- **Proactive scan** — every 3 days when idle, it scans metrics, customers, and channels and flags what it notices. Always suggests, never acts unilaterally.\n- **Live dashboard** — open `_brain\u002Fdashboard.html`, auto-refreshes every 5 min\n- **Shareable memory** — its own private git repo. Format your machine, `git clone` the brain repo, continue exactly where you left off. Shareable with your team.\n\nUnlike Hermes Agent, Agent Zero, or OpenClaw — context updates itself. No manual maintenance required.\n\nEverything in `_brain\u002F` is plain text — readable, editable, and version-controlled.\n\n---\n\n## Make Claude Code your operational co-pilot\n\nA dashboard shows numbers. This answers questions and executes orders — cross-tools.\n\n- **Ask** — revenue, churn, at-risk accounts, support patterns — across all your tools at once.\n- **Give orders** — outreach, reports, follow-ups. Executed using credentials you already have.\n- **Schedule** — any task, in plain language, runs automatically with full context.\n\n→ *\"Which customers dropped usage 30%+ this month? Cross-check their support history and draft a personalized re-engagement message for each.\"*\n\n→ *\"Every Monday: pull last week's numbers from Stripe, flag anomalies, and queue a follow-up for any account that dropped below quota.\"*\n\n→ *\"Find signups from the last 30 days with no activity. Visit each company's website and write a personalized email leading with the most relevant pain points.\"*\n\n---\n\n## Structure\n\n```\n_brain\u002F\n├── .git\u002F             ← isolated brain repository, pushes to private GitHub remote\n├── index.md          ← agent reads this first, every session\n├── dashboard.html    ← live command center, auto-refreshes in browser\n├── core\u002F             ← product, brand, ICP\n├── operations\u002F       ← metrics + customers, auto-updated daily\n├── skills\u002F           ← permanent rules, created and updated automatically\n└── tasks\u002F            ← scheduled tasks queue, managed automatically\n```\n\n→ [How the git architecture works](ARCHITECTURE.md)\n\n---\n\nNo subscriptions. 100% free. 100% open source.\n\n*Claude Code is a product of Anthropic. Persistia is an independent open-source project, not affiliated with or endorsed by Anthropic.*\n\nMIT License · 2026\n","Persistia 为 Claude Code 提供了持久化记忆功能，使其成为您的运营副驾。其核心功能包括项目初始化索引、自更新记忆、永久技能记录以及自动任务调度等。通过监测 `git diff` 来仅读取变更部分，保证了高效使用令牌。适合需要持续跟踪和管理复杂项目的开发者或团队使用，在添加新特性、文档或更改技术栈时尤其有用。此外，它还支持通过 GitHub CLI 创建私有脑库以实现云端备份，并具备主动扫描与实时仪表盘等功能，确保项目状态始终透明可控。","2026-06-11 04:09:51","CREATED_QUERY"]