Skip to content

Commit aa2021f

Browse files
committed
docs: enforce current date for changelog entries in update-wiki skill
1 parent 75eeb55 commit aa2021f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.opencode/skills/update-wiki/SKILL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ This skill defines the mandatory workflow for creating a new "Spoke" page in the
4646

4747
### 3. Linking phase
4848
- **Hub Link**: Identify the parent Hub page (e.g., `[[Architecture]]`, `[[Shell-Commands]]`) and add a link to the new page.
49+
- **Changelog Update**: Append a new entry to `.wiki/Changelog.md`.
50+
- **CRITICAL**: Use the **current date** (YYYY-MM-DD). If the date has changed, create a new `## YYYY-MM-DD` header at the top of the list.
51+
- Follow the format: `- **[Action] [Page Name]** — [Short description of work].`
4952
- **Index Update**: Add or update rows in **all four tables** in `.wiki/index.md`.
5053
1. **Pages Table**: Add the new page in alphabetical order.
5154
2. **Concepts → Pages**: **MANDATORY**: Add a row for the **Page Name** itself. If the concept already exists (e.g., pointing to `[[Glossary]]`), **UPDATE** it to point to your new Spoke page. Also add any discovered **Technical Terms**.

0 commit comments

Comments
 (0)