Skip to content

docs: refresh launch artifacts and bump guide versions for v2.1.0#42

Merged
Nathan Schram (nathanschram) merged 8 commits intomainfrom
docs/launch-artifacts-refresh
Mar 15, 2026
Merged

docs: refresh launch artifacts and bump guide versions for v2.1.0#42
Nathan Schram (nathanschram) merged 8 commits intomainfrom
docs/launch-artifacts-refresh

Conversation

@nathanschram
Copy link
Member

@nathanschram Nathan Schram (nathanschram) commented Mar 15, 2026

Summary

  • Rewrite all launch promotion content (Dev.to, HN, Reddit, Twitter, awesome lists, social preview) with tighter drafts ready for posting
  • Rename launch files to singular form, replace INDEX.md with README.md hub
  • Bump last_verified from 2.0.0 to 2.1.0 across all 8 guides and the tutorial
  • Update feature-benefits skill description in AGENTS.md and llms.txt to reflect output types
  • Include 3 previously unpushed commits: feature-benefits trigger phrases fix, CHANGELOG update, v2.1.0 documentation

Test plan

  • CI passes: frontmatter validation, token budgets, llms.txt consistency, banned phrases, spell check, orphan files
  • All llms.txt file references resolve to existing files
  • No broken cross-references between launch docs

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation

    • Bumped guide verifications to v2.1.0, added comprehensive launch materials (Dev.to, Hacker News, Reddit, Twitter) and a launch README; revised social-preview and awesome-list guidance.
    • Added docs-awareness guidance and a read-only docs-freshness report workflow that produces structured findings and actionable command suggestions.
  • New Features

    • Enhanced feature-benefits capability to generate features/benefits sections, "Why [Project]?" content, and feature audit reports.
  • Chores

    • Updated roadmap milestone to Q1 2026 and consolidated changelog entries.
  • Tests

    • Adjusted evaluation expectations for several command checks.

…iew fixes, launch artifacts

✅ Per-project activation system complete
   - docs-freshness agent: read-only freshness checks for advisory
   - docs-awareness rule: documentation trigger map
   - doc-standards rule: quality standards (installed per-project via /pitchdocs:activate)
   - Optional content-filter-guard.sh hook for strict mode

🔧 Plugin review fixes documented
   - Version sync (SKILL.md frontmatter, plugin.json, RESULTS.md)
   - Stale references (doc-refresh ai-context delegation, CLAUDE.md counts)
   - Hook exit codes (content-filter-guard uses exit 0 for clean block)
   - Command dimension counts (docs-verify lists 6 dimensions)
   - Circular reference fixes (TTHW targets table added)
   - llms.txt orphan cleanup (skill links, command count)

🚀 Launch artifacts ready for review
   - INDEX.md: Central launch coordination checklist
   - devto-article.md: Long-form narrative with problem-solution framing
   - hackernews-post.md: Technical-depth Show HN submission
   - reddit-posts.md: 3 subreddit variants (r/programming, r/webdev, r/opensource)
   - twitter-thread.md: 5-tweet narrative thread
   - awesome-list-submissions.md: 6 relevant lists with submission strategy
   - social-preview-guide.md: GitHub social preview image specs

📚 Documentation updates
   - CHANGELOG.md: Enhanced [Unreleased] section with all fixes, additions, removals
   - ROADMAP.md: v2.1 marked complete, v2.2 focus documented (API reference, upstream specs)
   - llms.txt: Added Launch Artifacts section, fixed duplicate line, corrected command count

✨ Skill count: 15 (removed out-of-scope skill-authoring)
   Commands: 16 active + stub redirects (ai-context, context-guard → ContextDocs)

Closes #40, #36, #37, #12, #41
- Cleared stale pre-release entries from [Unreleased]
- Added 7 post-release commits: plugin review fixes, skill-authoring removal, GitHub Actions security
- Reorganized into Fixed, Removed, and Security categories
- Used benefit-driven language per changelog standards

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Updated feature-benefits skill description to include explicit trigger phrases:
- 'features and benefits section'
- 'why should someone use this project?'

This improves natural language activation reliability. Also synced evaluation
test expectations to mark changelog and launch commands as non-deterministic.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Rewrite all launch promotion content (Dev.to article, HN post, Reddit
templates, Twitter thread, awesome list submission, social preview guide).
Rename files to singular form, replace INDEX.md with README.md hub,
and trim content to tighter drafts ready for posting.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Expand the feature-benefits skill description to mention concrete
output types (features/benefits sections, "Why [Project]?" content,
feature audit reports) and clarify the extraction workflow.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Mar 15, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f53186d4-9e33-4685-bcf1-694215c578d4

