Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/sync-main-to-edge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# This file is managed by nsheaps/.github (sync-files).
# Source: https://github.com/nsheaps/.github/blob/main/ansible/templates/.github/workflows/sync-main-to-edge.yaml
# Edit-in-place will be overwritten on the next sync.
name: Sync main to edge

on:
push:
branches: [main]
workflow_dispatch:
inputs:
test_mode:
description: 'Run in test mode (no push)'
type: boolean
default: false

permissions:
contents: write

jobs:
sync:
name: Sync main -> */edge
uses: nsheaps/github-actions/.github/workflows/sync-main-to-edge.yaml@main
with:
test_mode: ${{ inputs.test_mode == true }}
7 changes: 7 additions & 0 deletions .gitupstream
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Configures sync-main-to-edge workflow. Schema:
# https://github.com/nsheaps/github-actions/blob/main/.github/workflows/sync-main-to-edge.yaml
version: 1
sync:
- upstream: main
targets:
- alex/edge
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ events:
- ts: "2026-05-28T19:46:53Z"
by: "contacts://nsheaps-org/byAgentName/alex"
change: "created; state=in-progress; PRs filed: nsheaps/.ai-agent-alex#26, nsheaps/agents#192"
- ts: "2026-05-28T19:48:00Z"
by: "contacts://nsheaps-org/byGithubUsername/nsheaps"
change: "review comment on PR #192 — add Step 0 determine-project callout before triage"
- ts: "2026-05-28T20:00:00Z"
by: "contacts://nsheaps-org/byAgentName/alex"
change: "addressed review comment; commit ef3c575 on nsheaps/agents#192; PR comment https://github.com/nsheaps/agents/pull/192#issuecomment-4567779361"
---

## Goal
Expand Down Expand Up @@ -72,6 +78,7 @@ Per Nate Discord [2026-05-28T19:40Z][nate-discord-2026-05-28]:
- [ ] `ticket-updater.md` example path references `projects/GSD/tickets/`
- [ ] `docs/project-tracking/CLAUDE.md` marks `to-triage/` as legacy
- [ ] `to-triage/CLAUDE.md` has clear "New intake flow" section
- [x] Step 0 "determine project (default GSD)" added before triage step in both CLAUDE.md files (commit [`ef3c575`](https://github.com/nsheaps/agents/commit/ef3c575))
- [ ] Both PRs merged

[nate-discord-2026-05-28]: https://discord.com/channels/1490863845252665415/1497431286661517353/1509642468315103233
Expand Down
Loading