Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .changeset/migrate-cli-and-skill.md

This file was deleted.

29 changes: 29 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @timothycrooker/ai-context-cli

## 1.1.0

### Minor Changes

- 9074b1b: Add migrate CLI subsystem and ai-context-migrate skill (1.1.0).

**New:**
- `ai-context migrate plan` — audit legacy skill layout, generate `.ai/migration-plan.json`
- `ai-context migrate status` — report plan presence + applied state
- `ai-context migrate apply [--dry-run]` — execute the plan (per-entry git commits, git-clean precondition)
- `ai-context migrate clean` — remove applied plan file
- Bundled `ai-context-migrate` skill (SKILL.md + 4 reference docs: overlap-detection, family-routing, legacy-md-conversion, post-migration-verification)
- EPMX-adapted gauntlet at `scripts/epmx-gauntlet/run.sh`
- Self-test at `scripts/test-migrate-on-gauntlet.sh`

**Backward compatibility:**

Migrate is opt-in. Existing repos without legacy skills are unaffected. The new `ai-context-migrate` skill ships in templates alongside `ai-context-kit`. No breaking changes.

**Validation:**

Migrated EPMX Monorepo's 40-entry legacy layout to `.ai/skills/` source-of-truth. EPMX gauntlet passes all stages across Claude/Codex/Gemini ([EPMX PR #511](https://github.com/Empowering-People-More/EPMX-Monorepo/pull/511)).

### Patch Changes

- Updated dependencies [9074b1b]
- @timothycrooker/ai-context-core@1.1.0
- @timothycrooker/ai-context-templates@1.1.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@timothycrooker/ai-context-cli",
"version": "1.0.0",
"version": "1.1.0",
"description": "CLI for Codex + Claude context generation",
"license": "MIT",
"type": "module",
Expand All @@ -20,8 +20,8 @@
"test": "vitest run"
},
"dependencies": {
"@timothycrooker/ai-context-core": "^1.0.0",
"@timothycrooker/ai-context-templates": "^1.0.0",
"@timothycrooker/ai-context-core": "^1.1.0",
"@timothycrooker/ai-context-templates": "^1.1.0",
"commander": "^12.1.0"
},
"repository": {
Expand Down
23 changes: 23 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @timothycrooker/ai-context-config

## 1.1.0

### Minor Changes

- 9074b1b: Add migrate CLI subsystem and ai-context-migrate skill (1.1.0).

**New:**
- `ai-context migrate plan` — audit legacy skill layout, generate `.ai/migration-plan.json`
- `ai-context migrate status` — report plan presence + applied state
- `ai-context migrate apply [--dry-run]` — execute the plan (per-entry git commits, git-clean precondition)
- `ai-context migrate clean` — remove applied plan file
- Bundled `ai-context-migrate` skill (SKILL.md + 4 reference docs: overlap-detection, family-routing, legacy-md-conversion, post-migration-verification)
- EPMX-adapted gauntlet at `scripts/epmx-gauntlet/run.sh`
- Self-test at `scripts/test-migrate-on-gauntlet.sh`

**Backward compatibility:**

Migrate is opt-in. Existing repos without legacy skills are unaffected. The new `ai-context-migrate` skill ships in templates alongside `ai-context-kit`. No breaking changes.

**Validation:**

Migrated EPMX Monorepo's 40-entry legacy layout to `.ai/skills/` source-of-truth. EPMX gauntlet passes all stages across Claude/Codex/Gemini ([EPMX PR #511](https://github.com/Empowering-People-More/EPMX-Monorepo/pull/511)).

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@timothycrooker/ai-context-config",
"version": "1.0.0",
"version": "1.1.0",
"description": "Shared configuration presets for ai-context-kit",
"license": "MIT",
"type": "module",
Expand Down
23 changes: 23 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @timothycrooker/ai-context-core

## 1.1.0

### Minor Changes

- 9074b1b: Add migrate CLI subsystem and ai-context-migrate skill (1.1.0).

**New:**
- `ai-context migrate plan` — audit legacy skill layout, generate `.ai/migration-plan.json`
- `ai-context migrate status` — report plan presence + applied state
- `ai-context migrate apply [--dry-run]` — execute the plan (per-entry git commits, git-clean precondition)
- `ai-context migrate clean` — remove applied plan file
- Bundled `ai-context-migrate` skill (SKILL.md + 4 reference docs: overlap-detection, family-routing, legacy-md-conversion, post-migration-verification)
- EPMX-adapted gauntlet at `scripts/epmx-gauntlet/run.sh`
- Self-test at `scripts/test-migrate-on-gauntlet.sh`

**Backward compatibility:**

Migrate is opt-in. Existing repos without legacy skills are unaffected. The new `ai-context-migrate` skill ships in templates alongside `ai-context-kit`. No breaking changes.

**Validation:**

Migrated EPMX Monorepo's 40-entry legacy layout to `.ai/skills/` source-of-truth. EPMX gauntlet passes all stages across Claude/Codex/Gemini ([EPMX PR #511](https://github.com/Empowering-People-More/EPMX-Monorepo/pull/511)).

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@timothycrooker/ai-context-core",
"version": "1.0.0",
"version": "1.1.0",
"description": "Core engine for generating Codex and Claude context files",
"license": "MIT",
"type": "module",
Expand Down
28 changes: 28 additions & 0 deletions packages/templates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @timothycrooker/ai-context-templates

## 1.1.0

### Minor Changes

- 9074b1b: Add migrate CLI subsystem and ai-context-migrate skill (1.1.0).

**New:**
- `ai-context migrate plan` — audit legacy skill layout, generate `.ai/migration-plan.json`
- `ai-context migrate status` — report plan presence + applied state
- `ai-context migrate apply [--dry-run]` — execute the plan (per-entry git commits, git-clean precondition)
- `ai-context migrate clean` — remove applied plan file
- Bundled `ai-context-migrate` skill (SKILL.md + 4 reference docs: overlap-detection, family-routing, legacy-md-conversion, post-migration-verification)
- EPMX-adapted gauntlet at `scripts/epmx-gauntlet/run.sh`
- Self-test at `scripts/test-migrate-on-gauntlet.sh`

**Backward compatibility:**

Migrate is opt-in. Existing repos without legacy skills are unaffected. The new `ai-context-migrate` skill ships in templates alongside `ai-context-kit`. No breaking changes.

**Validation:**

Migrated EPMX Monorepo's 40-entry legacy layout to `.ai/skills/` source-of-truth. EPMX gauntlet passes all stages across Claude/Codex/Gemini ([EPMX PR #511](https://github.com/Empowering-People-More/EPMX-Monorepo/pull/511)).

### Patch Changes

- Updated dependencies [9074b1b]
- @timothycrooker/ai-context-core@1.1.0

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@timothycrooker/ai-context-templates",
"version": "1.0.0",
"version": "1.1.0",
"description": "Project templates for ai-context-kit",
"license": "MIT",
"type": "module",
Expand All @@ -23,7 +23,7 @@
"test": "vitest run"
},
"dependencies": {
"@timothycrooker/ai-context-core": "^1.0.0"
"@timothycrooker/ai-context-core": "^1.1.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading