diff --git a/CLAUDE.md b/CLAUDE.md index 1f00479..7541518 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -7,7 +7,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co Pugz is a Pug-like HTML template engine written in Zig 0.15.2. It implements Pug 3 syntax for indentation-based HTML templating with a focus on server-side rendering. ## Rules -- don not auto commit, user will do it. +- Do not auto commit, user will do it. +- At the start of each new session, read this CLAUDE.md file to understand project context and rules. +- When the user specifies a new rule, update this CLAUDE.md file to include it. ## Build Commands diff --git a/build.zig.zon b/build.zig.zon index 1885225..5e70ab0 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .pugz, - .version = "0.1.9", + .version = "0.1.10", .fingerprint = 0x822db0790e17621d, // Changing this has security and trust implications. .minimum_zig_version = "0.15.2", .dependencies = .{},