chore: bump to v7.4.1 and update changelog
This commit is contained in:
40
CHANGELOG.md
40
CHANGELOG.md
@@ -13,6 +13,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
---
|
||||
|
||||
## [7.4.1] - 2026-03-10 - "Documentation Consistency & Workflow Fixes"
|
||||
|
||||
> **Resolved comprehensive documentation consistency issues and integrated community AI tools.**
|
||||
|
||||
This patch release focuses on bringing the entire repository's documentation into strict compliance with the newly established maintenance protocols. It resolves conflicting skill counts, aligns the documentation "trinity", fixes workflow routing paths, and standardizes formats to prevent anchor breakage. It also includes new community skills like the `pipecat-friday-agent` and workflow enhancements.
|
||||
|
||||
## 🚀 New Skills
|
||||
|
||||
### 🤖 [pipecat-friday-agent](skills/pipecat-friday-agent/)
|
||||
|
||||
**Iron Man-inspired tactical voice assistant (F.R.I.D.A.Y.).**
|
||||
Built with Pipecat, Google Gemini, and OpenAI, providing a blueprint for creating interactive voice-driven agents.
|
||||
|
||||
### ⏱️ [progressive-estimation](skills/progressive-estimation/)
|
||||
|
||||
**Agentic workflow for progressive task estimation.**
|
||||
Breaks down complex tasks to improve estimation accuracy and project planning.
|
||||
|
||||
### 🎥 [seek-and-analyze-video](skills/seek-and-analyze-video/)
|
||||
|
||||
**AI-powered video analysis toolkit.**
|
||||
Automates seeking and analyzing of video content, extracting key insights and moments.
|
||||
|
||||
## 📦 Improvements
|
||||
|
||||
- **Documentation Consistency**: Full audit and remediation of `.github/MAINTENANCE.md` rules.
|
||||
- **TOC Formatting**: Removed emojis from H2 headers in `README.md` to fix broken markdown anchors.
|
||||
- **Statistics Alignment**: Synced skill counts across `package.json` and `README.md` for accurate representation (1,239+).
|
||||
- **Workflow Routing**: Added the `design-ddd-core-domain` workflow to required path definitions and copy-paste examples in `skills/antigravity-workflows/SKILL.md`.
|
||||
- **Validation**: Passed all sync chains including `npm run validate:references`.
|
||||
|
||||
## 👥 Credits
|
||||
|
||||
A huge shoutout to our community contributors:
|
||||
|
||||
- **@Enreign** for `progressive-estimation`
|
||||
- **@kennyzheng-builds** for `seek-and-analyze-video`
|
||||
|
||||
---
|
||||
|
||||
## [7.4.0] - 2026-03-10 - "Planning & Dashboards"
|
||||
|
||||
> **Blueprint planning skill, Sankhya dashboard best‑practices, and registry sync to 1,236+ skills.**
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "antigravity-awesome-skills",
|
||||
"version": "7.1.0",
|
||||
"version": "7.4.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "antigravity-awesome-skills",
|
||||
"version": "7.1.0",
|
||||
"version": "7.4.1",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"antigravity-awesome-skills": "tools/bin/install.js"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "antigravity-awesome-skills",
|
||||
"version": "7.4.0",
|
||||
"version": "7.4.1",
|
||||
"description": "1,239+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user