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 है:
- एक staged review print करता है (security, test-gap, और docs hints)
- Changed-only CI gates चलाता है (Ruff + targeted tests)
- एक संक्षिप्त pass/fail summary और सुझाया गया अगला step print करता है
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:test_gaps array शामिल है जो बिना matching test file वाली बदली गई source files सूचीबद्ध करता है।
संबंधित guides
- Arka के साथ कैसे code करें — व्यापक coding workflow
- CLI reference — सभी top-level commands
- Repo health — generic lint/test detection
- GitHub Actions —
arka ciके साथ CI parity