From 3df9257d3fe0d7f89ecd351bf4bc3ba4b8f1fd32 Mon Sep 17 00:00:00 2001 From: fOuttaMyPaint Date: Sat, 25 Apr 2026 12:13:43 -0400 Subject: [PATCH] chore: backfill stale doc references and adopt **Version:** convention The release-doc-sync action now auto-maintains CHANGELOG.md and ROADMAP.md on each release. CLAUDE.md previously used hardcoded (v1.0.0) strings that release-doc-sync could not update. Three changes: 1. CHANGELOG.md gap acknowledgment for versions 1.0.1 through 1.2.x 2. CLAUDE.md hardcoded version references updated to current (v1.3.1) 3. CLAUDE.md adopts **Version:** convention so release-doc-sync maintains it going forward standards-version marker preserved. Documentation only. Refs TMHSDigital/Developer-Tools-Directory#5. Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com Made-with: Cursor --- CHANGELOG.md | 11 +++++++++++ CLAUDE.md | 8 ++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3edce31..bed2b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ See [release notes](https://github.com/TMHSDigital/Steam-Cursor-Plugin/releases/ See [release notes](https://github.com/TMHSDigital/Steam-Cursor-Plugin/releases/tag/v1.3.0) for details. +## [Versions 1.0.1 through 1.2.x] - prior to 2026-04-25 + +Multiple releases shipped between v1.0.0 and v1.3.0 without CHANGELOG +entries due to release-doc-sync automation not yet existing. See +[GitHub releases](https://github.com/TMHSDigital/Steam-Cursor-Plugin/releases) +for the complete release history. + +Going forward, release-doc-sync@v1.0 from +[TMHSDigital/Developer-Tools-Directory](https://github.com/TMHSDigital/Developer-Tools-Directory) +automatically maintains this file on each auto-release. + ## [1.0.0] - 2026-03-29 ### Added diff --git a/CLAUDE.md b/CLAUDE.md index 7a4ca33..e19d99b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,11 +6,15 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Project Overview -**Steam Developer Tools** is a Cursor IDE plugin (v1.0.0) that integrates Steam and Steamworks APIs for game developers, modders, and power users. It provides AI-assisted workflows for querying Steam store data, managing Steamworks configurations, building multiplayer networking, implementing cloud saves, leaderboards, input, inventory/economy, social features, looking up API docs, fetching player statistics, integrating Workshop UGC, designing achievements, looking up player profiles, comparing games, analyzing reviews, researching pricing, evaluating market fit, estimating wishlists, automating builds, validating release readiness, scripting steamcmd, managing communities, optimizing store pages, planning pricing strategy, configuring DLC, setting up playtests, creating bug report workflows, integrating anti-cheat, providing a testing sandbox, and guiding platform migration. +**Steam Developer Tools** is a Cursor IDE plugin that integrates Steam and Steamworks APIs for game developers, modders, and power users. It provides AI-assisted workflows for querying Steam store data, managing Steamworks configurations, building multiplayer networking, implementing cloud saves, leaderboards, input, inventory/economy, social features, looking up API docs, fetching player statistics, integrating Workshop UGC, designing achievements, looking up player profiles, comparing games, analyzing reviews, researching pricing, evaluating market fit, estimating wishlists, automating builds, validating release readiness, scripting steamcmd, managing communities, optimizing store pages, planning pricing strategy, configuring DLC, setting up playtests, creating bug report workflows, integrating anti-cheat, providing a testing sandbox, and guiding platform migration. This plugin uses Markdown skill files and MDC rule files for AI guidance, paired with the companion [Steam MCP Server](https://github.com/TMHSDigital/steam-mcp) (separate repo) which provides 25 API tools (18 read-only + 7 write/guidance) for live data access. No build system, no npm, no compiled code in this repo. -The project is on a themed release roadmap toward v1.0.0 (see `ROADMAP.md`). The current release is v1.0.0 "Stable" — the production release. 30 skills, 9 rules, 25 MCP tools. +The project shipped v1.0.0 "Stable" as the production milestone (see `ROADMAP.md`). 30 skills, 9 rules, 25 MCP tools. + +**Version:** 1.3.1 +**License:** CC-BY-NC-ND-4.0 +**Author:** TMHSDigital ## Plugin Architecture