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
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plugin-portability",
"description": "Make any plugin fully portable across all platforms. Accepts Claude Code, Cursor, Gemini, Codex, Antigravity, OpenClaw, or bare SKILL.md repos as input. Emits every missing platform artifact.",
"version": "0.2.0",
"version": "0.2.1",
"author": {
"name": "Nathaniel Ramm",
"email": "nathaniel.ramm@discretedatascience.com"
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plugin-portability",
"description": "Make any plugin fully portable across all platforms. Accepts Claude Code, Cursor, Gemini, Codex, Antigravity, OpenClaw, or bare SKILL.md repos as input. Emits every missing platform artifact.",
"version": "0.2.0",
"version": "0.2.1",
"author": {
"name": "Nathaniel Ramm",
"email": "nathaniel.ramm@discretedatascience.com"
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,6 @@ jobs:
echo "OK: all versions match ($v_pkg)"
fi

echo ""
echo "=== Session-Start Hook ==="
if [ ! -x hooks/session-start ]; then
echo "FAIL: hooks/session-start does not exist or is not executable"
errors=$((errors + 1))
else
echo "OK: hooks/session-start (executable)"
fi

echo ""
if [ "$errors" -gt 0 ]; then
echo "FAILED: $errors error(s) found"
Expand Down
1 change: 0 additions & 1 deletion GEMINI.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Make any plugin fully portable across all platforms. Accepts Claude Code, Cursor

## Skills

@./skills/using-plugin-portability/SKILL.md
@./skills/plugin-portability/SKILL.md

## Platform API
Expand Down
1 change: 1 addition & 0 deletions docs/reconciliation-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ Track every platform-specific claim in the plugin against researched facts in
| Claim | Current | Research says | Status |
|-------|---------|---------------|--------|
| Session-start per platform | Documented | Cursor and Claude Code output verified; Codex falls to else branch (unverifiable) | Correct |
| Archetype gating | Bootstrapping runs unconditionally | On-demand plugins skip Phase 8 entirely; hooks/using-skill only for always-present | Fixed (archetype gate added) |

### inventory.md

Expand Down
Loading
Loading