vik 0.1.2

Vik is an issue-driven coding workflow automation tool.
1
2
3
4
5
6
7
8
9
10
11
# Development

Use root [AGENTS.md](../../AGENTS.md) for doc routing. Read only docs that match
the task.

- [Architecture]architecture.md: runtime shape, ownership, module seams.
- [Checks]checks.md: required validation before handoff.
- [Code Conventions]code-conventions.md: Rust and docs rules for code work.
- [Testing]testing.md: TDD and fixture rules.
- [Pull Requests]pull-requests.md: branch, commit, PR, and review loop.
- [Review Checklist]review-checklist.md: audit gates for implementation review.