Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/PowerShell/Standard/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PowerShell standards

These standards apply to all PowerShell files across PSModule repositories. They implement the
engineering principles defined in [Principles](../../Ways-of-Working/Principles.md) — specifically
engineering principles defined in [Principles](https://msxorg.github.io/docs/Ways-of-Working/Principles/) — specifically
*Clean Code*, *Make change easy*, *Shift Left*, and *Build for the modern engineer*.

Each standard states the practice, why it matters to us, and how to apply it.
Expand Down
4 changes: 2 additions & 2 deletions src/docs/Solutions/Infusing-GitHub-with-PowerShell.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Infusing GitHub with PowerShell

*Infuse GitHub with PowerShell* is the [mission](../Ways-of-Working/Goal-Setting.md) of the PSModule organization. GitHub gives mainstream languages — JavaScript, Python, .NET, Go — a rich, built-in developer experience: dependency updates, security scanning, package registries, setup actions, and a first-party API client. PowerShell is a first-class automation language, but on the GitHub platform it is treated as a second-class citizen. This initiative closes that gap.
*Infuse GitHub with PowerShell* is the [mission](https://msxorg.github.io/docs/Ways-of-Working/Goal-Setting/) of the PSModule organization. GitHub gives mainstream languages — JavaScript, Python, .NET, Go — a rich, built-in developer experience: dependency updates, security scanning, package registries, setup actions, and a first-party API client. PowerShell is a first-class automation language, but on the GitHub platform it is treated as a second-class citizen. This initiative closes that gap.

We do it two ways: by **building** the PowerShell-native tooling the ecosystem is missing, and by **advocating** for the platform to support PowerShell where only the vendor can. This page describes the collection we have built and the capabilities we still want to make PowerShell-native.

Expand Down Expand Up @@ -108,4 +108,4 @@ The gaps split into two kinds of work, matching how we operate:
- **Build it.** Where a public API exists, we close the gap ourselves with a module or action: SARIF upload from PSScriptAnalyzer, dependency submission for module manifests, module caching for `Install-PowerShell`, and attestations on published modules.
- **Advocate for it.** Where only the vendor can deliver — a native Dependabot ecosystem, a PowerShell Gallery entry in the Advisory Database, CodeQL support, OIDC trusted publishing, and a first-class package registry — we raise it with GitHub, Microsoft, and the Gallery, and ship a working interim in the meantime.

New parity gaps and concrete bets are tracked as [initiatives](../Ways-of-Working/Goal-Setting.md) under the mission.
New parity gaps and concrete bets are tracked as [initiatives](https://msxorg.github.io/docs/Ways-of-Working/Goal-Setting/) under the mission.
59 changes: 0 additions & 59 deletions src/docs/Ways-of-Working/Commit-Conventions.md

This file was deleted.

114 changes: 0 additions & 114 deletions src/docs/Ways-of-Working/Git-Worktrees.md

This file was deleted.

37 changes: 0 additions & 37 deletions src/docs/Ways-of-Working/Goal-Setting.md

This file was deleted.

Loading