Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 596 Bytes

File metadata and controls

18 lines (15 loc) · 596 Bytes

TODOs for BaseProject

Setup Tasks

  • Review and customize AGENT.md with project-specific details
  • Set up project dependencies (uv, pnpm, go mod, etc.)
  • Configure secrets if needed (see AgentUsage/secrets_management.md)
  • Set up pre-commit hooks (optional, see AgentUsage/pre_commit_hooks/)
  • Add initial project structure

Development Tasks

  • Define core features
  • Set up testing framework
  • Implement first feature

Documentation Tasks

  • Update README.md with project specifics
  • Document API/architecture decisions
  • Add usage examples