Skip to main content

Best Practices

Use the export file workflow (recommended):
  1. Export chat from Cursor/VS Code to ~/.codearchitect/exports/
  2. Say: use codearchitect store_session
  3. Tool auto-detects and processes the export file
Use descriptive topics:
Save to project folder too:
This saves to both main folder (~/.codearchitect/sessions/) AND project folder. Version control sessions:
Or if using project folder:

Search Sessions

Storage Locations

Main location (always): ~/.codearchitect/sessions/
  • Windows: C:\Users\YourName\.codearchitect\sessions\
  • Linux/Mac: ~/.codearchitect/sessions/
  • Sessions are always saved here for reliability
Export folder: ~/.codearchitect/exports/
  • Export chats here for automatic detection
  • Supports both Cursor (.md) and VS Code (.json) formats
Optional project folder: project/.codearchitect/sessions/
  • Only if projectDir parameter is specified
  • Saves to both main folder AND project folder

Topic Tips

  • Start conversations with clear user messages
  • Use descriptive language
  • Avoid code blocks in first 100 characters