Commit 52f3244
📖 [Docs]: Process-PSModule runtime settings contract documentation updated (#56)
Process-PSModule documentation now describes the current internal
runtime settings contract in evergreen terms while keeping
`.github/PSModule.yml` as the user-facing configuration source.
## Changed: Pipeline stages runtime contract documentation
- Clarified that Plan enriches `.github/PSModule.yml` into an internal
runtime `Settings` object shared between jobs.
- Documented the current phase-owned execution flags, test suite matrix
locations, and publish resolution paths as the active contract.
## Changed: Runtime settings reference style
- Replaced comparison-oriented wording with definitive runtime path
documentation (`Settings.*`) and behavior-focused descriptions.
- Kept version stamping and release-decision references aligned with
`Settings.Publish.Module.Resolution.*`.
## Changed: Usage behavior wording
- Updated the important-file behavior section to state the current
runtime values declaratively.
## Technical Details
- Files updated:
- `src/docs/Frameworks/Process-PSModule/pipeline-stages.md`
- `src/docs/Frameworks/Process-PSModule/usage.md`
- `src/docs/Frameworks/Process-PSModule/configuration.md`
- Change is documentation-only and aligned with the current
Process-PSModule runtime contract.
<details>
<summary>Related links</summary>
- Upstream runtime contract context:
PSModule/Process-PSModule#402
</details>
---------
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 6348490 commit 52f3244
3 files changed
Lines changed: 37 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
| |||
Lines changed: 31 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
20 | 48 | | |
21 | 49 | | |
22 | 50 | | |
| |||
26 | 54 | | |
27 | 55 | | |
28 | 56 | | |
29 | | - | |
| 57 | + | |
30 | 58 | | |
31 | 59 | | |
32 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
0 commit comments