Commit 8226f62
chore: clean up project root (#45)
* chore: migrate pre-commit config to non-deprecated stage names
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: overhaul documentation structure and tone
- 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>
* chore: clean up project root — move docs to docs/internal/, remove clutter
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.
* feat(claude): add proactive memory behavior directives to CLAUDE.md
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
---------
Co-authored-by: Baseline User <baseline@example.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Letta <noreply@letta.com>1 parent 938635b commit 8226f62
12 files changed
Lines changed: 114 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
6 | 118 | | |
7 | 119 | | |
8 | 120 | | |
| |||
104 | 216 | | |
105 | 217 | | |
106 | 218 | | |
107 | | - | |
| 219 | + | |
108 | 220 | | |
109 | 221 | | |
110 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments