Skip to content

docs: switch changelog skill to markdown sections#28

Open
jcllobet wants to merge 1 commit intomainfrom
task/changelog-markdown-sections
Open

docs: switch changelog skill to markdown sections#28
jcllobet wants to merge 1 commit intomainfrom
task/changelog-markdown-sections

Conversation

@jcllobet
Copy link
Copy Markdown
Contributor

@jcllobet jcllobet commented Apr 4, 2026

Summary

  • update .opencode/skills/changelog-release-tracker/SKILL.md so it generates per-release markdown sections instead of a markdown table
  • define the exact section shape for each release entry, including booleans, counts, user-facing bullets, and blank publication fields
  • require the tracker file to stay sorted oldest to newest so new releases append naturally

Validation

  • git diff --check
  • python3 -c \"from pathlib import Path; text=Path('.opencode/skills/changelog-release-tracker/SKILL.md').read_text(); assert 'markdown sections, not a table' in text; assert '## vX.Y.Z' in text; assert 'oldest to newest' in text; print('validated Factory changelog skill format')\"

Notes

  • Factory-only skill update
  • the OpenWork tracker content is updated in the separate OpenWork PR

Generate per-release markdown entries instead of a table so the OpenWork tracker stays easier to read and append over time.
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