Skip to content

chore(release): version packages - #3

Merged
jal-co merged 1 commit into
mainfrom
tegami/version-packages
Jul 2, 2026
Merged

chore(release): version packages#3
jal-co merged 1 commit into
mainfrom
tegami/version-packages

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Merge this PR to publish the versioned packages.

  • @jal-co/docs: 0.0.2 → 0.0.3
  • @jalco/ap-sdk: 0.3.0 → 0.4.0

Changelogs

2026-06-30-hook-async-and-command-frontmatter.md

Per-hook async flag and command frontmatter passthrough

  • Hook.async — mark a hook fire-and-forget. Emitted natively where the harness
    models it (Claude Code "async": true); on harnesses that don't, it's dropped
    with an unsupported-option warning and the hook runs synchronously within its
    timeout. ap-sdk port round-trips it from an existing hooks.json.
  • Command.frontmatter — the same escape hatch already on Skill and
    Subagent, now on Command. Extra fields merge into the generated command
    frontmatter on YAML-frontmatter harnesses (Claude, Codex, OpenCode, Pi,
    Copilot, Windsurf); known fields win a clash. Gemini (TOML) and Cursor (plain
    markdown) ignore it. ap-sdk port captures unknown command fields into it.

2026-07-01-dev-watch.md

Add ap-sdk dev

Watch mode for plugin authors: ap-sdk dev rebuilds on every change to the
plugin and its referenced files, and --install drops the result straight
into your local harness dirs. Errors keep the watcher alive.

2026-07-01-init-command.md

Add ap-sdk init

Scaffold a new plugin project with one command. ap-sdk init my-plugin writes
a working plugin.ts (a skill, a command, and instructions) that passes
ap-sdk check as-is, plus a .gitignore entry for .aps-out/.

2026-07-01-npm-source.md

Install plugins from npm

ap-sdk install npm:<package> (and check/build with the same spec)
fetches a published package from the npm registry, verifies it's a
compatible plugin, and installs it — with npm:<package>@<version> for
pinning. Packages can point at a non-root plugin file via an
ap-sdk.plugin field in package.json.

2026-07-01-package-readme.md

Add a package README

The npm page for @jalco/ap-sdk now has a readme covering the full feature
surface (skills, commands, subagents, hooks, MCP, shared tools) and the
ap-sdk port migration path.

2026-07-01-uninstall.md

Add ap-sdk uninstall

install now records what it wrote to an install manifest
(.ap-sdk/install-manifest.json), and ap-sdk uninstall <plugin-id> cleanly
reverses it — deleting the plugin's files and removing only its entries from
merged configs (instruction blocks, MCP servers, hooks).

@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-plugin-sdk-docs Ready Ready Preview, Comment Jul 1, 2026 9:58pm

@github-actions
github-actions Bot force-pushed the tegami/version-packages branch from 7cabe19 to 3f3e96f Compare July 1, 2026 21:56
@jal-co
jal-co merged commit d6758b6 into main Jul 2, 2026
5 checks passed
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Commit-Check ✔️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant