Refactor plugin system
Nobody has claimed this yet.
- Dominant language
- CoffeeScript
- Stars
- 32
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The plugin system is a bit of a mess right now, clean it up.
We should always add tool.init() for each tool so we have a proper initialization event in case any tools require setup / io before use.
We also need better support for calling methods directly from the node api ( and not the cli )
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by mapping the plugin system and its tool entry points, then compare CLI invocation with direct Node API calls. Verify that every tool receives tool.init() before use and that methods can be called without the CLI; the issue names no files or tests, so scope and completion need clarification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- coffeescript, node.js
- Domain
- api, cli, tooling
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100