Skip to content

feat(adapters): add Cline CLI adapter - #20

Merged
SHcommit merged 1 commit into
developfrom
feature/cline-cli-adapter
Sep 5, 2026
Merged

feat(adapters): add Cline CLI adapter#20
SHcommit merged 1 commit into
developfrom
feature/cline-cli-adapter

Conversation

@SHcommit

@SHcommit SHcommit commented Sep 5, 2026

Copy link
Copy Markdown
Owner

Summary

Adds a adapters/cline/ adapter so Cline CLI (and ClinePass users running it) can install the skills/adr-toolkit package.

Cline CLI installs skills through the open Agent Skills standard — the same SKILL.md + skills/ convention this toolkit already ships — rather than a harness-specific manifest. So the adapter is README-only (like adapters/generic/): no plugin.json/gemini-extension.json equivalent exists for Cline skills.

Changes

  • adapters/cline/README.md — install docs (cline skill add SHcommit/ADR-toolkit + manual symlink fallback) and verification status.
  • tests/unit/test_cline_adapter.py — structural tests (README + SKILL.md frontmatter meets Cline's name/description requirements).
  • README.md — Cline CLI row in the harness Install table.
  • tests/unit/test_readme.py — asserts the Install table lists Cline CLI.
  • .gitignore — ignores .cline/skills/adr-toolkit install-time symlink.
  • changelog.md / handoff.md — updated per AGENTS.md.

Verification

  • python3 -m pytest tests/unit tests/integration -q545 passed
  • python3 scripts/sync_version.py --check → OK
  • Manually verified against Cline CLI 3.0.61 (cline --version) in an isolated HOME: cline skill add SHcommit/ADR-toolkit --list finds adr-toolkit, --yes --global installs it to ~/.agents/skills/adr-toolkit/, and the installed script layer returns ok: true for preflight/init/validate.

Closes #19

Cline CLI installs skills via the open Agent Skills standard (SKILL.md),
so the adapter is README-only - no manifest. Documents
`cline skill add SHcommit/ADR-toolkit` plus a manual symlink fallback.

Manually verified against Cline CLI 3.0.61: discovery, install, and the
installed script layer (preflight/init/validate) all return ok:true.

Closes #19
@SHcommit
SHcommit merged commit 1c5db41 into develop Sep 5, 2026
10 checks passed
@SHcommit
SHcommit deleted the feature/cline-cli-adapter branch September 5, 2026 15:08
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