Skip to content

feat: package Flect repository plugin - #60

Merged
aakbarpour merged 1 commit into
mainfrom
feat/59-repo-plugin
Aug 14, 2026
Merged

feat: package Flect repository plugin#60
aakbarpour merged 1 commit into
mainfrom
feat/59-repo-plugin

Conversation

@aakbarpour

Copy link
Copy Markdown
Owner

Closes #59

What changed

  • Package Flect's Codex Skill and local stdio MCP server as plugins/flect.
  • Add a tracked repository marketplace at .agents/plugins/marketplace.json.
  • Add manifest and Skill synchronization tests.
  • Document installation, upgrades, PATH prerequisites, and manual fallbacks.

Why

Users can install the verified native flect executable once, then add the Flect GitHub repository as a Codex marketplace and receive the Skill and local MCP configuration together. The plugin does not download binaries or introduce a hosted service.

Validation

  • cargo fmt --check
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • cargo test --workspace --all-targets
  • Plugin and Skill validators
  • Clean-worktree MCP smoke test
  • Missing-executable prerequisite smoke test

@aakbarpour
aakbarpour merged commit 8165cf7 into main Aug 14, 2026
13 checks passed
@aakbarpour
aakbarpour deleted the feat/59-repo-plugin branch August 14, 2026 01:44
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.

Package Flect as a repository marketplace plugin

1 participant