update llm docs

This commit is contained in:
Travis Shears 2026-05-09 11:58:11 +02:00
parent 31fb931c4a
commit 83f747d96b
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
2 changed files with 1925 additions and 1 deletions

1922
.claude/API_DOCs/fennel.md Normal file

File diff suppressed because it is too large Load diff

View file

@ -6,6 +6,8 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
This is a two-player cooperative cleaning game built with LÖVE2D using Fennel (a Lisp dialect that compiles to Lua).
Fennel docs are available locally at `.claude/API_DOCs/fennel.md`
## Key Architecture
### Fennel + LÖVE2D Setup
@ -41,7 +43,7 @@ Games define lifecycle callbacks (all optional):
### Running the Game
```bash
love ./two_player_cleaning_game
love ./game
```
LÖVE2D must be installed and in your PATH. See [Getting Started](https://love2d.org/wiki/Getting_Started) for installation.