Skip to content

chore: add AGENTS.md + copilot-instructions.md#274

Merged
bartelink merged 1 commit into
masterfrom
copilot/cleanup-agents-preparation
May 5, 2026
Merged

chore: add AGENTS.md + copilot-instructions.md#274
bartelink merged 1 commit into
masterfrom
copilot/cleanup-agents-preparation

Conversation

Copilot AI commented May 5, 2026

Copy link
Copy Markdown
Contributor

Prepares the repo for AI agent workflows and removes stale Gitpod configuration.

Changes

  • AGENTS.md — new root-level guide for agents: repo layout, build/test commands, F# style notes, pointer to Copilot instructions
  • .github/copilot-instructions.md — minimal Copilot custom instructions (build commands, key conventions)
  • .gitpod.yml — deleted; no associated Dockerfile/scripts existed, and no Gitpod badge was present in the README

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@bartelink bartelink changed the title chore: add AGENTS.md + copilot-instructions.md; drop Gitpod chore: add AGENTS.md + copilot-instructions.md May 5, 2026
@bartelink
bartelink marked this pull request as ready for review May 5, 2026 22:47
Copilot AI review requested due to automatic review settings May 5, 2026 22:47
@bartelink
bartelink merged commit 5e81393 into master May 5, 2026
2 of 7 checks passed
@bartelink
bartelink deleted the copilot/cleanup-agents-preparation branch May 5, 2026 22:48

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR prepares the repository for AI-assisted workflows by adding agent-facing guidance documents and removing an obsolete Gitpod configuration. It fits the codebase by documenting how to build, test, and navigate this F#/.NET solution.

Changes:

  • Add a root AGENTS.md with repo layout, build/test commands, and style guidance.
  • Add .github/copilot-instructions.md with minimal Copilot-specific build/test and convention notes.
  • Remove the stale .gitpod.yml configuration.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
AGENTS.md Adds a root-level guide for agents covering repo structure, commands, and coding conventions.
.gitpod.yml Removes the deprecated Gitpod config that no longer has supporting files in the repo.
.github/copilot-instructions.md Adds minimal Copilot instructions for building, testing, and following repo conventions.

Comment thread AGENTS.md
Comment on lines +23 to +27
# Test (requires a local Postgres instance for MessageDb tests)
dotnet test Propulsion.sln --no-restore --verbosity minimal
```

The CI workflow (`.github/workflows/ci.yaml`) spins up Postgres and installs `message-db` automatically; for local runs without Postgres the MessageDb-related tests will be skipped or fail.
Comment on lines +6 to +10

```bash
dotnet build Propulsion.sln --configuration Release
dotnet test Propulsion.sln --no-restore --verbosity minimal
```
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.

4 participants