Sync GHCP-hardened dashboard, signal-write, and workshop-ta from awesome-copilot - #10
Merged
Merged
Conversation
…ome-copilot Brings the-workshop source to full parity with the published (reviewed) versions on awesome-copilot PR #2343: - extension.mjs: stash mutex, clone-safe ISO signal ordering, malformed-signal desks kept as 'awaiting', calibration badge gated on a real gap, prefers-reduced-motion CSS, toast aria-live, get_desk_path (was open_desk), server.listen error handling. - signal-write/SKILL.md: timestamp + run_id, ordering guidance, outcome (calibration) schema. - workshop-ta.md: persistent-workstream framing, self-contained Cairn disposition, canvas made optional, desks/_ta partnership-signal storage, Forge -> Autonomous Desks. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 26faf13e-639c-4a21-ac05-c0dc2bff7c62
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.
Brings
the-workshopsource to full parity with the reviewed/published versions on awesome-copilot PR #2343, which cleared all GitHub Copilot review comments (10 fixed, 1 parked-with-rationale).Files synced (byte-identical to the published versions)
.github/extensions/signals-dashboard/extension.mjstimestamp(clone-safe) instead of filesystem mtime.prefers-reduced-motionCSS; toastaria-liveregion (a11y).open_desk→get_desk_path(it only returns a path).server.listenerrors (no unhandled rejection on bind failure).skills/signal-write/SKILL.mdtimestamp+run_id, signal ordering guidance, and the outcome (calibration) signal schema.agents/workshop-ta.mddesks/_ta/partnership-signal storage.Notes
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com