Initial project skeleton - basic process management

This commit is contained in:
2026-05-09 15:08:43 -04:00
commit e846f029ef
14 changed files with 277 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Honker
Honker acts as an ACP (https://agentclientprotocol.com/protocol/overview) bridge to let a user use Signal Messenger to drive the Goose https://goose-docs.ai/ coding agent
## Technical details
Honker is written in Python and uses SQLite as its backing store for minimal state tracking.
Configuration is done via ~/.config/honker/config.yaml
Honker expects both Goose and signal-cli to already be configured on the machine where it runs.
Honker manages the lifecycle of both goose and signal-cli rather than expecting them to be ran as a separate service.