chore: migrate fab-kit project files 2.1.5 → 2.6.6#36
Merged
Conversation
- Drop dead stage_directives key from config (2.2.0) - Add commented agent.tiers per-stage-model reference block (2.3.0) - Seed summary: "" into in-flight .status.yaml files (2.5.0) - Convert docs/memory/ tree to FKF: type: memory frontmatter, per-folder log.seed.md from changelogs, strip ## Changelog sections, regenerate indexes + log.md (2.5.0) - Re-baseline log.md onto freeze-on-write generation (2.6.0)
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.
Summary
Applies the four fab-kit version migrations needed to bring this project from kit-migration-version 2.1.5 up to the installed engine 2.6.6. These are project-file migrations only (config, in-flight change status, and the
docs/memory/tree) — nosrc/behavior changes.Changes
stage_directiveskey fromfab/project/config.yaml(no skill/binary ever read it).agent.tiersper-stage-model reference block underagent:(documentation only; fab-kit defaults still apply).summary: ""into all 10 in-flightfab/changes/*/.status.yamlfiles (archive untouched), and migrate thedocs/memory/tree onto FKF: stamptype: memoryfrontmatter, seed each domain'slog.seed.mdfrom its old## Changelogtable (37 entries), strip the## Changelogsections, and regenerate the indexes + per-folderlog.md(fkf_version: "0.1").log.mdonto freeze-on-write generation viafab memory-index --rebuild(clean baseline).Verification:
fab migrations-statusreports local 2.6.0 vs engine 2.6.6 with no applicable migrations remaining;fab memory-index --checkpasses (benign date drift only).