79d390dca087995ed5e2fba2d1c45fc1133494a4none
AGENTS.mdTool: agents-md# Agent Development Guide
A file for [guiding coding agents](https://agents.md/).
## What This Is
Wyrm is an embeddable C11 object system and scripting engine. Intended role:
QObject equivalent — stable identity, property system, signal/slot dispatch,
introspectable type hierarchy — portable, embeddable in C, C++, Python,
Rust. Scripting surface is Scheme-inspired.
Currently public domain licensed.
## Commands
- **Setup:** `meson setup buildDir`
- **Build:** `meson compile -C buildDir`
- **Test:**none