Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Follow the instructions in [AGENTS.md](../AGENTS.md).
19 changes: 19 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AGENTS.md
Loading