openkoi 2026.2.21

Self-iterating AI agent system
Documentation
1
2
3
4
5
6
7
# Cross.toml — Configuration for cross-rs (ARM64 Linux builds)
# https://github.com/cross-rs/cross

[build.env]
passthrough = [
    "CFLAGS_aarch64_unknown_linux_musl",
]