Skip to content

Adopt narrow helper exception boundaries#609

Merged
vibeforge1111 merged 1 commit into
masterfrom
codex/adopt-helper-exception-boundaries
Jun 2, 2026
Merged

Adopt narrow helper exception boundaries#609
vibeforge1111 merged 1 commit into
masterfrom
codex/adopt-helper-exception-boundaries

Conversation

@vibeforge1111

Copy link
Copy Markdown
Owner

Summary

Maintainer adoption of four small Spark Compete source PRs that narrow helper exception handling without changing trust boundaries.

Source PR credit:

No participant credit should be assigned to this maintainer adoption PR itself.

Verification

  • python -m pytest tests\\test_system_map.py -q -k json_toml_git_spawner_trace
  • python -m pytest tests\\test_cli.py -q -k security_revoke_all_os_error
  • python -m pytest tests\\test_system_map.py -q
  • python -m pytest tests\\test_cli.py -q
  • python -m compileall src
  • git diff --check
  • python -m spark_cli.cli verify --registry-pins --json

Risk

Low. This narrows catches around expected parse, IO, subprocess, and SQLite-adjacent support paths, with regression tests. It does not change installer metadata, registry pins, scoring, secrets, auth, sandbox policy, provider behavior, or network allow/deny rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant