Skip to main content
Developer loop Arka का दैनिक coding workflow है: एक scoped project initialize करें, coding TUI में काम करें, tests चलाएँ और locally review करें, फिर commit करने या PR खोलने से पहले आत्मविश्वास से ship करें।
arka dev local CI, review, hooks, PR babysitting, और coding TUI को एक entry point के तहत समूहित करता है। Legacy commands (arka ci, arka review, arka coding-tui) अभी भी aliases के रूप में काम करते हैं।

Mental model

कमांड

Commit से पहले ship करें

arka dev ship pre-commit gate है:
  1. एक staged review print करता है (security, test-gap, और docs hints)
  2. Changed-only CI gates चलाता है (Ruff + targeted tests)
  3. एक संक्षिप्त pass/fail summary और सुझाया गया अगला step print करता है
सफलता पर, Arka git commit और यदि आप PR खोल रहे हैं तो arka dev pr babysit सुझाता है।

Doctor vs dev doctor

Coding TUI integration

arka dev tui (या arka coding-tui .) के अंदर: पूर्ण command reference के लिए Coding TUI देखें।

प्राकृतिक भाषा

Arka इन जैसे phrases को dev loop पर रूट करता है:

JSON output

Automation के लिए script-friendly output:
Review JSON में एक test_gaps array शामिल है जो बिना matching test file वाली बदली गई source files सूचीबद्ध करता है।

संबंधित guides