# Clarify validation mapping ownership

`ebd2cf7`→[main](/content/gh/entireio/git-sync/commits/main/index.html)·

Soph·3mo ago·1 file·+1 added/-1 removed

## Sessions

1632dbb089c5View transcript

[?\
Can you take a look at the go code (wasm) in /Users/soph/Work/entire/devenv/entire-io-worktree1 based a bit on that I wonder if something like this can be build:Codex·GPT-5.4·1 step](/content/gh/entireio/git-sync/session/019d6d29-8cf7-7fe3-adc9-8c3e4d9d5603#timeline-1632dbb089c5/index.html)

## Changes

1

- internal/validation

- Mvalidation.go+1/-1

```
32 unmodified lines

33
34
35
36
36
37
38
39

32 unmodified lines

}
}
// ParseMapping parses a CLI --map value into a planner mapping.
// ParseMapping parses a CLI --map value into a ref mapping.
func ParseMapping(raw string) (RefMapping, error) {
	parts := strings.SplitN(raw, ":", 2)
	if len(parts) != 2 {
```

Minternal/validation/validation.go+1/-1
