Everything is a work in progress and can be improved. If you find a problem or improvement, fix if small; otherwise open an issue.
README.md— what this repository is and its purpose as a template.CONTRIBUTING.md— how to contribute to this repository.
Regarding repo structure, module source code and how the Process-PSModule workflow works. For PSModule-specific build, layout, and process guidance:
- Template quickstart — how to create a new module from this template.
- Repository defaults — the expected repository layout and required files.
- Module anatomy — source layout and framework conventions.
- Build, test, pack, publish — the CI/CD pipeline.
- Standards — PowerShell module coding standards.
- PSModule/memory — durable cross-session agent working memory for the PSModule organization.
For cross-cutting ways of working and standards:
- Agentic Development — how agents and humans collaborate in this ecosystem.
- Ways of Working — contribution workflow, branching, PRs, issues.
- Coding Standards — language-level conventions.
- MSXOrg/memory — durable agent working memory: gotchas, knowledge, and agent role notes.