Skip to content

Add triage state tracking for issue automation#6

Merged
BodenMcHale merged 1 commit into
mainfrom
claude/focused-fermat-cwqoE
May 26, 2026
Merged

Add triage state tracking for issue automation#6
BodenMcHale merged 1 commit into
mainfrom
claude/focused-fermat-cwqoE

Conversation

@BodenMcHale
Copy link
Copy Markdown
Contributor

Summary

This change introduces a triage state tracking file to maintain records of automated issue triage actions and decisions.

Key Changes

  • Added .claude/triage-state.json to track triage automation state
    • Records the timestamp of the last triage run
    • Maintains a log of actions taken on issues (e.g., verification of fixes, closure recommendations)
    • Tracks skipped issues with reasons (e.g., recent substantive comments within the 48-hour skip window)
    • Includes commit references for traceability

Implementation Details

The state file captures:

  • Last run metadata: Timestamp and commit hash for audit trail
  • Actions log: Issue number, action type, timestamp, and summary of what was verified or recommended
  • Skipped issues: Issues that were intentionally skipped with the reason and timing context

This enables the triage automation system to maintain state across runs and avoid redundant processing of recently-commented issues.

https://claude.ai/code/session_01Euwsv5bWSCggh6Kmoifi3j

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.

2 participants