gitlink-cli/shortcuts/workflow
wbtiger 6b355e19e2 fix(workflow): improve input mode detection and error hint
- hasLocalTriageInput now also detects triage-specific flags (--body,
  --number, --author, --url, --labels) to enter local input mode.
- hasLocalHealthInput now checks all health-related flags to prevent
  invalid values like --open-issues=abc from silently falling through
  to remote fetch instead of being validated.
- Remote fetch failure in +triage now includes a hint suggesting
  --title or --from for local analysis.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-26 16:28:28 +08:00
..
testdata Add workflow repo-report command 2026-05-26 16:28:28 +08:00
api_types.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
health_fetch.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
health_fetch_test.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
health_score.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
health_score_test.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
messages.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
messages_test.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
pr_fetch.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
pr_fetch_test.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
pr_summary.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
pr_summary_test.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
render.go Add workflow repo-report command 2026-05-26 16:28:28 +08:00
render_test.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
repo_report.go Add workflow repo-report command 2026-05-26 16:28:28 +08:00
repo_report_fetch.go Add workflow repo-report command 2026-05-26 16:28:28 +08:00
repo_report_fetch_test.go Add workflow repo-report command 2026-05-26 16:28:28 +08:00
repo_report_test.go Add workflow repo-report command 2026-05-26 16:28:28 +08:00
triage_fetch.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
triage_fetch_test.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
triage_rules.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
triage_rules_test.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
types.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
workflow.go fix(workflow): improve input mode detection and error hint 2026-05-26 16:28:28 +08:00
workflow_test.go Add workflow repo-report command 2026-05-26 16:28:28 +08:00