You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promotes [Unreleased] checkpoint skills work to v1.4.2. Updates version
references across spec, plugin manifests, templates, skills, and all
stamped artifacts. Spec last_updated set to 2026-05-12.
https://claude.ai/code/session_01QTwxzD9j8ds3W1kq6dQ2UX
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
"repo": "MSiccDev/ai-context-kit"
13
13
},
14
14
"description": "Context-aware AI collaboration skills for creating and validating user context, project AGENTS.md files, and skill artifacts across LLM providers.",
"description": "Context-aware AI collaboration skills for creating and validating user context, project AGENTS.md files, and skill artifacts across LLM providers.",
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,24 @@ When a new version is released:
13
13
14
14
## [Unreleased]
15
15
16
+
---
17
+
18
+
## [1.4.2] - 2026-05-12
19
+
16
20
### Added
17
21
-**`create-checkpoint` skill** — guided workflow to capture session state as a checkpoint artifact per spec section 4.4, with schema reference and `agents/openai.yaml` sidecar
18
22
-**`restore-checkpoint` skill** — guided workflow to load, validate, and restore a checkpoint artifact at session start per spec section 4.4 restore rules, with conflict resolution reference and `agents/openai.yaml` sidecar
23
+
-**`checkpoint: true` required field** — added to spec section 4.4.2 schema so checkpoint files are self-identifying; restore validation is now fully spec-backed
19
24
- AGENTS.md now references sections 4.4 (Cross-Session Persistence) and 4.5 (Context Compression) with explicit behavioral instructions for both
20
25
- Prompts and Codex symlinks added for both new skills
26
+
-`SKILL.validation.md` added to `create-checkpoint/` and `restore-checkpoint/` skill folders
- Composition wrappers for instruction/skill workflows
252
252
-`specs/context_aware_ai_session_spec.md`
253
-
- Authoritative specification (v1.4.1+)
253
+
- Authoritative specification (v1.4.2+)
254
254
- Root `README.md`
255
255
- Human-facing entry point and workflow documentation
256
256
@@ -456,7 +456,7 @@ Each project `AGENTS.md` should define:
456
456
- **Languages:** LLMs work best when instructions are in English, but you can include multilingual content in user context if needed (just be aware of potential comprehension issues)
457
457
- **Versioning:** Update user context when skills/preferences evolve; update project `AGENTS.md` when phases/objectives change. Ideally, these should live in the same repository as your codebase once they are created.
458
458
- **Discoverability:** Semantic file extensions help AI tools identify and load the appropriate instructions automatically
459
-
- **Canonical structure:** The templates in`/templates` define the only supported artifact structures for spec v1.4.1
459
+
- **Canonical structure:** The templates in`/templates` define the only supported artifact structures for spec v1.4.2
Copy file name to clipboardExpand all lines: docs/spec-rationale.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
context_type: rationale
3
3
document_type: companion_document
4
-
spec_version: 1.4.1
4
+
spec_version: 1.4.2
5
5
created: 2025-10-20
6
6
last_updated: 2026-05-09
7
7
status: active
8
8
---
9
9
10
-
# Spec Rationale & Extended Reference (v1.4.1)
10
+
# Spec Rationale & Extended Reference (v1.4.2)
11
11
12
12
This document is the companion to [`specs/context_aware_ai_session_spec.md`](../specs/context_aware_ai_session_spec.md). It contains the background reasoning, extended examples, project profile illustrations, end-to-end scenarios, and future enhancement notes that were removed from the normative spec to keep it readable.
0 commit comments