All notable changes to AI Context Kit are documented here. This changelog helps you decide what to pull into your own instance when the template is updated.
When a new version is released:
- Check what changed in the version entry below
- Copy the files listed under Safe to update from the template into your instance
- Never overwrite files listed under Protect — those are your personal artifacts
- Replaced all surviving
deterministicphrasing (spec §4.1 footnote, §10.8 workflow table; README session state section) withconsistent and predictable— aligns with the reduced-variance language established in v1.4.2 - Removed stale
agents/openai.yamlsidecar claim from README Codex section (sidecars were deleted in v1.4.2 but the description was not updated) - Corrected Copilot platform table row: Copilot Code Review does support
AGENTS.md; removed incorrect caveat and expanded label to reflect full Copilot coverage - Replaced
"Works seamlessly"with honest cross-platform framing that matches the platform-variance caveat already present in the same section - Added provenance note to
agentskills.iolink — clarifies it is a third-party community site, not a project-maintained resource - Corrected
CLAUDE.md/.cursorrulescomparison:"No layering"was factually wrong (both support nested files); reframed around the actual gap — no personal/project separation that travels across tools - Added deprecation callout to template repository section directing new users to the plugin instead
specs/context_aware_ai_session_spec.mdREADME.mdtemplates/usercontext_template.instructions.mdtemplates/AGENTS_template.mdskills/create-agents-md/SKILL.mdskills/create-project-instructions/SKILL.mdskills/create-usercontext-instructions/SKILL.mdskills/create-usercontext-instructions/references/quality-checklist.mdskills/validate-agents-md/SKILL.mdskills/validate-usercontext-instructions/SKILL.mdskills/validate-project-instructions/SKILL.md
- Your personal
*_usercontext.instructions.md - Your project
AGENTS.md - Any custom skills you have created
create-checkpointskill — guided workflow to capture session state as a checkpoint artifact per spec section 4.4, with schema reference andagents/openai.yamlsidecarrestore-checkpointskill — guided workflow to load, validate, and restore a checkpoint artifact at session start per spec section 4.4 restore rules, with conflict resolution reference andagents/openai.yamlsidecarcheckpoint: truerequired field — added to spec section 4.4.2 schema so checkpoint files are self-identifying; restore validation is now fully spec-backed- AGENTS.md now references sections 4.4 (Cross-Session Persistence) and 4.5 (Context Compression) with explicit behavioral instructions for both
- Prompts and Codex symlinks added for both new skills
SKILL.validation.mdadded tocreate-checkpoint/andrestore-checkpoint/skill folders
skills/create-checkpoint/(new)skills/restore-checkpoint/(new).agents/skills/(two new symlinks)prompts/(two new prompt files)specs/context_aware_ai_session_spec.mdAGENTS.mdREADME.mdCHANGELOG.md
- Your personal
*_usercontext.instructions.md - Your project
AGENTS.md - Any custom skills or checkpoint files you have created
- Claude Code plugin —
.claude-plugin/plugin.jsonmanifest makes the repo installable as a native Claude Code plugin; skills are auto-discovered fromskills/ - GitHub Copilot CLI plugin —
.claude-plugin/marketplace.jsonturns the repo into a self-hosted marketplace, enablingcopilot plugin marketplace add MSiccDev/ai-context-kitinstall flow (Claude Code and Copilot CLI share the same plugin spec) - OpenAI Codex support —
agents/openai.yamlsidecar added to all 9 skill folders with UI display names, short descriptions, default prompts, and invocation policies for the Codex skill picker .agents/skills/discovery directory — adds a symlink for each skill folder into.agents/skills/so Codex auto-discovers skills from its standard path without duplicating contentversionandallowed-toolsfields added to all 9skills/*/SKILL.mdfrontmatter- README install sections for Claude Code, GitHub Copilot CLI, and OpenAI Codex
.claude-plugin/(new directory).agents/(new directory)skills/(all skill folders — updated frontmatter + newagents/openai.yamlin each)templates/skill_template/SKILL.mdREADME.mdCHANGELOG.md
- Your personal
*_usercontext.instructions.md - Your project
AGENTS.md - Any custom skills you have created
- Spec section 4.4 Cross-Session Persistence — normative rules for checkpoint artifacts: proposal rules, required schema (project, role, phase, output_style, tone, interaction_mode, open_tasks, key_decisions, active_files, last_updated), and restore/conflict rules
- Spec section 4.5 Context Compression — normative rules for managing context window pressure: proposal rules, required compression checkpoint contents, and reversibility requirements
docs/spec-rationale.md: new "Cross-Session Persistence and Context Compression" section with example checkpoint file, conflict resolution dialog, and annotated compression proposal dialog
- Spec version bumped from 1.3.1 → 1.4.0 across spec, templates, skills, and all stamped artifacts
- Session Persistence and Context Compression promoted from "Future Enhancements" (rationale doc) to normative spec sections
specs/context_aware_ai_session_spec.mddocs/spec-rationale.mdtemplates/usercontext_template.instructions.mdtemplates/AGENTS_template.mdtemplates/skill_template/SKILL.mdskills/(all skill folders)prompts/(all prompt files)README.mdCHANGELOG.md
- Your personal
*_usercontext.instructions.md - Your project
AGENTS.md - Any custom skills you have created under
skills/
CHANGELOG.mdto track changes and simplify instance update workflow- "See It In Action" before/after example section in README
- "Why This Over Alternatives?" comparison section in README
- Platform limitations column in the context loading table
## How to Invokesection in all skillSKILL.mdfiles with per-platform guidance- Validation scope disclaimer in
AGENTS.validation.md,usercontexts/sample_usercontext.validation.md, and README spec_versionstamping in templates and enforced in create/validate skill workflowsdocs/spec-rationale.mdcompanion document (rationale, examples, scenarios)- Realistic illustrative sample user context (Jordan Kim persona)
- "Determinism" principle renamed to "Reduced variance" throughout spec and README
- Validate skill Purpose/Constraints clarified to "structured checks based on a deterministic scoring rubric"
- Platform table: Copilot row updated to distinguish coding agent (AGENTS.md ✅) from Code Review (AGENTS.md ❌)
- Spec trimmed to normative rules only (426 lines); rationale and examples moved to
docs/spec-rationale.md - References auto-loading claim scoped to repo-aware environments only
specs/context_aware_ai_session_spec.mdtemplates/usercontext_template.instructions.mdtemplates/AGENTS_template.mdtemplates/skill_template/SKILL.mdskills/(all skill folders)prompts/(all prompt files)README.mdCHANGELOG.md
- Your personal
*_usercontext.instructions.md - Your project
AGENTS.md - Any custom skills you have created under
skills/
- Initial skill ecosystem: create and validate workflows for user context, project instructions, AGENTS.md, and skills
- Repository drift-control skill
- Canonical templates for user context, AGENTS.md, and skill artifacts
- Session specification v1.3.0
- All files except personal artifacts listed below
- Your personal
*_usercontext.instructions.md - Your project
AGENTS.md