fix(config): accept full Go package paths in packages[*].binaries ai:claude-sonnet-4-6 #68
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
nagonag
nagonag/ignore
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
heiko/gogogo!68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/67-packages-binaries-accept-full-path"
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?
Fixes #67.
Users naturally mirror the
build.commandspath form (cmd/foo) inpackages[*].binaries. Previously this caused a confusingdoctorerrorand silently dropped binaries from packages at runtime.
Changes
internal/config/packages.go— normalizeBinariesentries to basenamesin
PackagesSpec.UnmarshalYAML; bothcmd/fooandfooare acceptedinternal/config/validation.go—knownBinaryusespath.Baseon bothsides, covering code paths that bypass YAML (tests, future callers)
internal/config/packages_test.go—TestValidatePackages_FullPathBinaryREADME.md— note both forms are accepted(co)authored by ai:claude-sonnet-4-6
PASS: go test ./... passed.