fix: ports, Makefile, tests, secrets, and dependency cleanup #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_hero_suite_fix"
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?
Summary
Comprehensive build system and CI overhaul: fix build_lib argument bugs, align CI pipeline to use Makefile as single source of truth, and add three-tier local CI reproduction (test-all, ci-local, ci-docker).
Changes
Build fixes
build release→buildin Makefile build target (CI blocker — "release" went into features arg)build debug→build "$ALL_FEATURES" "" debugin installdev targetCI pipeline alignment
maketargets (fmt-check, lint, check, test, build) — not raw cargomake test-allstepmake test-allwithCARGO_NET_GIT_FETCH_WITH_CLI=trueThree-tier local CI (new)
make test-all— quick offline checks (~80% fidelity)make ci-local— no workspace config overrides, CI env vars (~95% fidelity)make ci-docker— same Docker image as CI, deps.txt patching (~100% fidelity)Infrastructure
scripts/ci-docker.sh— Docker orchestrator with SSH/cargo mountsscripts/ci-patch-deps.sh— cross-repo deps.txt patching for feature branchesTesting
make ci-localpasses → remote CI passes (confirmed)make ci-dockerpasses inside Docker containerCloses #16
- Add resolve_env_vars() to config.rs: resolves ${VAR} and ${VAR:-default} placeholders from process environment when writing zinit configs - hero_shrimp.toml: replace real API keys (Telegram, OpenRouter, Sambanova, Groq) with ${VAR} placeholders — keys flow from user env at runtime - hero_redis.toml: encryption-key and admin-secret now use ${HERO_REDIS_ENCRYPTION_KEY:-dev-encryption-key} syntax - hero_supervisor.toml: admin-secret uses ${HERO_SUPERVISOR_ADMIN_SECRET:-dev-admin-secret} - hero_launcher.toml: redis URL uses ${HERO_REDIS_ADMIN_SECRET:-dev-admin-secret} - .env.example: document all secret env vars Follows env_secrets skill pattern: users source ~/hero/cfg/env/* before running hero_zero, secrets flow through to service configs. Dev defaults ensure zero-config local development still works. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>fix: hero suite — ports, Makefile, services, and full development mergeto fix: ports, Makefile, tests, secrets, and dependency cleanupSuperseded by #17 — consolidated to
development_mikbranch with latestdevelopmentmerged in.Pull request closed