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
+2 -1
View File
@@ -31,8 +31,9 @@ cp "$HERE/swift/speech-helper" "$RESOURCES_DIR/swift/"
cp "$HERE/swift/llm-helper" "$RESOURCES_DIR/swift/"
chmod +x "$RESOURCES_DIR/swift/speech-helper" "$RESOURCES_DIR/swift/llm-helper"
# Copy python files to bundle resources
# Copy python files and bin scripts to bundle resources
cp "$HERE"/*.py "$SRC_DIR/" 2>/dev/null || true
cp -R "$HERE/bin" "$SRC_DIR/" 2>/dev/null || true
if [ -f "$HERE/vocabulary.example.txt" ]; then
cp "$HERE/vocabulary.example.txt" "$RESOURCES_DIR/"
fi