Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 497 Bytes

File metadata and controls

12 lines (7 loc) · 497 Bytes

OpenArc uses bleeding edge libraries and APIs you may not be familair with. When working through a task, use the deepwiki mcp server to get contextual information, and the command line to investigate python surfaces. Prefer the command line.

  • When making changes, dont worry about backward compatibility; we use git for this.
  • Use uv to install dependencies
  • Don't rush, and ask clarifying questions.
  • In a prompt ticks represent grep targets

DO NOT:

  • Run uv sync without permission.