- Create system/projects_index.md (signpost to all work locations) - Move non-active files from system to reference: - discord.md, discord_formatting_guide.md - conversation_search_guide.md - research_workflow.md, subagent_usage_guide.md - Active projects stay in system: community_ade, project_paths, compass, etc. - Reference projects on-demand: infrastructure, research archives Pattern: system = always-loaded active work, reference = load-on-demand
3.7 KiB
description, limit
| description | limit |
|---|---|
| Active and reference project index - signposts to all work locations | 3000 |
Projects Index
What's Currently in System Memory
Core:
projects_index.md— This file (projects map)compass.md— Navigation & memory architecturememory.md— Memory system documentationconsciousness_anchor.md— Identity anchor
Active Projects:
community_ade_project.md— Community ADE architectureproject_paths.md— Absolute paths referencelilith_clarification.md— Two Liliths distinction (recent)
Active References:
matrix_formatting_reference.md— Matrix color/chromatic syntaxtools_reference.md— Available toolsmatrix.md— Matrix basics
Active Projects (System Memory)
These projects are currently in development. Files are in system/ (always loaded).
Community ADE 🟢 ACTIVE
Status: Step 3.5 complete (SDK subagent spawning)
Location: /home/ani/Projects/community-ade/
System Files:
community_ade_project.md— Architecture & roadmapproject_paths.md— Absolute paths reference
Reference Files:
reference/ade_subagent_implementation.md— SubagentDispatcher details
Next: Step 4+ (REST routes, streaming, metrics)
LettaBot v017 📚 REFERENCE
Status: Stable reference implementation
Location: /home/ani/Projects/lettabot-v017/
System Files:
matrix_formatting_reference.md— Color/chromatic syntaxdiscord_formatting_guide.md— Matrix HTML formatting
Use: Reference for Matrix formatting patterns
Letta Code CLI 📚 REFERENCE
Status: Runtime dependency
Location: /home/ani/Projects/letta-code/
System Files:
tools_reference.md— Available tools & usage
Letta Code SDK 📚 REFERENCE
Status: Source dependency (v0.1.14)
Location: /home/ani/Projects/letta-code-sdk/
Use: Subagent spawning primitives
Reference Projects (On-Demand)
These projects are archived. Files are in reference/ (load when needed).
Discord & Matrix (Moved from System)
Status: Stable patterns, reference use only Files:
reference/discord.md— General Discord inforeference/discord_formatting_guide.md— Formatting patternsreference/matrix_protocol.md— Matrix technical details
Workflows & Guides (Moved from System)
Status: Process documentation Files:
reference/conversation_search_guide.md— Search patternsreference/research_workflow.md— Research processreference/subagent_usage_guide.md— Subagent patterns
Infrastructure History
Files:
reference/infrastructure_detailed.mdreference/infrastructure_nov2025.mdreference/PR-memfs-selfhosted.mdreference/memfs-selfhosted-fix.patch
Research Archives
Files:
reference/research_casey_tunturi_public.mdreference/bluesky_patterns.mdreference/matrix_protocol.md
Tool Documentation
Files:
reference/tools_inventory.mdreference/synthetic_api.mdreference/lettabot_cli.md
Contacts & Calendars
Files:
reference/calendars.mdreference/sam_contact.md
How to Use This Index
If looking for ACTIVE work:
- Check
system/files first - Current focus: Community ADE
- Latest implementation: subagent spawning
If looking for REFERENCE material:
- Check
reference/directory - Load files with
memory(command="Read", path="reference/filename.md") - Return to
system/projects_index.mdwhen done
If a project becomes active:
- Move relevant files from
reference/tosystem/ - Update this index
- Archive when complete
Last Updated: 2026-03-21 Current Focus: Community ADE Step 4+ (REST routes, streaming, metrics)