chore: include community PRs in v0.4.2 changelog and fix bloc-state headers

Remove non-standard headers from bloc-state.md (#117). Update changelog
  with community contributions from #117, #116, and #96. Update reference
  count 355 → 356.
This commit is contained in:
Raven Security
2026-01-29 08:49:44 -06:00
parent a7211daa7b
commit 77244abd52
6 changed files with 14 additions and 9 deletions
+9 -1
View File
@@ -23,9 +23,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Reusable GitHub Actions validation workflow `.github/workflows/validate.yml` (closes #105)
- CI workflow `.github/workflows/ci.yml` triggering on PRs and pushes to main (closes #105)
- CI status badge in README
- Bloc state management reference for flutter-expert skill (#117)
### Changed
- Total reference files: 351 → 355
- Total reference files: 351 → 356
- Clarified `npx add-skill` installation and slash command limitations in README (#96)
- `update-docs.py` now uses `<!-- MARKER -->...<!-- /MARKER -->` tags instead of broad regex patterns
- Documentation files (README.md, QUICKSTART.md, ROADMAP.md, social-preview.html) updated with markers
- feature-forge interview flow rewritten to alternate between structured `AskUserQuestions` and open-ended elicitation
@@ -36,6 +38,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Pattern matching in `update-docs.py` no longer incorrectly matches inline comments like `# 6 reference files` in project structure trees (fixes #99)
- Missing version comparison link for v0.4.1 in CHANGELOG (#116)
### Contributors
- @thomassamoul — feat: add bloc state management to flutter expert (#117)
- @Coopyrightdmin — fix: add missing version link for v0.4.1 (#116)
- @Chidwan3578 — docs: clarify npx add-skill installation (#96)
## [0.4.1] - 2026-01-19
+2 -2
View File
@@ -109,7 +109,7 @@ claude-skills/
**Stats:**
- <!-- SKILL_COUNT -->65<!-- /SKILL_COUNT --> skills
- <!-- REFERENCE_COUNT -->355<!-- /REFERENCE_COUNT --> reference files
- <!-- REFERENCE_COUNT -->356<!-- /REFERENCE_COUNT --> reference files
- ~50% token reduction
- Covers 30+ frameworks
@@ -434,4 +434,4 @@ Fullstack engineering, security compliance, and technical due diligence for team
---
**Built for Claude Code** | **<!-- WORKFLOW_COUNT -->9<!-- /WORKFLOW_COUNT --> Workflows** | **<!-- REFERENCE_COUNT -->355<!-- /REFERENCE_COUNT --> Reference Files** | **<!-- SKILL_COUNT -->65<!-- /SKILL_COUNT --> Skills**
**Built for Claude Code** | **<!-- WORKFLOW_COUNT -->9<!-- /WORKFLOW_COUNT --> Workflows** | **<!-- REFERENCE_COUNT -->356<!-- /REFERENCE_COUNT --> Reference Files** | **<!-- SKILL_COUNT -->65<!-- /SKILL_COUNT --> Skills**
+1 -1
View File
@@ -5,7 +5,7 @@
**Version:** v<!-- VERSION -->0.4.2<!-- /VERSION --> (Released January 2026)
- **<!-- SKILL_COUNT -->65<!-- /SKILL_COUNT --> Skills** across 12 domains
- **<!-- REFERENCE_COUNT -->355<!-- /REFERENCE_COUNT --> Reference Files** with progressive disclosure architecture
- **<!-- REFERENCE_COUNT -->356<!-- /REFERENCE_COUNT --> Reference Files** with progressive disclosure architecture
- **30+ Frameworks** and technologies covered
- **<!-- WORKFLOW_COUNT -->9<!-- /WORKFLOW_COUNT --> Project Workflow Commands** for epic planning, discovery, execution, and retrospectives
- **50% Token Reduction** through selective disclosure architecture
+1 -1
View File
@@ -253,7 +253,7 @@
<div class="stat">
<div class="stat-content">
<span class="stat-icon">📚</span>
<span><!-- REFERENCE_COUNT -->355<!-- /REFERENCE_COUNT --> Reference Files</span>
<span><!-- REFERENCE_COUNT -->356<!-- /REFERENCE_COUNT --> Reference Files</span>
</div>
</div>
<div class="stat">
@@ -1,8 +1,5 @@
# Bloc State Management
> Reference for: Flutter Expert
> Load when: Bloc, Cubit, event-driven state, complex business logic
## When to Use Bloc
Use **Bloc/Cubit** when you need:
+1 -1
View File
@@ -2,5 +2,5 @@
"version": "0.4.2",
"skillCount": 65,
"workflowCount": 9,
"referenceFileCount": 355
"referenceFileCount": 356
}