runteam_20260118_2004.sh 1.2 KB

1234567891011
  1. #!/bin/bash
  2. #
  3. # Architect
  4. LETTA_BASE_URL=http://letta.cluster.mindtravel.local/ letta --conv conv-1da41777-cbc1-4142-a078-76626145772c -p "Read the first feature in the docs/feature/ directory. Provide a clear technical spec for implementing this change and store this in a spec file in the ./docs/spec directory. The spec should have a status ready" --tools "Write,Read,Glob,Grep,ApplyPatch"
  5. # Developer
  6. LETTA_BASE_URL=http://letta.cluster.mindtravel.local/ letta --conv conv-c706351d-d6fc-4a1a-9ef1-85f657eac039 -p "Implement the codespec in the docs/spec directory. Look around this repo and write a README.md documenting it. The output should be stored in the README.md file. Intended for contributors. Include sections like Architecture, API, Testing, CI, Docker, Deployment." --tools "Write,Read,Glob,Grep,ApplyPatch"
  7. # Tester
  8. #LETTA_BASE_URL=http://letta.cluster.mindtravel.local/ letta --conv conv-88307715-b326-4351-a1f4-c4be4629d72b -p "Look around this repo and write a README.md documenting it. The output should be stored in the README.md file. Intended for contributors. Include sections like Architecture, API, Testing, CI, Docker, Deployment." --tools "Write,Read,Glob,Grep,ApplyPatch"