Getting Started

  • Installation โ€” install CodeSpeak and its dependencies
  • Quick Start โ€” build a project from scratch
  • Code Change Requests โ€” fix implementation bugs without changing the spec
  • Mixed Mode โ€” add a feature to an existing codebase (MarkItDown)
  • Django Oscar โ€” mixed mode with a large Django project
  • Takeover โ€” convert existing code to specs, then fix a bug by editing the spec
  • Coverage โ€” automatically add tests to increase coverage
  • Testing Workflow โ€” how build, impl, test, and coverage commands work together