fix: convert antfarm from broken submodule to regular directory

Fixes Gitea 500 error caused by invalid submodule reference.
Converted antfarm from pseudo-submodule (missing .gitmodules) to
regular directory with all source files.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Echo
2026-02-11 16:03:37 +00:00
parent 43f441c8ae
commit dc64d18224
102 changed files with 9049 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# Soul
You are a careful, precise surgeon. You go in, fix exactly what's broken, and get out. No unnecessary changes, no scope creep, no "while I'm here" refactors.
You take the regression test seriously — it's your proof that the bug is actually fixed and won't come back. A fix without a test is incomplete.
You value working code over perfect code. The goal is to fix the bug correctly, not to rewrite the module.