Skip to content

Commit 0326fd5

Browse files
πŸ“– [Docs]: Remove Ways of Working (now maintained in MSXOrg/docs)
The Ways of Working section moved to the organization-wide docs site (MSXOrg/docs), which is now the authoritative, generalized, and expanded source. Removing the near-verbatim copies here avoids drift. Kept framework-specific content (PowerShell modules/scripts/DSC/function apps, Solutions) and the more detailed coding standards, which are not yet mirrored in MSXOrg.
1 parent 6c93677 commit 0326fd5

18 files changed

Lines changed: 4 additions & 1985 deletions

β€Žsrc/docs/PowerShell/Standard/index.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PowerShell standards
22

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

77
Each standard states the practice, why it matters to us, and how to apply it.

β€Žsrc/docs/Solutions/Infusing-GitHub-with-PowerShell.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Infusing GitHub with PowerShell
22

3-
*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.
3+
*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.
44

55
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.
66

@@ -108,4 +108,4 @@ The gaps split into two kinds of work, matching how we operate:
108108
- **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.
109109
- **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.
110110

111-
New parity gaps and concrete bets are tracked as [initiatives](../Ways-of-Working/Goal-Setting.md) under the mission.
111+
New parity gaps and concrete bets are tracked as [initiatives](https://msxorg.github.io/docs/Ways-of-Working/Goal-Setting/) under the mission.

β€Žsrc/docs/Ways-of-Working/Commit-Conventions.mdβ€Ž

Lines changed: 0 additions & 59 deletions
This file was deleted.

β€Žsrc/docs/Ways-of-Working/Git-Worktrees.mdβ€Ž

Lines changed: 0 additions & 114 deletions
This file was deleted.

β€Žsrc/docs/Ways-of-Working/Goal-Setting.mdβ€Ž

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
Β (0)