From 94097bc0c9309b1fdcb68128c4ac13ace131f0ba Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Thu, 25 Dec 2025 20:35:35 -0700 Subject: [PATCH] docs: update add-new-service command with correct line refs and step numbers --- .claude/commands/add-new-service.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.claude/commands/add-new-service.md b/.claude/commands/add-new-service.md index 333c322..e8aeef5 100644 --- a/.claude/commands/add-new-service.md +++ b/.claude/commands/add-new-service.md @@ -354,7 +354,7 @@ EMAIL_VARS=( ) ``` -### 4.3 SERVICES_NEEDING_HASH Array (~line 520) +### 4.3 SERVICES_NEEDING_HASH Array (~line 554) **CRITICAL for Basic Auth:** Add service to generate bcrypt hash: @@ -605,19 +605,21 @@ Add service URL (alphabetical order): --- -## STEP 8.5: CHANGELOG.md +## STEP 9: CHANGELOG.md **File:** `CHANGELOG.md` -Add under `## [Unreleased]` → `### Added`: +Add under the current month's `## [Month Year]` → `### Added` section (e.g., `## [December 2025]`): ```markdown - **${SERVICE_NAME_TITLE}** - ``` +If no `### Added` section exists for the current month, create one. + --- -## STEP 10.5: scripts/update_preview.sh (optional) +## STEP 10: scripts/update_preview.sh (optional) **File:** `scripts/update_preview.sh` @@ -631,7 +633,7 @@ fi --- -## STEP 10.6: scripts/apply_update.sh (for complex services) +## STEP 11: scripts/apply_update.sh (for complex services) **File:** `scripts/apply_update.sh`