Skip to content

Commit e4fdfdf

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-
Configuration management built with Zig.
5+
zig-config is a zero-dependency configuration loader for Zig 0.16+ inspired by bunfig. It loads configuration from multiple sources (environment variables, local project files, home directory, defaults) with automatic priority-based merging. Define your config schema as a Zig struct for compile-time type safety and IDE autocomplete. Features include type-aware environment variable parsing (booleans, numbers, arrays, JSON), deep merging with three strategies (replace, concat, smart), circular reference detection, and support for JSON and Zig file formats.
66

77
## Linting
88

0 commit comments

Comments
 (0)