File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,15 +36,11 @@ The goal is a stable repository anatomy so both humans and automation know exact
3636│ │ └── .textlintrc # Text lint rules surfaced in Build Docs summaries
3737│ ├── workflows/ # Entry points for the reusable workflow
3838│ │ └── Process-PSModule.yml # Consumer hook into this workflow bundle
39- │ ├── CODE_OF_CONDUCT.md # Community participation rules
4039│ ├── CODEOWNERS # Default reviewers enforced by Process-PSModule checks
4140│ ├── CONTRIBUTING.md # Repository-local contribution workflow
4241│ ├── copilot-instructions.md # Copilot route to AGENTS.md
4342│ ├── dependabot.yml # Dependency update cadence handled by GitHub
4443│ ├── PSModule.yml # Settings parsed to drive matrices
45- │ ├── release.yml # Release automation template invoked on publish
46- │ ├── SECURITY.md # Private vulnerability reporting policy
47- │ ├── SUPPORT.md # Support channels and issue routing
4844│ └── zensical.toml # Site config consumed during site builds
4945├── examples/ # Samples referenced in generated documentation
5046│ └── General.ps1 # Example script ingested by Document-PSModule
You can’t perform that action at this time.
0 commit comments