cvkg-cli 0.3.1

Cyber Viking Kvasir Graph (CVKG) - High-fidelity agentic UI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# cvkg-cli TLDR.md

## Purpose
Own the command-line interface for CVKG: CLI argument parsing, project scaffolding, development server, and build tooling.

## Ownership
- `src/lib.rs` or `src/main.rs` — CLI entry point, argument parsing
- Subcommands: build, dev, test, scaffold

## Local Contracts
- CLI must work cross-platform (macOS, Linux, Windows).
- Help text and error messages must be clear and actionable.
- Project scaffolding must generate valid, compilable CVKG projects.

## Verification
- Run `cargo build -p cvkg-cli`
- Run `cargo test -p cvkg-cli` if tests exist