Remove generic runner, consolidate to OpenClaw-only#1
Merged
Conversation
- Delete generic loop runner: compose.yml, runner/, bots/, scripts/fleet-*.sh, KEYS.md - Rewrite README.md as single OpenClaw entrypoint (merge openclaw/README.md) - Rename CLAUDE.md to AGENTS.md, create CLAUDE.md symlink - Simplify .gitignore (remove deleted path exceptions) - Fix openclaw-up.sh and openclaw-down.sh to exclude example.env from "start all" - Fix stale tail process accumulation in openclaw-tail-session.sh and openclaw-live.sh
mostlydev
added a commit
that referenced
this pull request
Feb 21, 2026
#1 (High) Parse ports: alongside expose: for service surface port hints - Add Ports []string to Service struct (pod/types.go) - parsePorts() extracts container-side port from string/int/map compose forms: "8080:80" → "80", "127.0.0.1:8080:80/tcp" → "80", map target: field - mergedPorts() deduplicates expose + ports before enriching ResolvedSurface.Ports - Tests: 9 new tests covering all port string forms, numeric entries, map form, dedup #2 (Medium) claw.skill.emit extraction failure is now warn+fallback - extractServiceSkillFromImage error logs warning and returns nil, nil - Pod startup continues with generated fallback skill instead of hard error - Invalid path (bad filename) remains a hard error — that's operator misconfiguration - Test: TestResolveSkillEmitFallsBackOnExtractionError #3 (High) Document CONFIGURE account binding pattern for HANDLE - Add HANDLE discord + CONFIGURE account/binding directives to examples/openclaw/Clawfile - Comment explains: HANDLE enables transport only; CONFIGURE injects account token (from env var) and routes the agent to that account
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tail -Fprocess accumulation in openclaw-tail-session.sh and openclaw-live.sh (kills orphaned tails on startup)Test plan
bash scripts/openclaw-up.shwith no real bot envs → "no bot env files found" (not example.env)CLAUDE.mdsymlink resolves toAGENTS.md.gitignoredoesn't reference deleted pathsopenclaw-live.shtwice, verify no duplicate output lines🤖 Generated with Claude Code