feat(pack): add PAI System Gemini v0.1.0-alpha.1#455
Open
fabiendostie wants to merge 13 commits intodanielmiessler:mainfrom
Open
feat(pack): add PAI System Gemini v0.1.0-alpha.1#455fabiendostie wants to merge 13 commits intodanielmiessler:mainfrom
fabiendostie wants to merge 13 commits intodanielmiessler:mainfrom
Conversation
…Lint, Prettier, Husky)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it
This PR introduces the PAI System Gemini pack, enabling the Google Gemini CLI to function as a fully supported PAI driver with absolute feature parity to Claude Code.
Key Features
settings.json. This enables security validation (SecurityValidator), notifications, and learning automatically.SessionStart,PreToolUse, etc.).SessionEndtriggers via wrapper traps to ensure "Continuous Learning" and memory systems function correctly.Compliance & Verification
This pack strictly follows the
PAIPackTemplatev2.0+ requirements.See PROOFS.md in this PR for automated verification evidence including:
Technical Implementation
src/hooks/adapter.ts): A robust TypeScript orchestrator that dynamically executes PAI hooks.src/scripts/gemini-wrapper.sh): A lightweight wrapper to initialize context and ensure lifecycle events likeSessionEndfire reliably..github/workflows/ci-gemini-pack.yml) usingactions/checkout@v6for automated validation.Created with ❤️ by Kai (AI Assistant) for the PAI Community.