Skip to content

Commit ed301da

Browse files
Fix PR 61 terminology formatting
1 parent e5ff96a commit ed301da

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

readme-eval-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- **Has `## Contributing` (remove; ship `CONTRIBUTING.md`):** 55 (all 55).
2424
- **Has `## Capabilities`:** 0 — good, none; `## Usage` just needs adding, no rename on the PRs.
2525
- **Uses `Install-Module` (-> `Install-PSResource`):** 5 — Admin, AzureDevOps, DynamicParams, ElvUI, PSSemVer.
26-
- **Ships `<CommandName>` placeholder:** 17 — Ast, AzureDevOps, Base64, Dns, Fonts, Json, Jwt, Lua, Markdown, MemoryMappedFile, Net, Object, PowerShellGallery, PublicIP, Retry, Uri, Utilities.
26+
- **Ships `<CommandName>` placeholder:** 17 — Ast, AzureDevOps, base64, Dns, Fonts, Json, Jwt, Lua, Markdown, MemoryMappedFile, Net, Object, PowerShellGallery, PublicIP, Retry, Uri, Utilities.
2727
- **Unfilled `{{ NAME }}`/`{{ DESCRIPTION }}`:** 0 — good, all filled.
2828
- **Wrongly marked placeholder (real commands):** Hcl, Toml.
2929
- **Needs over-deleted content RESTORED:** 23 (see review log for specifics).

readme-rollout-review.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ separate MSXOrg PR.
6363
needs 1–3 real examples using its actual commands (proposed per repo below). Use the heading
6464
`## Usage` (not `Capabilities`). Not applicable to the 20 genuine placeholders.
6565
- **U2 — Fix the copy/paste-hostile help line.** Replace `Get-Help <CommandName> -Examples` /
66-
`'CommandName'` with a real exported command. Affected: **Ast, Base64, Dns,
66+
`'CommandName'` with a real exported command. Affected: **Ast, base64, Dns,
6767
Fonts, Json, Jwt, Lua, Markdown, MemoryMappedFile, Net, Object, PowerShellGallery, PublicIP,
6868
Retry, Uri, Utilities**. (AzureDevOps skipped — see below.)
6969
- **U3 — `Install-Module``Install-PSResource`.** Standard mandates PSResourceGet. Affected:
@@ -129,12 +129,12 @@ previously had real usage docs. They must become implemented landing pages.
129129
Terraform locals, parse `.tfvars`, convert object→HCL).
130130
- **Action:** replace the placeholder notice with the implemented shape.
131131
- **RESTORE / CAPABILITIES:** showcase parsing a Terraform `locals` block and `ConvertTo-Hcl`.
132-
- DESC ok ("for working with HCL language").
132+
- DESC OK ("for working with HCL language").
133133
- **Toml #10** — cmd `ConvertFrom-Toml` (real; note: no `ConvertTo-Toml` yet).
134134
- **Action:** replace placeholder with landing page; CAPABILITIES: `ConvertFrom-Toml` example.
135135
If a `ConvertTo-Toml` is planned, the "in-progress" wording is acceptable, but there is a
136136
working command today, so prefer the implemented shape.
137-
- DESC ok.
137+
- DESC OK.
138138

139139
### Category C — Landing pages that over-deleted unique content — restore (23)
140140

@@ -259,7 +259,7 @@ modules already match the `Hashtable` shape, so re-review surfaced no README cha
259259
code-level follow-ups (tracked as issues, not part of the README PRs):
260260

261261
- **Data modules already conforming** (`ConvertTo`/`ConvertFrom` + `Format`/`Import`/`Export`):
262-
Hashtable (reference), Base64, Lua, Hcl, Sodium, Uri, CasingStyle, TimeSpan (`Format-TimeSpan`),
262+
Hashtable (reference), base64, Lua, Hcl, Sodium, Uri, CasingStyle, TimeSpan (`Format-TimeSpan`),
263263
PSSemVer (`ConvertTo-PSSemVer`). `Json` intentionally omits `ConvertFrom/To-Json` (PowerShell
264264
built-ins cover it) and adds `Import`/`Export`/`Format-Json` — acceptable.
265265
- **Gaps (→ issue, code change, out of README scope):** `Toml` ships only `ConvertFrom-Toml` (no
@@ -289,7 +289,7 @@ None are missing. Flagged as "not in line with intent":
289289
placeholders Anthropic, Bluesky, Claude, Context7, CurseForge, DeepSeek, Discord, Domeneshop,
290290
Gemini, GraphQL, LinkedIn, OpenAI, Twitch). Acceptable if you intend them as "purpose" text;
291291
flagging so you're aware they overstate current state.
292-
- **Minor wording only:** Tls ("A module…" — not "A PowerShell module…"), Uri ("powershell"
292+
- **Minor wording only:** Tls ("A module…" — not "A PowerShell module…"), Uri ("PowerShell"
293293
lowercase), Bluesky ("BlueSky" casing), GraphQL ("a GraphQL APIs"), Net/Object/Dns
294294
(description broader than the single implemented command).
295295

0 commit comments

Comments
 (0)