ADR 0025 T8: dir= operations resolve their target's forge #34
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Wire per-target resolution through the MCP/service layers:
dir=tools (grepGetConfig(,NewClient(,RunGitAuthin internal/mcp, internal/service): classify caller-resolved vs internal-resolved.resolveConfigFor(ctx, dir)→config.GetConfigwhen dir empty, elseconfig.GetConfigForDir(from T5).config.GetConfig(now chain+session-forge correct).Depends on: T5 (and T7 for the repo-less path).
Acceptance:
go build ./... && go test ./internal/mcp/ ./internal/service/... ./internal/git/green.Part of #30.