📥 Commits

Reviewing files that changed from the base of the PR and between e787731 and 36e208f.

📒 Files selected for processing (1)
  • README.md

📝 Walkthrough

Walkthrough

Adds a read-only documentation freshness agent and docs-awareness rules, extensive launch and marketing materials, synchronized docs metadata, updated feature-benefits descriptions, and small test config adjustments. Changes are documentation, metadata, and test updates; no runtime public API modifications.

Changes

Cohort / File(s) Summary
New Agent & Rule Definitions
\.claude/agents/docs-freshness.md, \.claude/rules/docs-awareness.md
Adds a read-only docs-freshness agent (detects staleness, version alignment, changelog coverage, structural coverage, produces a structured report and maps findings to concrete /pitchdocs:* suggestions) and a docs-awareness trigger-to-command rule set.
Documentation Metadata Version Updates
docs/guides/command-reference.md, docs/guides/concepts.md, docs/guides/customising-output.md, docs/guides/getting-started.md, docs/guides/other-ai-tools.md, docs/guides/troubleshooting.md, docs/guides/untether-integration.md, docs/guides/workflows.md, docs/tutorials/build-your-first-docs-suite.md
Bumped last_verified metadata from 2.0.0 to 2.1.0 across multiple guides and a tutorial; no content or behavioral changes.
Launch Artifacts & Marketing Materials
docs/launch/README.md, docs/launch/devto-article.md, docs/launch/hackernews-post.md, docs/launch/reddit-post.md, docs/launch/twitter-thread.md, docs/launch/social-preview-guide.md
Adds a launch coordination README and substantially rewrites marketing templates and social-preview guidance (content, tone, structure, and condensed/spec→guide transitions).
Launch Submission Templates
docs/launch/awesome-list-submission.md, docs/launch/awesome-list-submissions.md
Introduces a templated, placeholder-driven awesome-list submission guide and removes the legacy detailed awesome-list-submissions.md.
Feature-Benefits & Top-Level Docs
\.claude/skills/feature-benefits/SKILL.md, AGENTS.md, llms.txt
Expands feature-benefits description to include feature/benefit generation, "Why [Project]?" content, and feature audits; updates AGENTS.md and llms.txt to reflect skill and launch artifacts changes.
Roadmap, Changelog & Tests
ROADMAP.md, CHANGELOG.md, tests/evaluations.json
Reframes roadmap milestones/metrics, consolidates changelog Unreleased entries, and adjusts test evaluation expectations/flags for several commands.
Other Minor
README.md
Swapped Outlook Assistant logo reference from .svg to .png.
sequenceDiagram
  participant User
  participant DocsAgent as DocsFreshnessAgent
  participant Git as GitRepo
  participant Manifest as ManifestFiles
  participant Docs as DocumentationFiles
  participant Reporter as FreshnessReport

  User->>DocsAgent: Trigger (docs-awareness moment / query / pre-release)
  DocsAgent->>Git: Inspect git tags, commits, file timestamps
  DocsAgent->>Manifest: Locate/parse manifests (package.json, pyproject.toml, ...)
  DocsAgent->>Docs: Search README, CHANGELOG, llms.txt, docs/ structure
  DocsAgent->>Git: Compare tags vs CHANGELOG entries
  DocsAgent->>Docs: Check versions, last README change, structural coverage
  DocsAgent->>Reporter: Produce structured Stale / Missing / Fresh report + /pitchdocs:* suggestions
  Reporter->>User: Present read-only findings and concrete command suggestions
Loading

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~22 minutes

Poem

