Commit d08fcad
📖 [Docs]: Module repository page becomes the Repository Standard aligned with MSX (#96)
The PSModule module-repository page is now the organization's
**Repository Standard**. It states plainly that it applies to the
PSModule organization and is the standard for PowerShell module
repositories, and that it operates at the same altitude as the MSX
Enterprise Repository Standard: MSX sets the enterprise-wide default,
and this standard adds to and adjusts that default for PowerShell module
repositories. This builds on #101, which already reshaped the
required-file baseline to match how PSModule repositories actually work;
this PR completes the rename to `Repository-Standard.md`, adds the
explicit MSX-altitude framing, and refines a few file descriptions.
## Changed: The page is now the Repository Standard
The page previously titled "PowerShell module repository defaults" is
now "Repository Standard". Its scope and intro say it is the PSModule
organization's standard for PowerShell module repositories, and a new
layering statement links to the [MSX Enterprise Repository
Standard](https://msxorg.github.io/docs/Ways-of-Working/Repository-Standard/)
so readers know which rules are inherited from MSX and which this
standard adds or overrides. The file was renamed from
`Repository-Defaults.md` to `Repository-Standard.md`, and every
navigation entry and cross-page link now points to the new page.
## Changed: Clearer file descriptions
The descriptions for `.github/dependabot.yml` (both tables),
`.github/pull_request_template.md`, `.gitattributes`, and `.gitignore`
are reworded to explain what each file does for a PowerShell module
repository, and the "linters and release automation read
repository-local files" line is softened to apply only when the module
uses those linters or generates releases. The required-file baseline
itself — MSX-aligned, without `.github/copilot-instructions.md`,
`.github/release.yml`, or the linter files — already landed via #101;
`AGENTS.md`, `CLAUDE.md`, and `.github/PSModule.yml` remain required.
---
<details>
<summary>Technical details</summary>
- Renamed `src/docs/Modules/Repository-Defaults.md` →
`src/docs/Modules/Repository-Standard.md` with `git mv` (rename
preserved, history intact).
- Updated references in `src/zensical.toml` (nav label + path),
`src/docs/Modules/index.md`, `src/docs/Modules/Module-Types.md`, and
`src/docs/Modules/Process-PSModule/module-build-validation.md`.
- Rewrote the H1, scope, and added the altitude/layering statement;
reconciled the prior "initiative implementation" framing with the
MSX-altitude framing.
- Merged `origin/main` (bringing in #101). Two content conflicts in the
layout and required-files tables were resolved by keeping #101's
corrected `Process-PSModule.yml` caller-workflow row,
`.github/release.yml`, and `.github/linters/` rows in the descriptive
layout table, and keeping this PR's more detailed `dependabot` rewording
in both tables. No conflict markers remain; the required-files baseline
matches #101.
- Delivered as three micro-commits plus one merge commit (no
conventional-commit prefixes, Copilot App co-author trailer).
| Changed surface | Standards checked | Framework docs checked | Result
|
| --- | --- | --- | --- |
| `src/docs/Modules/**` (docs) | MSX Repository Standard, PR Format |
PSModule module docs | Aligned |
| `src/zensical.toml` (nav) | Documentation Model | Zensical nav |
Aligned |
- Validation: `zensical build --clean` → "No issues found"; markdownlint
(repo config) → clean.
</details>
<details>
<summary>Relevant issues (or links)</summary>
- Fixes #95
</details>
---------
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent abc50b3 commit d08fcad
5 files changed
Lines changed: 22 additions & 23 deletions
File tree
- src
- docs/Modules
- Process-PSModule
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
Lines changed: 17 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
10 | 12 | | |
11 | | - | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | | - | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | | - | |
| 93 | + | |
92 | 94 | | |
93 | | - | |
94 | | - | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
135 | | - | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
152 | | - | |
| 154 | + | |
153 | 155 | | |
154 | | - | |
155 | | - | |
| 156 | + | |
156 | 157 | | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
| 158 | + | |
| 159 | + | |
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments