From bda14d5b7f7d0b6a9ade3937627e6536d28d4504 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 18 Jul 2026 13:08:40 +0200 Subject: [PATCH] Add agent onboarding files --- .github/copilot-instructions.md | 1 + AGENTS.md | 19 +++++++++++++++++++ CLAUDE.md | 1 + 3 files changed, 21 insertions(+) create mode 100644 .github/copilot-instructions.md create mode 100644 AGENTS.md create mode 100644 CLAUDE.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000..3884664 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1 @@ +Follow the instructions in [AGENTS.md](../AGENTS.md). diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..0cfc773 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,19 @@ +# Agents + +This repository contains the [Confluence](https://psmodule.io/Confluence/) PowerShell module. + +## Start here + +1. Read this file, then [README.md](README.md) for the module scope and usage. +2. Read the [PSModule documentation](https://psmodule.io/docs) for framework standards and naming conventions. +3. Read the [MSX documentation](https://msxorg.github.io/docs) for organization-level principles and ways of working. + +## Working in this repository + +- Module source lives under `src/`; tests live under `tests/`; examples live under `examples/`. +- Keep command behavior aligned with the module's published docs and examples. +- Prefer extending existing module patterns over introducing one-off conventions. + +## The rule + +This file points; it never defines. Standards and process live in canonical documentation and should be referenced, not duplicated here. diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..43c994c --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md