From 752b64d0a9f2cf8f4d9d1f5a5eb2c2fbdce6415b Mon Sep 17 00:00:00 2001 From: Ankit Patial Date: Thu, 22 Jan 2026 21:28:25 +0530 Subject: [PATCH] Update CLAUDE.md --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 63a9a76..1f00479 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,11 +6,15 @@ 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. + ## Build Commands - `zig build` - Build the project (output in `zig-out/`) - `zig build test` - Run all tests - `zig build bench-compiled` - Run compiled templates benchmark (compare with Pug.js) +- `zig build bench-interpreted` - Inpterpret trmplates ## Architecture Overview