Skip to content

feat(tangent): show a project's runs on the tangent page - #2786

Draft
camielvs wants to merge 1 commit into
09-22-fix_show_an_agent_s_run_on_the_project_it_belongs_tofrom
09-22-feat_a_project_s_runs_on_the_tangent_page
Draft

camielvs wants to merge 1 commit into
09-22-fix_show_an_agent_s_run_on_the_project_it_belongs_tofrom
09-22-feat_a_project_s_runs_on_the_tangent_page

Conversation

@camielvs

@camielvs camielvs commented Sep 22, 2026

Copy link
Copy Markdown
Collaborator

Description

Related Issue and Pull requests

Type of Change

  • Bug fix
  • New feature
  • Improvement
  • Cleanup/Refactor
  • Breaking change
  • Documentation update

Checklist

  • I have tested this does not break current pipelines / runs functionality
  • I have tested the changes on staging

Screenshots (if applicable)

Test Instructions

Additional Comments

🤖 Generated with Claude Code

@github-actions

github-actions Bot commented Sep 22, 2026

Copy link
Copy Markdown

🎩 Preview

A preview build has been created at: 09-22-feat_a_project_s_runs_on_the_tangent_page/969e31c

camielvs commented Sep 22, 2026

Copy link
Copy Markdown
Collaborator Author

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@camielvs
camielvs force-pushed the 09-22-feat_a_project_s_runs_on_the_tangent_page branch from 4420639 to b717a34 Compare September 22, 2026 19:48
@camielvs
camielvs force-pushed the 09-22-fix_show_an_agent_s_run_on_the_project_it_belongs_to branch from 5c8fcc7 to f2fdf2e Compare September 23, 2026 20:57
@camielvs
camielvs force-pushed the 09-22-feat_a_project_s_runs_on_the_tangent_page branch from b717a34 to 77575d4 Compare September 23, 2026 20:57
@camielvs
camielvs force-pushed the 09-22-fix_show_an_agent_s_run_on_the_project_it_belongs_to branch from f2fdf2e to 9e22dcd Compare September 23, 2026 22:01
@camielvs
camielvs force-pushed the 09-22-feat_a_project_s_runs_on_the_tangent_page branch from 77575d4 to fbac2b3 Compare September 23, 2026 22:01
@camielvs
camielvs force-pushed the 09-22-fix_show_an_agent_s_run_on_the_project_it_belongs_to branch from 9e22dcd to 4356dc7 Compare September 23, 2026 23:00
@camielvs
camielvs force-pushed the 09-22-feat_a_project_s_runs_on_the_tangent_page branch 2 times, most recently from c5956ad to 2cddf8b Compare September 23, 2026 23:36
@camielvs
camielvs force-pushed the 09-22-fix_show_an_agent_s_run_on_the_project_it_belongs_to branch from 4356dc7 to e27d589 Compare September 23, 2026 23:36
@camielvs
camielvs force-pushed the 09-22-feat_a_project_s_runs_on_the_tangent_page branch from 2cddf8b to 6a7fc58 Compare September 23, 2026 23:56
@camielvs
camielvs force-pushed the 09-22-fix_show_an_agent_s_run_on_the_project_it_belongs_to branch from e27d589 to 917e2fd Compare September 23, 2026 23:56
A run reaches a project through an annotation written when it is created,
not by being added to it, so an agent's run never becomes a resource row.
Tangent only listed resources, which left the page with nowhere for a run to
appear: the project page showed it, Tangent showed nothing, and the agent
looked like it had submitted into a void.

The dock gains a Runs window reading the same feed the project page reads.
A row opens the run in the workarea, which already knows how to render one.

The row itself moves out of the resources window so both lists share it, and
takes a node for its description so a run can show a live status where a
resource shows a kind.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@camielvs
camielvs force-pushed the 09-22-fix_show_an_agent_s_run_on_the_project_it_belongs_to branch from 917e2fd to d16970c Compare September 24, 2026 00:14
@camielvs
camielvs force-pushed the 09-22-feat_a_project_s_runs_on_the_tangent_page branch from 6a7fc58 to 969e31c Compare September 24, 2026 00:14

This branch has not been deployed

No deployments
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.

1 participant