- Modified Registry and Repo structs in pkg/repos/registry.go to include io.Medium. - Updated LoadRegistry, FindRegistry, and ScanDirectory signatures to accept io.Medium. - Migrated all internal file operations in pkg/repos/registry.go to use the Medium interface instead of io.Local or os package. - Updated dozens of call sites across internal/cmd/ to pass io.Local to the updated repos functions. - Ensured consistent use of io.Medium for repo existence and git checks. |
||
|---|---|---|
| .. | ||
| cmd_bootstrap.go | ||
| cmd_ci.go | ||
| cmd_commands.go | ||
| cmd_github.go | ||
| cmd_registry.go | ||
| cmd_repo.go | ||
| cmd_setup.go | ||
| cmd_wizard.go | ||
| github_config.go | ||
| github_diff.go | ||
| github_labels.go | ||
| github_protection.go | ||
| github_security.go | ||
| github_webhooks.go | ||