Skip to content

refactor: extract validation to utils module#36

Open
rainlee wants to merge 1 commit intoApexOpsStudio:mainfrom
rainlee:bounty/3
Open

refactor: extract validation to utils module#36
rainlee wants to merge 1 commit intoApexOpsStudio:mainfrom
rainlee:bounty/3

Conversation

@rainlee
Copy link
Copy Markdown

@rainlee rainlee commented Mar 27, 2026

Closes #3

Changes

  • Created utils/paths.py with shared get_tasks_file() helper
  • Created utils/validation.py with validate_description(), validate_task_file(), validate_task_id()
  • Updated all command files to import from utils instead of defining locally
  • No behavior changes, all 2 tests pass

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.

Refactor: Extract validation to utils module

1 participant