You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**M1 — Comment Help → MAML (Validated)**
### **Milestone goal**
Deliver the first end-to-end vertical slice of ADR-001:
* Parse **comment-based help** from a PowerShell script/module
* Produce **schema-valid MAML external help XML**
* Prove determinism via tests
* Provide a minimal PowerShell entrypoint cmdlet to run it locally and in CI
### **Milestone acceptance criteria**
* A PowerShell cmdlet can generate MAML from `examples/with-comment-help` into an output folder.
* Output MAML is deterministic (stable ordering, no timestamps).
* MAML validates via XSD validation step (local schema copy).
* CI runs unit + integration tests for this path.
### **Required labels to apply to all M1 issues**
* `adr:001` (or your ADR-001 label)
* `milestone:m1` (or your milestone label pattern)