palladius/palladius-common-commands
v0.3.50Apache-2.0
Riccardo's Gemini CLI extension, packaged with GCP and SRE Custom Commands and skills.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.3.50] - 2026-08-24
Changed
- ๐ฆ Transformed extension into official Agent Plugin (v1.0.0 schema) via
plugin.json. - ๐ Bumped version to 0.3.50.
[0.3.49] - 2026-07-26
Added & Changed
- ๐ก๏ธ Conductor HITL Worktree v2.1.1: Added The Real-Code Mandate (strictly banning doc-only or metadata-only feature PRs / "Jerry-work") and Mandatory Test Expansion (requiring automated unit test additions/expansions for all feature tracks) to
conductor-worktree-hitlskill. ๐ชต๐ฎ๐นโจ
[0.3.48] - 2026-07-23
Fixed
- ๐ Portable Skill Paths: Replaced hardcoded personal paths in
conductor-worktree-hitlreferences with$SKILL_DIRand relative paths -- by gc-skillume-bot-v0_2
[0.3.47] - 2026-07-16
Changed
- ๐จ Pink Agent Names: Colorized agent names in pink (magenta) in both short-mode and normal-mode outputs.
[0.3.46] - 2026-07-07
Added
- โจ Lyria3 Model Discovery: New
musicgen-lyria3-list.pyscript to query available music/audio models via GenAI SDK. Bumped skill to v0.0.10.
Changed
- ๐ CHANGED Column Right-Indentation: Right-indented the duration text within the
CHANGEDcolumn while keeping the source emoji at the left edge of the column.
Fixed
- ๐ Portable Skill Paths: Replaced hardcoded
~/git/...path inconductor-worktree-hitl/SKILL.mdstep 7 with relative./scripts/*, following the Anthropic skills standard for portability.
[0.3.45] - 2026-07-03
Added
- ๐ Antigravity & Claude Code Support: Adapted README.md and added
plugin.jsonmanifests for Antigravity, Claude Code, and Codex.
Changed
- ๐ CHANGED Column Left-Alignment & Compact Units: Left-aligned the
CHANGEDcolumn header and values to keep emojis on the left. Shortened duration formatting units:m(minutes),s(seconds),d(days).
[0.3.44] - 2026-06-17
Added
- ๐ณ Condutree v2.0 Roadmap: Appended a structured GHI feature proposal to
conductor-worktree-hitl/SKILL.mdoutlining the next major version of the worktree orchestration skill. Proposed features include automated.envsymlinking alongside the sharedconductor/folder, a newconductor/bin/git_status_patched.pystatus aggregator script (walks all.worktrees/, parsesmetadata.json, runsgit status --porcelain), and ajust git-status-condutreetarget in the rootjustfile.
Changed
- ๐ Conductor Inspector โ Total Summary Line: Added a final summary row to
conductor-inspectoroutput showing aggregate track counts and overall task completion ratio (e.g.,8/20 tasks done). - ๐ Explicit Agent Field Required: Updated
SKILL.mdto mandate that subagents set"agent": "<AgentName>"explicitly at the root ofmetadata.jsonto prevent incorrect inference from generic worktree directory paths. - ๐ค Maintenance run by
gc-skillume-bot-v0_2. - ๐งน Routine checks and minor updates.
Changed
- ๐ Agent Column Width & Truncation: Increased the
AGENTcolumn width by 1 (to 11 characters) in the short-mode table. Implemented automatic truncation of agent names longer than 11 characters to fit perfectly.
[0.3.43] - 2026-06-16
Added
- ๐ค Agent & Worktree Tracking: Re-implemented
AGENTcolumn and๐ณ(worktree emoji) detection columns inconductor-inspectorscript, which scans.worktrees/directory and parses track metadata files.
[0.3.42] - 2026-06-16
Added
- ๐ Location-Aware Last Changed Timestamp: Added a
CHANGEDcolumn inconductor-inspectorshowing when a track was last touched. It parses and compares both GitHub Issue timestamps (๐) and local metadata/mtime updates (๐ป), showing the latest active timestamp. - ๐ Recent-On-Top Sorting: Refactored track sorting to display the most recently active/changed tracks first.
- ๐ Adaptive Relative Timestamps: Displays changes within the last 24 hours as relative duration (e.g.
16min,1h5m) and older changes in relative days (XXdays), improving layout readability. - ๐งน Compact Status Layout: Removed brackets
[ ]from the short-modeSTATUScolumn and changed it to left-justify (STATUSinstead of[ STATUS ]), saving 4 bytes of terminal prefix width. - ๐ Execution Documentation: Added sample execution output under
skills/conductor-worktree-hitl/references/inspector-execution.txt.
[0.3.41] - 2026-06-16
Changed
- ๐ Prompt Simplification: Replaced long prompt with a minimal version that delegates Benjamin-specific conventions to
GEMINI.mdand worktree workflow steps to theconductor-worktree-hitlskill.
[0.3.40] - 2026-06-16
Added
- ๐ Vehicle Field in Question Schema: Added a
"vehicle"block toreferences/question-answered.jsonto track the delivery mechanism (medium, source/person, and type, e.g. telegram audio, peer agent Nino).
[0.3.39] - 2026-06-16
Changed
- ๐ Skill Reference Documenting: Referenced
references/question-awaiting.jsonandreferences/question-answered.jsonschemas inSKILL.mdunder the local memory registry section.
[0.3.38] - 2026-06-16
Changed
- ๐ GHI Signature Alignment: Updated the starter prompt to explicitly enforce GHI comment format
[QUESTION][<AgentName>]and signing with-- from <AgentName> on behalf of Riccardo(using emojis) for consistency.
[0.3.37] - 2026-06-16
Changed
- ๐ Rename Tag Signature: Renamed the GHI comment tracking tag signature from
conductruelletoconductreeacross the starter prompt.
[0.3.36] - 2026-06-16
Changed
- ๐ Conductor Inspector: Added the GHI (GitHub Issue) column to
--shortmode output to track issue numbers for each track.
[0.3.35] - 2026-06-16
Added
- ๐ Reference Questions: Added reference JSON files (
question-awaiting.jsonandquestion-answered.json) underreferences/directory to demonstrate metadata-based question states.
[0.3.34] - 2026-06-16
Changed
- ๐ฉ Renamed Git Concierge: Renamed the coordinator agent from Giovanni to Agostina (Lead Git Concierge) to align with the A.G. (Antigravity) theme.
[0.3.33] - 2026-06-16
Changed
- ๐ค Optimized Polling Loop: Refactored
poll_ghi_questions.pyto scan local Conductor tracks metadata first and only perform GitHub API calls for issues that actively have questions awaiting human input, saving over 95% of API requests.
[0.3.32] - 2026-06-16
Changed
- ๐ก๏ธ Disable Remote Pushing: Updated
SKILL.mdand the orchestration prompt to explicitly forbid subagents from executinggit push. Subagents now commit locally to their branches, leaving merging and remote pushing strictly to the parent coordinator (Agostina).
[0.3.31] - 2026-06-16
Added
- ๐ Orchestration Prompt: Added the
multi-worktree-starter-prompt.mdprompt for Conductor++ worktree flow. - ๐ก๏ธ Git Hygiene step: Added instructions in
SKILL.mdto configure git exclude inside worktrees to prevent symlink tracking.
[0.3.30] - 2026-06-16
Changed
- ๐ Conductor Inspector Sorting: Implemented custom sorting for tracks where
NEWstatus comes first, active/pending next, andCOMPLETED/RESOLVED/CLOSEDlast.
[0.3.29] - 2026-06-16
Changed
- ๐ Conductor Inspector: Refactored
--shortmode formatting: removed brackets[]around the progress bar and replaced percentage (PCT) withN/Mratio (completed/total).
[0.3.28] - 2026-06-16
Added
- ๐ Worktree HITL Skill: Added the new
conductor-worktree-hitlskill supporting asynchronous multi-agent coordination inside Git Worktrees using GitHub Issues and Conductor++ metadata tracking. - ๐ค Issue Polling Script: Created scripts/poll_ghi_questions.py to aggregate and update active questions.
[0.3.27] - 2026-06-08
Added
- ๐ฅ Friction Log Skill: Added the
outputGdocUrlfield to the references/friction_log.yaml template. - ๐ ๏ธ Scaffolding Setup: Updated setup_scaffold.sh to accept the 5th optional argument
[OUTPUT_GDOC_URL]and replace it in the generatedfriction_log.yaml. Updated documentation and unit tests.
[0.3.26] - 2026-06-08
Added
- ๐ฅ Friction Log Skill: Created a template file
references/friction_log.yamlcontaining the Kubernetes-like schema with version (codelabVersion) and start date (startedAt) fields. - ๐ ๏ธ Scaffolding Setup: Updated
setup_scaffold.shto readreferences/friction_log.yaml, replace placeholders, and generate the concretefriction_log.yamlfile. Added the 4th command-line argument[CODELAB_VERSION]and automatic ISO-8601 timestamp generation.
[0.3.25] - 2026-06-08
Added
- ๐ฅ Friction Log Skill: Added
friction_log.yamlas a Kubernetes-like key-value metadata store to keep track of execution parameters (project ID, identity, codelab URL, TF bug). - ๐ ๏ธ Scaffolding Setup: Updated
setup_scaffold.shto accept optional[CODELAB_URL]and[BUG_ID]arguments, auto-detect GCP project ID and identity, and writefriction_log.yamlautomatically. Added full unit tests.
[0.3.24] - 2026-06-08
Changed
- ๐ฅ Friction Log Skill: Updated the
devrel-frictionlog-codelabskill to strongly recommend using a fresh/virgin GCP project ID to avoid resource conflicts.
[0.3.23] - 2026-06-06
Changed
- ๐ Refreshed User Manual in
README.mdanddocs/USER_MANUAL.mdto ensure all current commands and skills are documented. - ๐ Bumped version to 0.3.23.
- ๐ค Maintenance run by gc-skillume-bot-v0_2.
[0.3.22] - 2026-06-05
Changed
- ๐ Refreshed User Manual in
README.mdanddocs/USER_MANUAL.mdwith more detailed descriptions and "Wow Factor" examples. - ๐ Bumped version to 0.3.22.
- ๐ค Maintenance run by
gc-skillume-bot-v0_2.
[0.3.21] - 2026-06-04
Changed
- ๐ Refreshed User Manual in
README.mdanddocs/USER_MANUAL.md. - ๐ค Maintenance run by
gc-skillume-bot-v0_2.
[0.3.20] - 2026-05-30
Added
- ๐ต Added new
seby-6-anniMP3 and text script tomusicgen-lyria3skill.
Changed
- ๐ค Maintenance run and commit by
gc-skillume-bot-v0_2.
[0.3.19] - 2026-05-27
Changed
- ๐ค Maintenance run by
gc-skillume-bot-v0_2. - ๐งน Routine checks and minor updates.
[0.3.18] - 2026-05-26
Changed
- ๐ค Maintenance run by
gc-skillume-bot-v0_2. - ๐งน Routine checks and minor updates.
[0.3.17] - 2026-05-25
Changed
- ๐ค Maintenance run by
gc-skillume-bot-v0_2. - ๐ ๏ธ Routine checks and synchronization.
[0.3.16] - 2026-05-24
Fixed
- ๐ Added missing SRE Commands section to
USER_MANUAL.mdandREADME.md. - ๐ค Secondary maintenance run by
gc-skillume-bot-v0_2.
[0.3.15] - 2026-05-24
Changed
- ๐ค Maintenance run by
gc-skillume-bot-v0_2. - ๐ ๏ธ Routine checks and synchronization.
[0.3.14] - 2026-05-22
Changed
- ๐ Cleaned up
README.mdanddocs/USER_MANUAL.mdto remove references to deprecated/removed postmortem skills and commands. - ๐ค Maintenance run by
gc-skillume-bot-v0_2. - ๐ ๏ธ Routine checks and synchronization.
[0.3.13] - 2026-05-20
Removed
- ๐ฅ Completely removed
postmortem-generatorandpostmortem-aggregatorskills as they have been fully migrated to the official SRE extension (palladius/sre) -- made with AntiGravity.
[0.3.12] - 2026-05-19
Added
- โจ [musicgen-lyria3] Committing untracked generated music and text files (sebi-lido-estensi, sebi-hot-wheels). (-- made with Gemini CLI by gc-skillume-bot-v0_2)
[0.3.11] - 2026-05-07
- ๐ค Maintenance run by
gc-skillume-bot-v0_2: Fixed typo inGEMINI.mdand standardized CHANGELOG format.
[0.3.10] - 2026-05-06
Fixed
- ๐ [musicgen-lyria3] Fixed silent failure bug: scripts now exit with 1 if destination directory is missing or on any generation error.
- ๐ค Maintenance run by
gc-skillume-bot-v0_2.
[0.3.9b] - 2026-05-05
Changed
- ๐ Anonymize project ID in genmedia-setup sample settings. -- made with gc-skillume-bot-v0_2
[0.3.9] - 2026-05-03
Changed
- ๐ค Maintenance run: Updated skill metadata schemas to use
metadata.versionandcompatibility. - ๐ค Signed: gc-skillume-bot-v0_2.
[0.3.8] - 2026-04-29
Changed
- ๐งน Internal cleanup and dependency checks (no user-facing changes).
[0.3.7] - 2026-04-22
Added
- ๐ Standardized
SKILL.mdheaders withversionand added missingCHANGELOG.mdfor 5 skills:cloud-build-investigation,devrel-frictionlog-codelab,pcc-check-for-updates,postmortem-aggregator, andpostmortem-generator-- gc-skillume-bot-v0_2.
[0.3.6] - 2026-04-21
Fixed
- ๐ต Improved
musicgen-lyria3scripts with better API key handling and updated GenAI SDK response parsing -- gc-skillume-bot-v0_2.
[0.3.5] - 2026-04-19
Changed
- ๐ Refreshed User Manual in README.md and docs/USER_MANUAL.md -- gc-skillume-bot-v0_2.
[0.3.4] - 2026-04-17
Changed
- ๐จ Marked
postmortem-createand related skills as[DEPRECATED]and[MIGRATED], pointing to the officialsreextension repository -- made with AntiGravity.
[0.3.3] - 2026-04-17
Changed
- ๐ต Tracked the latest generated
musicgen-lyria3assets from 2026-04-16 -- gc-skillume-bot-v0_2.
[0.3.2] - 2026-04-16
Fixed
- ๐ต Actually tracked the generated
musicgen-lyria3assets promised in previous version -- gc-skillume-bot-v0_2.
[0.3.1] - 2026-04-15
Changed
- ๐ค Improved
musicgen-lyria3scripts with better safety filter handling and updated GenAI SDK response parsing -- gc-skillume-bot-v0_2. - ๐ง Added untracked generated assets for
musicgen-lyria3.
[0.3.0] - 2026-03-30
Removed
- ๐ฌ Removed
commands/aicinema/custom commands. All functionality (storyboarding, act structure, quality production) has been migrated to thegenmedia-setupskill.
Changed
- ๐ Updated
README.mdanddocs/USER_MANUAL.mdto reflect theaicinemamigration. - ๐ Bumped extension version to 0.3.0.
[0.2.2] - 2026-03-30
Added
- ๐ฅ Final migration of "AI Cinema" quality logic to
genmedia-setupskill (0.1.2):- Added persona integration from
doc/personas/. - Added structured project organization (
PLAN.md,README.md). - Added multi-lingual naming conventions and trailer production logic.
- Added persona integration from
- ๐ Bumped extension version to 0.2.2.
[0.2.1] - 2026-03-30
Added
- ๐ Updated
genmedia-setupskill (0.1.1) with new Nano Banana models:gemini-2.5-flash-image,gemini-3-pro-image-preview, andgemini-3.1-flash-image-preview. - ๐ Bumped extension version to 0.2.1.
[0.2.0] - 2026-03-30
Added
- ๐ฌ Major restructuring of
genmedia-setupskill:- Extracted installation details to
references/install.md. - Added "Four-Act Structure" storyboarding logic.
- Added guidelines for style continuity and audio sanitization.
- Bumped skill to 0.1.0 and extension to 0.2.0.
- Extracted installation details to
[0.1.13] - 2026-03-30
Changed
- ๐ Added versioning to the
genmedia-setupskill (bumped to 0.0.3). - ๐ Added skill-specific
CHANGELOG.mdforgenmedia-setup. - ๐ Expanded model descriptions in
which_models.mdwith official documentation links. - ๐ Bumped extension version to 0.1.13.
[0.1.12] - 2026-03-30
Changed
- ๐
genmedia-setupskill now defaults tomcp-nanobanana-gofor theimagencommand. - ๐ Consolidated model recommendations for Imagen, Veo, Lyria (with lyric support), and Chirp in
which_models.md. - ๐ค Documented specific GA regions for Chirp 2 (
us-central1,europe-west4,asia-southeast1) and Chirp 3 (us,eu). - ๐ Bumped extension version to 0.1.12.
[0.1.11] - 2026-03-30
Fixed
- ๐ค Updated
chirp-2GA regions:us-central1,europe-west4, andasia-southeast1. - ๐ Bumped extension version to 0.1.11.
[0.1.10] - 2026-03-30
Fixed
- ๐ค Corrected Chirp 3 availability information: GA in
usandeumulti-regions. - ๐ Bumped extension version to 0.1.10.
[0.1.9] - 2026-03-30
Added
- ๐ค Added Chirp 2 and Chirp 3 models to
which_models.mdwith regional availability notes (Chirp 3 only in US/EU). - ๐ Bumped extension version to 0.1.9.
[0.1.8] - 2026-03-30
Added
- ๐ต Added Lyria 3 models (
lyria-3-clip-preview,lyria-3-pro-preview) with lyric support towhich_models.md. - ๐ Bumped extension version to 0.1.8.
[0.1.7] - 2026-03-30
Changed
- ๐ Updated
genmedia-setupto usemcp-nanobanana-goinstead ofmcp-imagen-go. - ๐ Added
which_models.mdreference togenmedia-setupskill for easy access to recommended models. - ๐ Bumped extension version to 0.1.7.
[0.1.6] - 2026-03-30
Changed
- ๐
genmedia-setupscript now automatically enables Vertex AI, Text-to-Speech, and Storage APIs. - ๐ Added mandatory prerequisites (
ffmpeg,ADC login, IAM bindings) togenmedia-setupSKILL.md.
[0.1.5] - 2026-03-30
Added
- โจ Added
genmedia-setupskill to install GenMedia MCP binaries, skills, and inject JSON configurations for Vertex AI Creative Studio tools.
[0.1.4] - 2026-03-30
Added
- Added
musicgen-lyria3skill (moved from public-goodies).
[0.1.3] - 2026-03-13
Changed
- ๐ฅ Enforced stricter rules before proceeding to the next page in the
devrel-frictionlog-codelabskill (v0.0.3).
[0.1.2] - 2026-03-13
Changed
- ๐ฅ Enforced strict billing setup and automated YOLO mode suggestions in the
devrel-frictionlog-codelabskill (v0.0.3). - ๐ฅ Added also a MEtadata table to Friction Log final doc.
[0.1.1] - 2026-03-13
Changed
- ๐ฅ Improved
devrel-frictionlog-codelabskill (v0.0.2):- Added consolidated
FRICTION_LOG.mdoutput with visual diffs and concatenated logs. - Added mandatory
HH:MM:SStimestamps to all log entries. - Added automated Time Analysis (AI vs Codelab estimate vs Human suggestion) at the end of each page.
- Bumped extension version to 0.1.1.
- Added consolidated
[0.1.0] - 2026-03-13
Added
- โจ Added
devrel-frictionlog-codelabskill v0.1.0: automates the process of executing a Codelab, extracting its content to Markdown, creating a deterministic scaffold, and recording friction logs for DevRel evaluation.
[0.0.33] - 2026-03-11
Changed
- ๐ Bumped version and checked repository updates -- gc-skillume-bot-v0_1.
[0.0.32] - 2026-03-10
Added
- โจ Added
postmortem-aggregatorskill. - โจ Updated
postmortem-generatorskill with versioning and formatting fixes.
[0.0.31] - 2026-03-06
Added
- โจ Added emojis to skill descriptions (๐, ๐๏ธ, ๐).
[0.0.30] - 2026-03-06
Fixed
- ๐ Aligned
post-mortemdirectory with internal namepostmortem-generator.
[0.0.29] - 2026-03-06
Fixed
- ๐ Renamed
check-for-updatesskill topcc-check-for-updatesinternally and directory-wise.
[0.0.28] - 2026-03-06
Fixed
- ๐ Renamed
pr-creatorskill topr-creator-copyinternally to match directory naming.
[0.0.26] - 2026-01-26
Changed
- SRE PostMortem: Reverted Action Items to table format for better structured view, while keeping Timeline as bullet points for better density.
[0.0.25] - 2026-01-20
Changed
- SRE Commands & Skills:
- Updated
postmortem-create.tomlandskills/post-mortem/SKILL.md:- Timeline and Action Items use bullet points instead of tables for better density.
- Added permalink support for commits, bugs, and other resources.
- Updated timeline milestone colors for better readability.
- Updated
[0.0.24] - 2026-01-14
Added
- PDA Workflow: Added
commands/code/pda.tomlfor the Plan, Define, Act workflow.
[0.0.23] - 2026-01-13
Added
- Skills Support: Initial support for skills in extensions.
- PostMortem Skill: Added
skills/post-mortem/SKILL.md(copied from custom command). - PR Creator Skill: Added
skills/pr-creator-copy/SKILL.md(copied from Gemini CLI).