• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

umputun / ralphex
82%

Build:
DEFAULT BRANCH: master
Repo Added 21 Jan 2026 08:02AM UTC
Files 40
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-default-branch-template
  • add-dirty-worktree-check
  • add-notifications
  • add-reset-flag
  • auto-create-initial-commit
  • auto-plan-mode-detection
  • base-ref-skip-finalize
  • code-review-fixes
  • codex-error-hints
  • codex-wrapper-script
  • commented-defaults
  • configurable-colors
  • custom-config-dir
  • custom-external-review
  • dashboard-tests
  • dependabot/github_actions/goreleaser/goreleaser-action-7
  • dependabot/go_modules/github.com/go-git/go-billy/v5-5.7.0
  • dependabot/go_modules/golang.org/x/crypto-0.45.0
  • display-lines-changed-stats
  • docker-support
  • drop-go-git-backend
  • dump-defaults-and-update-skill
  • error-patterns
  • external-git-backend
  • feat/agent-frontmatter-model-v2
  • feat/per-phase-claude-models-v2
  • feat/scalar-config-fallback
  • feature/claude-plugin-support
  • finalize-step
  • fix-checkout-keep-untracked
  • fix-codex-not-installed
  • fix-codex-stderr-reporting
  • fix-dashboard-task-numbering
  • fix-isignored-global-patterns
  • fix-other-option-plan-questions
  • fix-plan-file-resolution
  • fix-process-group-cleanup
  • fix-progress-append-on-restart
  • fix-review-loop-exit
  • fix-review-signals
  • fix-scanner-buffer-size
  • fix-sigint-handling
  • fix-uncommitted-changes-handling
  • fix-version-unknown
  • fix-windows-build
  • fix-worktree-support
  • fix/docker-timezone-from-host
  • fix/strip-comments-markdown
  • fix/strip-leading-meta-comments
  • fix/windows-comment-setsid
  • force-exit-timeout
  • graceful-prompt-variables
  • interactive-plan-creation
  • interactive-plan-review
  • master
  • plan-draft-preview
  • progress-files-location
  • progress-fresh-start
  • project-local-config
  • refactor-git-service
  • refactor-main
  • refs/tags/v0.1.0
  • refs/tags/v0.10.0
  • refs/tags/v0.10.1
  • refs/tags/v0.10.2
  • refs/tags/v0.10.3
  • refs/tags/v0.10.4
  • refs/tags/v0.10.5
  • refs/tags/v0.10.6
  • refs/tags/v0.11.0
  • refs/tags/v0.11.1
  • refs/tags/v0.12.0
  • refs/tags/v0.12.1
  • refs/tags/v0.13.0
  • refs/tags/v0.14.0
  • refs/tags/v0.15.0
  • refs/tags/v0.15.1
  • refs/tags/v0.15.2
  • refs/tags/v0.15.3
  • refs/tags/v0.16.0
  • refs/tags/v0.2.0
  • refs/tags/v0.2.1
  • refs/tags/v0.2.2
  • refs/tags/v0.2.3
  • refs/tags/v0.3.0
  • refs/tags/v0.4.0
  • refs/tags/v0.4.1
  • refs/tags/v0.4.2
  • refs/tags/v0.4.3
  • refs/tags/v0.4.4
  • refs/tags/v0.5.0
  • refs/tags/v0.6.0
  • refs/tags/v0.7.0
  • refs/tags/v0.7.1
  • refs/tags/v0.7.2
  • refs/tags/v0.7.3
  • refs/tags/v0.7.4
  • refs/tags/v0.7.5
  • refs/tags/v0.8.0
  • refs/tags/v0.9.0
  • remove-docker
  • rewrite-dk-script-python
  • unbounded-line-reader
  • verbose-completions
  • web-fixes
  • web-planner
  • web-ui
  • web-ui-improvements
  • worktree-isolation

24 Feb 2026 09:59PM UTC coverage: 81.851% (+0.06%) from 81.791%
22371869782

push

github

umputun
fix: auto-detect host timezone in Docker wrapper

the wrapper now detects the host timezone and passes it to the container
as TIME_ZONE env var. detection chain: TZ env, /etc/timezone, /etc/localtime
symlink, UTC fallback. closes #153

5403 of 6601 relevant lines covered (81.85%)

188.19 hits per line

Relevant lines Covered
Build:
Build:
6601 RELEVANT LINES 5403 COVERED LINES
188.19 HITS PER LINE
Source Files on master
  • Tree
  • List 40
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22371869782 master fix: auto-detect host timezone in Docker wrapper the wrapper now detects the host timezone and passes it to the container as TIME_ZONE env var. detection chain: TZ env, /etc/timezone, /etc/localtime symlink, UTC fallback. closes #153 push 24 Feb 2026 10:01PM UTC umputun github
81.85
22371620595 worktree-isolation test: add coverage for worktree and ensureGitIgnored paths - Test untracked plan file (planNeedsCommit=true) in runWithWorktree - Test CreateWorktreeForPlan error path (pre-existing worktree dir) - Test ensureGitIgnored: odd pairs error, clean co... Pull #158 24 Feb 2026 09:53PM UTC umputun github
79.99
22371213734 worktree-isolation docs: add worktree isolation documentation - Update CLAUDE.md with worktree mode key files and patterns - Update README.md and llms.txt with --worktree flag - Move plan to docs/plans/completed/ Pull #158 24 Feb 2026 09:41PM UTC umputun github
79.73
22370521599 worktree-isolation fix(git): commit plan file on feature branch instead of main in worktree mode CreateWorktreeForPlan was committing the plan file on main/master before creating the worktree. Now it copies the plan into the worktree and the caller commits it on th... push 24 Feb 2026 09:21PM UTC umputun github
79.98
22346112727 master docs: add worktree isolation implementation plan Related to #155 push 24 Feb 2026 10:09AM UTC umputun github
81.79
22338846087 fix/docker-timezone-from-host fix: use readlink before realpath for macOS timezone detection On macOS, os.path.realpath("/etc/localtime") resolves to /usr/share/zoneinfo.default/... where the /zoneinfo/ marker doesn't match. os.readlink returns the direct symlink target /var/... Pull #154 24 Feb 2026 06:08AM UTC nnemirovsky github
81.87
22338299817 master fix: make web dashboard reachable from host in Docker (#152) * fix: make web dashboard reachable from host in Docker The dashboard server was hardcoded to 127.0.0.1, making it unreachable from the host when running via the Docker wrapper despite... push 24 Feb 2026 05:44AM UTC web-flow github
81.84
22316222108 master chore(deps): bump goreleaser/goreleaser-action from 6 to 7 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6 to 7. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](... push 23 Feb 2026 05:00PM UTC umputun github
81.89
22299543584 dependabot/github_actions/goreleaser/goreleaser-action-7 chore(deps): bump goreleaser/goreleaser-action from 6 to 7 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6 to 7. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](... Pull #148 23 Feb 2026 09:12AM UTC web-flow github
81.78
22270329244 refs/tags/v0.16.0 docs: update changelog for v0.16.0 push 22 Feb 2026 04:24AM UTC umputun github
81.78
See All Builds (449)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc