Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 702 Bytes

File metadata and controls

9 lines (8 loc) · 702 Bytes

Dela is a CLI tool written in rust meant for developers to help them run tasks in their code projects. When working on it, please consult internal documentations.

README.md - Gives an overview of dela from user perspective, you must understand this. dev_docs/architecture.md - Explains how the rust portion of dela fits together. dev_docs/design.md - Overall experience dev_docs/style.md - How to write the rust code dev_docs/testing.md - Information about unit and integration tests dev_docs/project_plan.md - Contains tickets to work on in DTKT-### format. Check these off when you finish something. dev_docs/mcp_design.md - Detailed design, including examples, of how the mcp service will function.