personal memory agent
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: rename repo solstone → solstone-journal (PyPI unchanged)

- README heading: `# solstone` → `# solstone journal` + 1-line journal-layer
framing clause; tagline preserved.
- Update github.com/solpbc/solstone → solstone-journal in README, INSTALL,
CONTRIBUTING, DATA-FLOW, pyproject.toml (project.urls), parakeet hints.
- Migrate vit beacon `vit:github.com/solpbc/solstone` → solstone-journal in
.vit/config.json + solstone/talent/vit/SKILL.md.

PyPI package name unchanged; CHANGELOG historical refs preserved; tests
referencing other solstone-* repos untouched.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+16 -16
+1 -1
.vit/config.json
··· 1 1 { 2 - "beacon": "vit:github.com/solpbc/solstone", 2 + "beacon": "vit:github.com/solpbc/solstone-journal", 3 3 "secondaryBeacon": "vit:tangled.org/solpbc.org/solstone" 4 4 }
+2 -2
CONTRIBUTING.md
··· 47 47 ## Source-checkout install 48 48 49 49 ```bash 50 - git clone https://github.com/solpbc/solstone.git 51 - cd solstone 50 + git clone https://github.com/solpbc/solstone-journal.git 51 + cd solstone-journal 52 52 make install 53 53 .venv/bin/sol setup 54 54 ```
+1 -1
DATA-FLOW.md
··· 47 47 48 48 --- 49 49 50 - *solstone is open source (AGPL-3.0). every claim in this doc is verifiable in the code at https://github.com/solpbc/solstone — the provider call path is `solstone/think/providers/`.* 50 + *solstone is open source (AGPL-3.0). every claim in this doc is verifiable in the code at https://github.com/solpbc/solstone-journal — the provider call path is `solstone/think/providers/`.*
+2 -2
INSTALL.md
··· 104 104 105 105 once the observer is running, your observers experience your day along with you, transcribe conversations, surface people and projects, build a knowledge graph, and make everything searchable at http://localhost:5015. everything stays in your journal — one folder per day. 106 106 107 - source code: https://github.com/solpbc/solstone 107 + source code: https://github.com/solpbc/solstone-journal 108 108 company: https://solpbc.org 109 109 110 110 ## feedback 111 111 112 - questions, feedback, or a bug? **follow and tag [@solstone.app](https://bsky.app/profile/solstone.app) on Bluesky** for discussion and updates, open an issue at https://github.com/solpbc/solstone/issues for bugs, or reach support at https://support.solstone.app. you don't need to know anyone — those are the front doors. 112 + questions, feedback, or a bug? **follow and tag [@solstone.app](https://bsky.app/profile/solstone.app) on Bluesky** for discussion and updates, open an issue at https://github.com/solpbc/solstone-journal/issues for bugs, or reach support at https://support.solstone.app. you don't need to know anyone — those are the front doors. 113 113 114 114 (running into trouble or want to develop on solstone yourself? see [CONTRIBUTING.md](CONTRIBUTING.md).)
+3 -3
README.md
··· 1 1 <img src="docs/static/sol-wordmark.svg" alt="solstone" width="300"> 2 2 3 - # solstone 3 + # solstone journal 4 4 5 5 your co-brain — observers experience your day along with you, sol curates your memories, and your journal holds everything. 6 6 7 - solstone runs in the background on your computer, experiencing your day along with you. AI agents transcribe, extract entities, detect meetings, build knowledge graphs, and surface daily insights — all without any manual input. everything stays on your machine in daily journal directories. open source, local-first, no cloud required. 7 + the python core of the solstone product family — the journal layer that the [solstone native apps](https://solstone.app) wrap. it runs in the background on your computer, experiencing your day along with you. AI agents transcribe, extract entities, detect meetings, build knowledge graphs, and surface daily insights — all without any manual input. everything stays on your machine in daily journal directories. open source, local-first, no cloud required. 8 8 9 9 Python 3.11+, Linux + macOS, AGPL-3.0-only, maintained by [sol pbc](https://solpbc.org). 10 10 ··· 119 119 120 120 ## feedback 121 121 122 - Questions, feedback, or a bug? **Follow and tag [@solstone.app](https://bsky.app/profile/solstone.app) on Bluesky** for discussion and updates, open an issue at [github.com/solpbc/solstone/issues](https://github.com/solpbc/solstone/issues) for bugs, or reach support at [support.solstone.app](https://support.solstone.app). You don't need to know anyone — those are the front doors. 122 + Questions, feedback, or a bug? **Follow and tag [@solstone.app](https://bsky.app/profile/solstone.app) on Bluesky** for discussion and updates, open an issue at [github.com/solpbc/solstone-journal/issues](https://github.com/solpbc/solstone-journal/issues) for bugs, or reach support at [support.solstone.app](https://support.solstone.app). You don't need to know anyone — those are the front doors. 123 123 124 124 ## contributing 125 125
+4 -4
pyproject.toml
··· 125 125 sol = "solstone.think.sol_cli:main" 126 126 127 127 [project.urls] 128 - Homepage = "https://github.com/solpbc/solstone" 129 - Repository = "https://github.com/solpbc/solstone" 130 - Documentation = "https://github.com/solpbc/solstone/blob/main/README.md" 131 - "Bug Tracker" = "https://github.com/solpbc/solstone/issues" 128 + Homepage = "https://github.com/solpbc/solstone-journal" 129 + Repository = "https://github.com/solpbc/solstone-journal" 130 + Documentation = "https://github.com/solpbc/solstone-journal/blob/main/README.md" 131 + "Bug Tracker" = "https://github.com/solpbc/solstone-journal/issues" 132 132 133 133 [tool.setuptools.packages.find] 134 134 include = ["solstone*"]
+1 -1
solstone/observe/transcribe/parakeet_hints.py
··· 12 12 to work without the helper. 13 13 14 14 If you want CoreML-accelerated parakeet transcription, install solstone 15 - from a source checkout: see https://github.com/solpbc/solstone/blob/main/CONTRIBUTING.md.""" 15 + from a source checkout: see https://github.com/solpbc/solstone-journal/blob/main/CONTRIBUTING.md.""" 16 16 17 17 PACKAGED_LINUX_PARAKEET_HINT = """solstone packaged installs on Linux don't include the parakeet-onnx 18 18 transcription stack — it ships as the `parakeet-onnx-cpu` (or
+2 -2
solstone/talent/vit/SKILL.md
··· 7 7 and consumption commands live in the user-wide `using-vit` skill. 8 8 TRIGGER: ship a cap, publish solstone cap, vit ship, after hopper ship, 9 9 final lode ship, capworthy feature, three-word ref, vit beacon, 10 - vit:github.com/solpbc/solstone. 10 + vit:github.com/solpbc/solstone-journal. 11 11 --- 12 12 13 13 # Vit Ship Skill ··· 18 18 19 19 vit is a CLI for publishing software capabilities (caps) to a decentralized social network built on ATProto. solstone participates in the vit network — when a capworthy feature ships, the VPE session publishes it as a cap so other projects and agents can discover, vet, and remix it. 20 20 21 - **beacon:** `vit:github.com/solpbc/solstone` 21 + **beacon:** `vit:github.com/solpbc/solstone-journal` 22 22 23 23 **Scope**: this skill is intentionally narrow — VPE-session ship workflow only. For `vit skim`, `vit follow`, `vit learn`, `vit remix`, `vit vet`, and general vit usage, the `using-vit` skill has full coverage. Don't duplicate that reference here. 24 24