Skip to content

ci: notify when public T3 Code advances - #1

Merged
murraci merged 2 commits into
mainfrom
agent/upstream-update-notifier
Aug 6, 2026
Merged

ci: notify when public T3 Code advances#1
murraci merged 2 commits into
mainfrom
agent/upstream-update-notifier

Conversation

@murraci

@murraci murraci commented Aug 6, 2026

Copy link
Copy Markdown
Owner

What

Adds a notification-only GitHub Actions workflow that compares TCM's default branch with
pingdotgg/t3code every day and maintains one assigned issue when public upstream advances.

The notification hands acceptance back to the existing local T3 workflow:

  1. fetch upstream into an isolated worktree;
  2. review the complete diff in T3 threads or a council;
  3. run repository checks;
  4. push only after explicit GO.

Boundary

  • never creates branches or pull requests;
  • never merges or pushes code;
  • has contents: read and issues: write only;
  • has no issue_comment trigger;
  • trusts only its own github-actions[bot] issue, preventing public marker spoofing;
  • closing the managed issue dismisses only the current upstream revision.

No Allow GitHub Actions to create and approve pull requests setting is needed.

Validation

  • vp check
  • vp run typecheck
  • actionlint .github/workflows/upstream-sync.yml
  • embedded Bash and JavaScript syntax checks
  • live comparison against public upstream: 5 commits pending
  • independent blocker review: no blockers

@murraci murraci closed this Aug 6, 2026
@murraci murraci reopened this Aug 6, 2026
@murraci murraci changed the title ci: notify on upstream T3 Code updates ci: notify when public T3 Code advances Aug 6, 2026
@murraci
murraci marked this pull request as ready for review August 6, 2026 19:28
@murraci
murraci merged commit 7ec03db into main Aug 6, 2026
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