Skip to content

Commit bda14d5

Browse files
Add agent onboarding files
1 parent f92c039 commit bda14d5

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Follow the instructions in [AGENTS.md](../AGENTS.md).

AGENTS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Agents
2+
3+
This repository contains the [Confluence](https://psmodule.io/Confluence/) PowerShell module.
4+
5+
## Start here
6+
7+
1. Read this file, then [README.md](README.md) for the module scope and usage.
8+
2. Read the [PSModule documentation](https://psmodule.io/docs) for framework standards and naming conventions.
9+
3. Read the [MSX documentation](https://msxorg.github.io/docs) for organization-level principles and ways of working.
10+
11+
## Working in this repository
12+
13+
- Module source lives under `src/`; tests live under `tests/`; examples live under `examples/`.
14+
- Keep command behavior aligned with the module's published docs and examples.
15+
- Prefer extending existing module patterns over introducing one-off conventions.
16+
17+
## The rule
18+
19+
This file points; it never defines. Standards and process live in canonical documentation and should be referenced, not duplicated here.

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@AGENTS.md

0 commit comments

Comments
 (0)