Skip to content

Commit 0e1d695

Browse files
Add agent onboarding files
1 parent 025d6a2 commit 0e1d695

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 [Process-PSModule](https://msxorg.github.io/docs/Frameworks/Process-PSModule/), the PSModule automation workflow framework.
4+
5+
## Start here
6+
7+
1. Read this file, then [README.md](README.md) for repository purpose and scope.
8+
2. Read the [PSModule documentation](https://psmodule.io/docs) for framework-level standards.
9+
3. Read the [MSX documentation](https://msxorg.github.io/docs) for organization-level principles and guidance.
10+
11+
## Working in this repository
12+
13+
- Keep guidance and examples consistent with the documented framework behavior.
14+
- Prefer explicit, deterministic automation patterns in CI/CD changes.
15+
- Treat tests and sample repositories under `tests/` as contract coverage for workflow behavior.
16+
17+
## The rule
18+
19+
This file points; it never defines. Standards and process belong to canonical docs and should be linked, not restated.

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)