Skip to content

docs: add repository-level Copilot instructions#105

Merged
Crow-Control merged 2 commits intomainfrom
copilot/setup-copilot-instructions
Feb 15, 2026
Merged

docs: add repository-level Copilot instructions#105
Crow-Control merged 2 commits intomainfrom
copilot/setup-copilot-instructions

Conversation

Copy link
Contributor

Copilot AI commented Feb 15, 2026

This PR sets up copilot-instructions.md for the repository by adding a concise, repo-specific instruction file. The goal is to give Copilot immediate context on how this codebase is organized and operated.

  • Added Copilot instruction baseline

    • Created .github/copilot-instructions.md with focused guidance for this Astro + Starlight docs repository.
  • Documented high-signal developer commands

    • Added the canonical root-level commands used for local development and validation:
      • npm install
      • npm run check
      • npm run build
      • npm run dev
  • Captured content conventions Copilot should follow

    • Documented docs content location: src/content/docs/
    • Documented news author source: src/content/docs/news/authors.ts
    • Documented required news frontmatter fields and slug prefix rule (news/)
# Copilot Instructions for `trueforge-org/website`

## Development commands
- `npm install`
- `npm run check`
- `npm run build`
- `npm run dev`

## Content conventions
- Documentation content lives in `src/content/docs/`.
- News posts must include `title`, `slug` (starting with `news/`), `date`, and `authors`.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/website/website/node_modules/.bin/astro build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: PrivatePuffin <7613738+PrivatePuffin@users.noreply.github.com>
Copilot AI changed the title [WIP] Add copilot instructions document docs: add repository-level Copilot instructions Feb 15, 2026
Copilot AI requested a review from Crow-Control February 15, 2026 11:07
@Crow-Control Crow-Control marked this pull request as ready for review February 15, 2026 11:18
Copilot AI review requested due to automatic review settings February 15, 2026 11:18
@Crow-Control Crow-Control merged commit 4beb760 into main Feb 15, 2026
3 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a repository-level Copilot instruction file to provide immediate context for working in this Astro + Starlight documentation site.

Changes:

  • Added .github/copilot-instructions.md with repo-specific development commands.
  • Documented key content conventions for docs and news posts (paths + required frontmatter fields).

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