docs: import project memory & history from Private-Workshop#24
Conversation
The project was developed inside the Private-Workshop multi-root workspace,
so its Claude project-memory files landed under that workspace's store and
its history accumulated in that workspace's .remember journals. Copy the raw
memory files into the repo and extract the Personas-only journal entries into
a curated history doc so the project's context lives with the project.
- docs/project-memory/{profile-extension-manager-project,personas-release-workflow,MEMORY}.md
(raw copies of the Claude memory files)
- docs/project-memory/history.md (Personas-only timeline extracted from the
workspace .remember journals; unrelated tooling/DSC/tenant entries omitted)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
📝 WalkthroughWalkthroughAdds and updates documentation for the Personas VS Code extension: project memory entries, a development history timeline, a release workflow spec, a rewritten project-state document, and a new CLAUDE.md guide. ChangesProject Memory Documentation
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested labels: documentation Suggested reviewers: SamErde 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
Adds the Personas project “memory” and a curated development timeline into this repo’s docs/ so future work isn’t tied to the original Private-Workshop multi-root workspace context.
Changes:
- Added exported project-memory markdown files (project state + release workflow guidance) under
docs/project-memory/. - Added a curated Personas-only development timeline in
docs/project-memory/history.md. - Added a small
MEMORY.mdindex linking the new memory documents.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| docs/project-memory/profile-extension-manager-project.md | Imported project-state memory doc (rename context, release notes, operational notes). |
| docs/project-memory/personas-release-workflow.md | Imported release workflow “memory” guidance (release-please policy). |
| docs/project-memory/MEMORY.md | Added an index linking to the imported memory docs. |
| docs/project-memory/history.md | Added a curated development timeline extracted from workspace journals. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Repo-native, auto-loaded context: durable conventions (PR-only workflow, release-please owns versioning, personas.* IDs, brand source of truth) with pointers to docs/project-memory and docs/spikes for on-demand depth. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Clean the imported memory files for committed public docs, preserving all substance: - drop the local machine path from front-matter description (also stale) - remove originSessionId export metadata from both files - rephrase personal 'the user' framing as project policy / general notes Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
What
Consolidates the Personas project's Claude context into the repo. The extension was built inside the
Private-Workshopmulti-root workspace, so its project memory and history ended up stored against that workspace instead of this repo.docs/project-memory/*.md— the imported Claude memory files (profile-extension-manager-project.md,personas-release-workflow.md,MEMORY.mdindex), lightly cleaned per review of machine/session export metadata and personal phrasing.docs/project-memory/history.md— a curated, Personas-only development timeline extracted from the workspace.rememberjournals (unrelated tooling/DSC/tenant entries omitted).CLAUDE.md— a lean, auto-loaded project guide (durable conventions + pointers to the archive above).Notes
.rememberjournals were left untouched (mixed-project content).🤖 Generated with Claude Code