Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: Robitx/engage

Tags

v0.2.6

Toggle v0.2.6's commit message
refactor: centralize test utilities and improve code organization

Introduce internal/testutil package to share git repository setup helpers across tests, removing duplication. Move shellEscape to utils.go and rename commands_utils_test.go to utils_test.go for better organization.

v0.2.5

Toggle v0.2.5's commit message
refactor: reduce cyclomatic complexity in commands.go

v0.2.4

Toggle v0.2.4's commit message
docs: update worker instructions to align with engage submit workflow

v0.2.3

Toggle v0.2.3's commit message
refactor: reduce cyclomatic complexity in tests

v0.2.2

Toggle v0.2.2's commit message
refactor: reduce complexity in commands and improve test coverage

v0.2.1

Toggle v0.2.1's commit message
fix: Fix Version Reporting (000006)

commit b1d1976
Author: Tibor Schmidt <[email protected]>
Date:   Sun Jan 25 12:10:53 2026 +0100

    fix: use debug.ReadBuildInfo for version fallback

v0.2.0

Toggle v0.2.0's commit message
feat: Enforce ID in Branch Names (000005)

commit 4d6b03a
Author: Tibor Schmidt <[email protected]>
Date:   Sun Jan 25 11:56:35 2026 +0100

    feat: enforce ID in branch names

v0.1.1

Toggle v0.1.1's commit message
refactor: reduce cyclomatic complexity and fix ineffectual assignments

v0.1.0

Toggle v0.1.0's commit message
feat: implement git-based versioning