Refreshing Project Config
Use this skill to keep .metagit.yml accurate and operational.
Workflow
- Check workspace activation and config validity.
- Run bootstrap plan mode first.
- Review generated changes against expected workspace topology.
- 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.