Conversation
- Updated `_emit_codex_hooks_manifest` to simplify comments and clarify Codex-native hooks manifest usage. - Introduced `validate-antigravity-manifest.py` to validate Antigravity plugin manifests and hook commands, ensuring compliance with the specified schema and template token restrictions. - Modified `validate-codex-manifest.py` to improve clarity on template token restrictions and ensure Codex hook commands are shell-safe. - Revised `validate-skills.py` to reflect the transition from Gemini to Antigravity terminology, updating comments and validation logic accordingly. - Renamed functions and variables in `validate-skills.py` to align with Antigravity's plugin structure and validation requirements.
…k, and validate - Implemented `review.toml` for dispatching code reviews with Beads-aware git range. - Created `revise.toml` to update specs/plans based on implementation insights. - Added `setup.toml` for initializing projects with context files and Beads integration. - Introduced `status.toml` to display progress overview with Beads status. - Developed `sync.toml` for synchronizing context docs, Beads state, and export summaries. - Created `task.toml` for creating ephemeral tasks without an audit trail. - Implemented `validate.toml` to validate project integrity and fix issues.
…commands - bd export --format jsonl (invalid flag) -> bd export -o (revert.toml) - separate 'bd dolt push/pull' from 'bd export' in sync guardrail (sync.toml) - drop non-functional json-envelope config write; envelope is BD_JSON_ENVELOPE only (setup.toml)
plugins/flow/ is generated from repo-root sources by sync-codex-package.py. The pre-commit hook regenerates and stages it whenever a commit touches those sources, so the committed Codex package can never drift. Enable via make install-hooks.
The curl install script is the official, platform-detecting installer. Replace the brew/npm/go install list with the single curl one-liner across README, AGENTS, flow-setup (md + toml), opencode template, and the br migration notice. pre-commit hook regenerated plugins/flow.
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.
Refactor validation scripts for Antigravity and Codex manifests to enhance clarity and compliance with schema requirements. Update version across all plugin manifests and configuration files to 0.22.0.