changelog — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited changelog (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You have been invoked to manage the project changelog. This is a strategic memory system, not a tool log.
./CHANGELOG.mdapps/<app-name>/CHANGELOG.mdpackages/<pkg-name>/CHANGELOG.md ## [DATE] - [BRIEF SESSION SUMMARY]
### Direction & Vision
- [Strategic shifts, even without code]
### Changes
- **[Description]** — `[files]` ([context])
### Insights
- [★ Insight blocks or learnings]
### Technical Notes
- [Platform quirks, decisions]
### Pending
- [ ] [Incomplete items]If no CHANGELOG.md exists, bootstrap from session history:
The project path determines the sessions folder. Convert the project path to the folder name:
/path/to/your/project~/.claude/projects/-path-to-your-project/Read the sessions-index.json file in that folder.
The index contains entries like:
{
"sessionId": "abc123",
"summary": "Human-readable session summary",
"firstPrompt": "What user first asked",
"created": "2026-01-14T20:59:20.530Z",
"gitBranch": "feat/some-feature",
"messageCount": 10
}CRITICAL: Only use the `summary` field - these are factual, already generated. DO NOT invent, deduce, or hallucinate additional details.
Group sessions by date and create entries:
## Historical Sessions (from Claude Code session logs)
> Note: These entries are auto-generated from session summaries.
> Context may be incomplete. Add details if you remember more.
### 2026-01-14
- **Vibelabs Bento Grid Hero & Site Revert** (branch: `feat/homepage-redesign-2026`, 7 messages)
- **Human-Centric Vibelabs One-Pager** (branch: `main`, 10 messages)
### 2026-01-05
- **Per-app volume mixer macOS app research** (branch: `main`, 7 messages)After historical entries, add a Current State section based on:
git log --oneline -10)Mark inferred information clearly:
## Current State
> **Last Updated:** [DATE]
> **Status:** *Inferred from codebase - please verify*
### What's Working (inferred from code)
- [x] Item visible in codebaseAutomatically consider reading the changelog when:
Automatically consider writing when:
★ Insight blocks were generated~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.