Skip to content

support storing thoughts outside of code repo #10

@airtonix

Description

@airtonix

I don't want my code repo to the be repo where the thoughts are stored.

let me specify with

  • <thecoderepo/.agentic.json
  { "thoughts": "~/Thoughts/thecoderepo/" } 
  • ~/.config/agentic/config.json
  { 
     projects: [
       { "id": "thecoderepo", "thoughts": "~/Thoughts/thecoderepo/" }  
     ]
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions