🔸 [claude] /init again#301
Merged
Merged
Conversation
Signed-off-by: Christopher Hicks <chicks.net@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Claude Code guidance to reflect that gh-observer can monitor both PR checks and standalone GitHub Actions workflow runs, and documents the associated architecture details.
Changes:
- Expand repository purpose to include monitoring standalone Actions workflow runs via run URL.
- Document the new “input type” axis (PR vs run) alongside the existing “output type” axis (interactive vs snapshot).
- Add run-mode TUI file/module descriptions and new GitHub client capabilities related to workflow runs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| **Run mode files** (`runmodel.go` / `runupdate.go` / `runview.go`): | ||
|
|
||
| - **RunModel** (`internal/tui/runmodel.go`) - Application state for a workflow run: jobs (`[]WorkflowJobInfo`), run metadata (`RunInfo`), and per-job averages | ||
| - **RunUpdate** (`internal/tui/runupdate.go`) - Parallel to `update.go` but for run mode; processes `RunInfoMsg`, `JobsUpdateMsg`, and the same history-fetch message types |
Comment on lines
281
to
282
| - **Styles** (`internal/tui/styles.go`) - Lipgloss color scheme and styling | ||
| - **Messages** (`internal/tui/messages.go`) - Custom message types for async operations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Done
Meta
(Automated in
.just/gh-process.just.)