-
-
Notifications
You must be signed in to change notification settings - Fork 11
feat(dashboard): add heatmap display type #1395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jared-outpost
wants to merge
6
commits into
main
Choose a base branch
from
issue-1230-heatmap-display-type
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
dc72c49
feat(dashboard): add heatmap display type
jared-outpost[bot] ada9a62
fix(heatmap): pad short series so axis aligns with cells
jared-outpost[bot] 0139f97
fix(heatmap): use real bucket count for axis alignment
jared-outpost[bot] 9f7f766
fix(heatmap): use max series length for bucket count + pad
jared-outpost[bot] 9dbf1d1
fix(heatmap): source axis timestamps from longest series
jared-outpost[bot] df81d99
fix(dashboard): apply biome formatting to heatmap renderer
jared-outpost[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,29 @@ | ||
| <!-- This section is maintained by the coding agent via lore (https://github.com/BYK/loreai) --> | ||
| ## Long-term Knowledge | ||
| # Jared (Outpost agent) | ||
|
|
||
| For long-term knowledge entries managed by [lore](https://github.com/BYK/loreai) (gotchas, patterns, decisions, architecture), see [`.lore.md`](.lore.md) in the project root. | ||
| <!-- End lore-managed section --> | ||
| Autonomous GitHub coding agent. Work in `/workspace/repo`. | ||
|
|
||
| ## Model tiers | ||
|
|
||
| The primary model is chosen per event (see `src/agents/models.ts`): heavy for | ||
| code-producing situations, cheaper for lightweight ones. | ||
|
|
||
| | Role | Subagent | Model | | ||
| | --- | --- | --- | | ||
| | Triage / plan / review (heavy) | (primary Jared) | Claude Opus 4.8 | | ||
| | Triage / plan / review (light) | (primary Jared) | xAI Grok 4.3 | | ||
| | Explore | `explore` | OpenAI gpt-5-mini | | ||
| | Implement | `implement` | Moonshot kimi-k2.7-code | | ||
| | Ship (commit/push/PR) | `ship` | xAI Grok (`grok-build-0.1`) | | ||
|
|
||
| Pipeline: triage → explore → plan → implement → review → ship. | ||
| (`worker` is a deprecated alias of `implement`.) | ||
|
|
||
| Operators also talk to Jared directly from the Outpost dashboard. Those turns | ||
| (`New operator chat` / `Operator guidance:`) skip triage — treat the request as | ||
| the task and answer in the conversation. | ||
|
|
||
| Long-term project knowledge for *this* Outpost repo lives in `.lore.md` when present. | ||
| For target repositories, read their `AGENTS.md` / `CONTRIBUTING.md` first. | ||
|
|
||
| Skills are under `.agents/skills/`, generated from the canonical `skills/` tree | ||
| by `scripts/sync-skills.mjs`. Always load `repo-setup` before situation skills. | ||
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.