Merge pull request '[agent/claude:haiku] Update CLAUDE.md: Add a "Getting Started" section at the top...' (#2) from agent/update-claude-md--add-a--getting-started into main
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 59s

This commit is contained in:
Virgil 2026-03-17 08:03:39 +00:00
commit d5ef81a1ff

View file

@ -6,6 +6,14 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
SQLite key-value store with TTL, namespace isolation, and reactive events. Pure Go (no CGO). Module: `forge.lthn.ai/core/go-store`
## Getting Started
Part of the Go workspace at `~/Code/go.work`—run `go work sync` after cloning. Single Go package with `store.go` (core) and `scope.go` (scoping/quota).
```bash
go test ./... -count=1
```
## Commands
```bash