Skip to content

Commit 412bcc7

Browse files
zaidwhyclaude
andcommitted
Relocate into ai-ecosystem monorepo: fix paths, slim plan.md
Update run-instruction paths in CLAUDE.md and README.md to the new ai-ecosystem/personal-llm location, note the relocation in MASTER_LOG, and replace the scaffold plan.md with a status banner + pointers to the repo's own docs/ (PRD, TDD, ARCHITECTURE, ROADMAP, ADRs). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 6032d17 commit 412bcc7

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Full design docs: `docs/PRD.md`, `docs/TDD.md`, `docs/ARCHITECTURE.md`, `docs/RO
77
## Run (one terminal)
88

99
```powershell
10-
cd C:\Users\Asus\projects\personal-llm
10+
cd C:\Users\Asus\projects\ai-ecosystem\personal-llm
1111
& "venv\Scripts\python" -m personal_llm.interfaces.cli --help
1212
```
1313

MASTER_LOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Append-only. Newest entries at the bottom. Read just the tail for recent context
44

55
## 2026-07-04 - Project created
66

7-
- Repo scaffolded at `C:\Users\Asus\projects\personal-llm` per the architecture blueprint in `docs/`.
7+
- Repo scaffolded at `C:\Users\Asus\projects\ai-ecosystem\personal-llm` (relocated here 2026-07-04 from `projects\personal-llm` when the AI-ecosystem monorepo was organized) per the architecture blueprint in `docs/`.
88
- Building v0.1 "Memory + RAG spine": model router (Gemini + optional Ollama), SQLite memory store, Chroma vector store, ingest/retrieve/RAG pipeline, minimal knowledge graph, CLI/API/Streamlit interfaces, pytest + CI.
99
- Stack: Python 3.12 venv, Pydantic v2, FastAPI, Chroma, sentence-transformers (local embeddings, zero-cost), SQLite for episodic memory + graph.
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Full design docs live in [`docs/`](docs/): [PRD](docs/PRD.md), [Technical Design
3838
## Quickstart
3939

4040
```powershell
41-
cd C:\Users\Asus\projects\personal-llm
41+
cd C:\Users\Asus\projects\ai-ecosystem\personal-llm
4242
py -3.12 -m venv venv
4343
& "venv\Scripts\python" -m pip install -r requirements.txt
4444
& "venv\Scripts\python" -m pip install -e .

plan.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Personal LLM - Build Plan
2+
3+
> "Your Second Brain. Your Digital Twin. Your Personal AI." The reusable core (memory, RAG, knowledge graph, agent loop, model router) that every other project in this ecosystem imports instead of rebuilding.
4+
5+
**Status: built and ahead of the original MVP.** v0.1 through v2 are done (memory + RAG, agent + typed permission-gated tools, proactive review + multi-provider verification, real Gmail/Drive integration, voice, and vision), with 92 passing tests and CI on every push. This was the first project in the [ecosystem roadmap](../ROADMAP.md) and its core is what later projects depend on.
6+
7+
The full, authoritative planning and design docs live in this repo - use them instead of this file:
8+
9+
- **Roadmap + status:** [`docs/ROADMAP.md`](docs/ROADMAP.md)
10+
- **Product requirements:** [`docs/PRD.md`](docs/PRD.md)
11+
- **Technical design:** [`docs/TDD.md`](docs/TDD.md)
12+
- **Architecture blueprint:** [`docs/ARCHITECTURE.md`](docs/ARCHITECTURE.md)
13+
- **Competitor analysis:** [`docs/COMPETITORS.md`](docs/COMPETITORS.md)
14+
- **Key decisions (ADRs):** [`docs/DECISIONS/`](docs/DECISIONS/)
15+
- **How to run it:** [`README.md`](README.md)
16+
17+
North-star vision prompt: `C:\Users\Asus\Documents\fable 5\llm.txt`.

0 commit comments

Comments
 (0)