Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Rewrite README with vision-first framing — leads with the agentic memory problem, origin story, and Ingest→Categorize→Recall→Search as the central concept - Add docs/cli.md as the complete command reference (moved out of README) - Add docs/search.md as a user-facing guide to search vs recall - Rewrite all user-facing docs (getting-started, team-sharing, configuration, architecture) to match README tone — direct, honest, opens with context before diving into mechanics - Reorganize docs structure: kebab-case throughout, internal planning docs move to docs/internal/, personal writing gitignored via docs/writing/ - Rename: CI_HARDENING_EXECUTION_PLAN → internal/ci-hardening, DESIGN → internal/design, WORKFLOW_AUTOMATION → internal/workflow-automation, e2e-dev-release-flow-test → internal/e2e-release-flow, search-recall-architecture → internal/search-analysis - Update .gitignore: add docs/writing/, .letta/, zsh plugins 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta <noreply@letta.com>
…utter
Move 9 root-level docs to docs/internal/ with kebab-case rename:
IMPLEMENTATION.md → docs/internal/implementation.md
IMPLEMENTATION_CHECKLIST.md → docs/internal/implementation-checklist.md
PHASE1_IMPLEMENTATION.md → docs/internal/phase1-implementation.md
INGEST_ARCHITECTURE.md → docs/internal/ingest-architecture.md
DEMO_RESULTS.md → docs/internal/demo-results.md
RULES_QUICK_REFERENCE.md → docs/internal/rules-quick-reference.md
QUICKSTART.md → docs/internal/segmentation-quickstart.md
majestic-sauteeing-papert.md → docs/internal/qmd-deep-dive.md
streamed-humming-curry.md → docs/internal/ingest-refactoring.md
Remove:
issues.json — GitHub issues export, not source or documentation
zsh-autosuggestions/, zsh-syntax-highlighting/ — personal zsh plugins,
unrelated to the project (already gitignored)
Update references to INGEST_ARCHITECTURE.md in README.md and CLAUDE.md.
Project root now contains only what belongs there: README, LICENSE,
CHANGELOG, CLAUDE.md, package.json, install/uninstall scripts, and
source directories.
Adds a Memory section at the top of CLAUDE.md that instructs Claude Code to use Smriti actively — not passively. Modeled on the Loop pattern: action-first, not acknowledgment-first. - Recall at session start before writing code - Recognize decision/finalization moments and act immediately - Concrete wrong/right example with actual bash commands - Category guide for correct tagging - No asking permission — just save it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The project root had accumulated a lot of docs that didn't belong there. This PR cleans it up.
Moved to
docs/internal/(renamed to kebab-case):IMPLEMENTATION.md→implementation.mdIMPLEMENTATION_CHECKLIST.md→implementation-checklist.mdPHASE1_IMPLEMENTATION.md→phase1-implementation.mdINGEST_ARCHITECTURE.md→ingest-architecture.mdDEMO_RESULTS.md→demo-results.mdRULES_QUICK_REFERENCE.md→rules-quick-reference.mdQUICKSTART.md→segmentation-quickstart.mdmajestic-sauteeing-papert.md→qmd-deep-dive.mdstreamed-humming-curry.md→ingest-refactoring.mdDeleted:
issues.json— GitHub issues export, not source or docszsh-autosuggestions/,zsh-syntax-highlighting/— personal zsh plugins, unrelated to the projectUpdated: references to
INGEST_ARCHITECTURE.mdinREADME.mdandCLAUDE.md.Project root now contains only what belongs:
README.md,LICENSE,CHANGELOG.md,CLAUDE.md,package.json, install/uninstall scripts, and source directories.Test plan