Skip to content

Commit 6687c95

Browse files
chore: enrich CLAUDE.md with detailed project context from README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8694c28 commit 6687c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## About
44

5-
CLI tooling built with Zig.
5+
zig-cli is a type-safe, compile-time validated CLI framework for Zig 0.16+. Define CLI options as structs and get auto-generated flags, compile-time field validation, and full IDE autocomplete with zero runtime overhead. The library includes interactive prompts (text, select, multi-select, password, number, path, confirm, spinner, progress bars), ANSI color/style chaining, table and box rendering, a middleware system for command hooks, and configuration file loading from TOML, JSONC, and JSON5 with type-safe schema validation.
66

77
## Linting
88

0 commit comments

Comments
 (0)