🐇✨
I hopped through README, changelog, and tree,
Sniffed versions and tags, found what could be,
I left you a map — suggestions, not hands,
Ready for launch across faraway lands,
A rabbit-approved docs-refresh dance!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main changes: refreshing launch artifacts and bumping documentation guide versions for v2.1.0, which aligns with the primary objectives of the PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs/launch-artifacts-refresh
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 5

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/launch/awesome-list-submission.md`:
- Around line 11-13: Change the two US-spelled words to UK spelling in
docs/launch/awesome-list-submission.md: replace "README generation and
optimization" (near the "awesome-readme" entry) with "README generation and
optimisation" and update "Template PR Body (Customize per List)" to "Template PR
Body (Customise per List)"; ensure both occurrences are edited so the docs
linter passes.

In `@docs/launch/README.md`:
- Line 11: Replace all US English occurrences of "customize" and "customizable"
(including capitalised forms "Customize" and "Customizable") with Australian
English "customise" and "customisable" across the README content (e.g., the line
currently reading "Status: Ready to customize tags before publishing" and the
other flagged occurrences). Ensure you update all case variations and
plural/gerund forms consistently (customize → customise, customizable →
customisable, customizing → customising, customized → customised) so the
document conforms to the Australian English standard.

In `@docs/launch/reddit-post.md`:
- Line 19: Replace the US spelling "optimized" with the UK spelling "optimised"
in the document; specifically update the phrase "GEO-optimized" and the other
occurrence of "optimized" on line 79 to "GEO-optimised" and "optimised"
respectively so the docs lint passes.

In `@docs/launch/social-preview-guide.md`:
- Line 21: The phrase "Upper half, centered or left-aligned" (and the matching
phrases at the other two occurrences) contains spelling/dialect variants that
fail the docs lint; update those three occurrences so they use the project's
preferred dialect and exact spelling (e.g., change centered/centre or
left-aligned/left aligned to the convention used in the repo) by editing the
literal strings "Upper half, centered or left-aligned" and the two corresponding
phrases at the other locations, then re-run the docs lint to confirm the fixes.

In `@ROADMAP.md`:
- Line 90: Update the ROADMAP.md checklist item text to use Australian English
spelling: locate the line containing "Multi-language README support — generate
localized docs for i18n projects" and change "localized" to "localised" so it
reads "generate localised docs for i18n projects"; ensure only the spelling is
altered and formatting/checkbox state remains unchanged.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d968da96-e267-4406-b086-605c223d27af

📥 Commits

Reviewing files that changed from the base of the PR and between 44ab591 and 635b836.

📒 Files selected for processing (25)
  • .claude/agents/docs-freshness.md
  • .claude/rules/docs-awareness.md
  • .claude/skills/feature-benefits/SKILL.md
  • AGENTS.md
  • CHANGELOG.md
  • ROADMAP.md
  • docs/guides/command-reference.md
  • docs/guides/concepts.md
  • docs/guides/customising-output.md
  • docs/guides/getting-started.md
  • docs/guides/other-ai-tools.md
  • docs/guides/troubleshooting.md
  • docs/guides/untether-integration.md
  • docs/guides/workflows.md
  • docs/launch/README.md
  • docs/launch/awesome-list-submission.md
  • docs/launch/awesome-list-submissions.md
  • docs/launch/devto-article.md
  • docs/launch/hackernews-post.md
  • docs/launch/reddit-post.md
  • docs/launch/social-preview-guide.md
  • docs/launch/twitter-thread.md
  • docs/tutorials/build-your-first-docs-suite.md
  • llms.txt
  • tests/evaluations.json
💤 Files with no reviewable changes (1)
  • docs/launch/awesome-list-submissions.md

- Fix 11 American English spellings to Australian English across launch
  docs and ROADMAP (customize→customise, centered→centred, etc.)
- Fix broken relative links in docs/launch/README.md (../CHANGELOG.md
  → ../../CHANGELOG.md to correctly reach repo root)
- Remove 2 ContextDocs file references from llms.txt that only exist
  when ContextDocs is installed locally, not in the tracked repo

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 4

🧹 Nitpick comments (2)
ROADMAP.md (1)

131-131: Consider more specific target version date.

The metrics table shows the plugin version target as "3.0.0 (2026)", but line 88 specifies "v3.0 — Expansion (Q3 2026)". For consistency, consider updating the metrics target to "3.0.0 (Q3 2026)".

📋 Proposed consistency fix
-| Plugin version | 2.1.0 | 3.0.0 (2026) |
+| Plugin version | 2.1.0 | 3.0.0 (Q3 2026) |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@ROADMAP.md` at line 131, The plugin version target in the metrics table ("|
Plugin version | 2.1.0 | 3.0.0 (2026) |") is inconsistent with the roadmap text
("v3.0 — Expansion (Q3 2026)"); update the table cell to read "3.0.0 (Q3 2026)"
so both the table entry and the "v3.0 — Expansion (Q3 2026)" text match exactly.
docs/launch/awesome-list-submission.md (1)

28-28: Avoid hard-coding release metadata inside a reusable template.

latest release v2.1.0, 2026-03-12 will age quickly and make copied submissions inaccurate. Prefer placeholders (e.g., [LATEST_VERSION], [RELEASE_DATE]) in the template body.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/launch/awesome-list-submission.md` at line 28, Replace the hard-coded
release metadata string "latest release v2.1.0, 2026-03-12" in the template with
placeholders so copies don't age; change occurrences of that literal to a
placeholder format such as "[LATEST_VERSION], [RELEASE_DATE]" (or a single
"[LATEST_RELEASE]" if preferred) and update any guidance text to mention that
contributors should fill those placeholders when submitting; ensure the template
line containing the checkbox "[X] Actively maintained (latest release v2.1.0,
2026-03-12)" references the new placeholders instead.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/launch/reddit-post.md`:
- Line 88: Update the posting window text "Post to r/programming first
(Tuesday–Thursday, 2–4 PM EST)" to use "ET" instead of "EST" (e.g., "2–4 PM ET")
or explicitly list both zones (e.g., "2–4 PM EST/EDT") so the time is correct
during daylight saving; locate the string as it appears in the reddit-post
launch copy and replace the timezone token accordingly.

In `@docs/launch/social-preview-guide.md`:
- Line 113: Replace the plain text URL in the "Platform preview" checklist item
so the validator is clickable: change the text "cards-dev.twitter.com/validator"
to a Markdown link that includes the protocol, e.g. [Twitter Card
Validator](https://cards-dev.twitter.com/validator), in the "Platform preview"
line so the checklist is directly actionable.

In `@ROADMAP.md`:
- Around line 9-11: The milestone target "Target: Q1 2026" under the heading "##
🎯 Current Milestone: v2.2 — Command Completeness & Upstream Stability" is
likely unrealistic given the PR date; update that line in ROADMAP.md to a more
appropriate timeframe (e.g., "Target: Q2 2026" or a concrete date like "Target:
2026-06-30") and ensure the chosen target aligns with the listed "In Progress"
items and project timelines.
- Line 16: Update the inaccurate version note in the ROADMAP entry titled
"Resolve upstream spec version drift" by changing the parenthetical "(latest is
v2.1)" to the correct latest version string "(latest is v3.0)" so the line reads
that Contributor Covenant v3.0 is the latest; ensure the adjacent mention of
Contributor Covenant v3.0 remains consistent with the earlier part of the
sentence and keep the issue link and filename references untouched.

---

Nitpick comments:
In `@docs/launch/awesome-list-submission.md`:
- Line 28: Replace the hard-coded release metadata string "latest release
v2.1.0, 2026-03-12" in the template with placeholders so copies don't age;
change occurrences of that literal to a placeholder format such as
"[LATEST_VERSION], [RELEASE_DATE]" (or a single "[LATEST_RELEASE]" if preferred)
and update any guidance text to mention that contributors should fill those
placeholders when submitting; ensure the template line containing the checkbox
"[X] Actively maintained (latest release v2.1.0, 2026-03-12)" references the new
placeholders instead.

In `@ROADMAP.md`:
- Line 131: The plugin version target in the metrics table ("| Plugin version |
2.1.0 | 3.0.0 (2026) |") is inconsistent with the roadmap text ("v3.0 —
Expansion (Q3 2026)"); update the table cell to read "3.0.0 (Q3 2026)" so both
the table entry and the "v3.0 — Expansion (Q3 2026)" text match exactly.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ef9bd898-63f1-40fd-b40b-7e753c9757cc

📥 Commits

Reviewing files that changed from the base of the PR and between 635b836 and e787731.

📒 Files selected for processing (6)
  • ROADMAP.md
  • docs/launch/README.md
  • docs/launch/awesome-list-submission.md
  • docs/launch/reddit-post.md
  • docs/launch/social-preview-guide.md
  • llms.txt
🚧 Files skipped from review as they are similar to previous changes (1)
  • llms.txt

4. **Wait 24 hours**
5. **Post to r/opensource** (if interested in attracting contributors)
**Reddit posting strategy:**
- Post to r/programming first (Tuesday–Thursday, 2–4 PM EST)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Use “ET” instead of “EST” for posting windows.

“2–4 PM EST” is seasonally wrong during daylight saving time. Use “ET” (or specify both EST/EDT) to avoid mis-timed posting.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/launch/reddit-post.md` at line 88, Update the posting window text "Post
to r/programming first (Tuesday–Thursday, 2–4 PM EST)" to use "ET" instead of
"EST" (e.g., "2–4 PM ET") or explicitly list both zones (e.g., "2–4 PM EST/EDT")
so the time is correct during daylight saving; locate the string as it appears
in the reddit-post launch copy and replace the timezone token accordingly.

1. **Thumbnail test:** Resize to 300×150px in your design tool — is it still legible?
2. **Contrast test:** Convert to grayscale — is the hierarchy clear without colour?
3. **Mobile test:** View on phone screen — are text and logo readable?
4. **Platform preview:** Use Twitter Card Validator (cards-dev.twitter.com/validator) to see how it renders
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Make the validator URL clickable.

Use a markdown link (with https://) for the validator URL so the checklist is directly actionable.

Proposed edit
-4. **Platform preview:** Use Twitter Card Validator (cards-dev.twitter.com/validator) to see how it renders
+4. **Platform preview:** Use [Twitter Card Validator](https://cards-dev.twitter.com/validator) to see how it renders
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
4. **Platform preview:** Use Twitter Card Validator (cards-dev.twitter.com/validator) to see how it renders
4. **Platform preview:** Use [Twitter Card Validator](https://cards-dev.twitter.com/validator) to see how it renders
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/launch/social-preview-guide.md` at line 113, Replace the plain text URL
in the "Platform preview" checklist item so the validator is clickable: change
the text "cards-dev.twitter.com/validator" to a Markdown link that includes the
protocol, e.g. [Twitter Card
Validator](https://cards-dev.twitter.com/validator), in the "Platform preview"
line so the checklist is directly actionable.

Comment on lines +9 to +11
## 🎯 Current Milestone: v2.2 — Command Completeness & Upstream Stability

### Context Token Optimisation
Target: Q1 2026
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Verify Q1 2026 target is realistic.

The target date "Q1 2026" for v2.2 ends on March 31, 2026, which is only ~16 days from the PR creation date (March 15, 2026). Given the "In Progress" items below include feature implementation, eval tests, and upstream spec updates, this timeline may be too tight.

Consider updating to "Q2 2026" or a specific date if the Q1 target is no longer realistic.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@ROADMAP.md` around lines 9 - 11, The milestone target "Target: Q1 2026" under
the heading "## 🎯 Current Milestone: v2.2 — Command Completeness & Upstream
Stability" is likely unrealistic given the PR date; update that line in
ROADMAP.md to a more appropriate timeframe (e.g., "Target: Q2 2026" or a
concrete date like "Target: 2026-06-30") and ensure the chosen target aligns
with the listed "In Progress" items and project timelines.

- **Auto-loaded rules overspend** ([#36](https://github.com/littlebearapps/pitchdocs/issues/36)) — ✅ Resolved in v2.0.0: moved `doc-standards.md` and `docs-awareness.md` to per-project installable rules via `/pitchdocs:activate`. Only `content-filter.md` remains auto-loaded (~500 tokens)
- **Skills exceed individual budgets** ([#37](https://github.com/littlebearapps/pitchdocs/issues/37)) — ✅ Partially resolved: 4 of 6 skills split into companion reference files (`docs-verify`, `package-registry`, `pitchdocs-suite`, `user-guides`). Remaining 2 (`doc-refresh` ~2,453, `launch-artifacts` ~2,286) accepted as near-budget
- **Add `/pitchdocs:api-reference` command** ([#41](https://github.com/littlebearapps/pitchdocs/issues/41)) — Direct slash command for TypeDoc, Sphinx, godoc, and rustdoc integration. Currently unreachable through primary `/pitchdocs:*` pattern. Needs command definition, 1–2 eval test cases, and skill cross-references to `user-guides` and `platform-profiles`
- **Resolve upstream spec version drift** ([#12](https://github.com/littlebearapps/pitchdocs/issues/12)) — Contributor Covenant v3.0 detected in monthly check (latest is v2.1). Update `upstream-versions.json` and refresh skill content
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🌐 Web query:

What is the latest version of Contributor Covenant?

💡 Result:

The latest version of the Contributor Covenant is Contributor Covenant 3.0 (released July 28, 2025). [1], [2]

Citation(s): [1] [2]


Update incorrect Contributor Covenant version reference.

The statement "(latest is v2.1)" is outdated. The latest version of Contributor Covenant is v3.0 (released July 28, 2025). Update this line to reflect the correct version.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@ROADMAP.md` at line 16, Update the inaccurate version note in the ROADMAP
entry titled "Resolve upstream spec version drift" by changing the parenthetical
"(latest is v2.1)" to the correct latest version string "(latest is v3.0)" so
the line reads that Contributor Covenant v3.0 is the latest; ensure the adjacent
mention of Contributor Covenant v3.0 remains consistent with the earlier part of
the sentence and keep the issue link and filename references untouched.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@nathanschram Nathan Schram (nathanschram) merged commit eed52d4 into main Mar 15, 2026
10 checks passed
@nathanschram Nathan Schram (nathanschram) deleted the docs/launch-artifacts-refresh branch March 15, 2026 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant