metagit-config-refresh ยท diff
git:20260527.5b1cf19 to git:20260605.bbd0b89
2 added, 1 removed. Audit A to A.
---
name: metagit-config-refresh
description: Refresh or bootstrap `.metagit.yml` using deterministic discovery and validation flows. Use when configuration is missing, stale, or incomplete for workspace operations.
+ metadata:
+ internal: true
---
-
# Refreshing Project Config
Use this skill to keep `.metagit.yml` accurate and operational.
## Workflow
1. Check workspace activation and config validity.
2. Run bootstrap plan mode first.
3. Review generated changes against expected workspace topology.
4. Apply config updates and validate schema before continuing.
## Command Wrapper
- `./skills/metagit-bootstrap/scripts/bootstrap-config.sh [root_path] [mode] [seed_context]`
## Output Contract
Return:
- config health state before/after
- generated update summary
- any manual follow-up needed
## Safety
- Prefer plan/dry-run first for large config updates.
- Keep changes bounded to target workspace intent.