forked from Neptune/mirror.kickstart.nvim
Release v1.26.1 — Shell Config Parity & Project Schema #50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release/1.26.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Release v1.26.1 — Shell Config Parity & Project Schema
Changes
.bashrcprojectsection to.gravity.yamlschema (pm_project_id,git_mcp)Bug Fix
v1.26.0 added Cargo env and worktrunk shell integration to the managed
.zshrcbut missed the corresponding.bashrcentries. This patch restores cross-shell parity.Schema Enhancement
New
projectsection in.gravity.yaml(schema v1, forward-compatible):Skills now check
.gravity.yamlforproject.pm_project_idbefore falling back to runtimepm::list_projects()matching. Updated files:schema.md— field reference, validation rules, examplegt-project-setup/SKILL.md— Step 1.5 (Project Identity) in init modegr-gravity/SKILL.md— Configuration section reads config firstgr-pr-review/references/context-gathering.md— Step 1.2 config-first discoverygr-pr-review/references/review-pipeline.md— Step 1.1 config-first discovery.gravity.yaml— new file in repo root (project ID 12, gitea)Checklist
.gravity.yamlvalidates (python3 -c "import yaml; yaml.safe_load(open('.gravity.yaml'))")References
Version: 1.26.1 (Gravity PM)
Release v1.26.1 — Shell Config Parity Fixto Release v1.26.1 — Shell Config Parity & Project Schema