Skip to content

Add Copilot agent setup: copilot-instructions, setup-steps workflow, and rtk init hook - #11

Merged
stijnvanhulle merged 1 commit into
mainfrom
copilot/fix-rtk-command-issue
May 4, 2026
Merged

Add Copilot agent setup: copilot-instructions, setup-steps workflow, and rtk init hook#11
stijnvanhulle merged 1 commit into
mainfrom
copilot/fix-rtk-command-issue

Conversation

Copilot AI commented May 4, 2026

Copy link
Copy Markdown
Contributor

This repo was missing the two files present in every other kubb-labs project that make the Copilot agent environment functional and token-efficient.

Changes

  • .github/copilot-instructions.md — adds RTK instruction file so the agent knows to prefix all shell commands with rtk (otherwise RTK is installed but never used)
  • .github/workflows/copilot-setup-steps.yml — adds the required Copilot pre-provisioning workflow; job must be named copilot-setup-steps for GitHub to pick it up; delegates to the existing .github/setup/action.yml composite action so RTK install is included
  • .github/setup/action.yml — adds rtk init -g --copilot step after RTK install to wire up the shell hook, enabling transparent command proxying (git statusrtk git status) during agent sessions

@changeset-bot

changeset-bot Bot commented May 4, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: ae4889a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copilot AI requested a review from stijnvanhulle May 4, 2026 12:06
@stijnvanhulle
stijnvanhulle marked this pull request as ready for review May 4, 2026 12:16
@stijnvanhulle
stijnvanhulle merged commit 8f4ca89 into main May 4, 2026
4 checks passed
@stijnvanhulle
stijnvanhulle deleted the copilot/fix-rtk-command-issue branch May 4, 2026 12:16
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.

2 participants