Replace OpenCode harness with Hermes, remove workspace dependency, and move vocabulary/corrections to app folder

This commit is contained in:
Adolfo Reyna
2026-08-09 21:35:52 -04:00
parent 6e8a578e86
commit 2f181ff4f1
25 changed files with 2395 additions and 436 deletions
+1
View File
@@ -9,6 +9,7 @@ import sys
os.environ["SSL_CERT_FILE"] = "/etc/ssl/cert.pem"
os.environ["REQUESTS_CA_BUNDLE"] = "/etc/ssl/cert.pem"
import env_setup
import bot
if __name__ == "__main__":