v0.1.2 — Multi-tool support (Claude Code + OpenCode)
What's new
PDF now works natively in Claude Code, OpenCode, and any tool following the .agents/skills/ convention.
Installer changes
The installer now writes skills to three locations:
.claude/skills/pdf-*/— primary; discovered by Claude Code and OpenCode.agents/skills/pdf-*/— tool-agnostic mirror.opencode/commands/pdf-*.md— OpenCode slash-command wrappers so PDF commands appear as/pdf-help,/pdf-agent-mobilizeretc. in OpenCode's TUI
Install
npx @systima/project-delivery-frameworkAfter install, in your AI tool of choice:
/pdf-help # see what to do next
/pdf-engagement-init # scaffold a new engagement
Or talk to an agent: hey Marcus, hey Ronan, hey Helena, etc.
Other
scripts/generate-opencode-commands.js— build script that generates the OpenCode wrappers from each skill's frontmatter description.- README and install-flow output updated to reflect the three discovery locations.
opencodeadded to package keywords.
See CHANGELOG.md for full details.