Update skills to reflect Unix socket model as primary deployment #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Hero services now use Unix domain sockets via hero_proxy as the primary deployment model. TCP ports are the standalone dev fallback. The
hero_socketsandhero_portsskills already document this, butmakefile_helperandbuild_libstill present TCP ports as the default without socket context.Changes needed
makefile_helper: Clarify PORT is for standalone dev, add note about socket-based production deployment, referencehero_socketsskillbuild_lib: Add note thatPORTSin buildenv.sh is for dev fallback / port registry identity, not production binding. Referencehero_socketsfor production.Both skills should cross-reference
hero_socketsso readers know the full picture.