fledge 0.9.1

Dev-lifecycle CLI — scaffolding, tasks, lanes, plugins, and more.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Plugin — Requirements

## Functional Requirements

1. Install plugins from GitHub repositories via `fledge plugin install <repo>`
2. Remove installed plugins via `fledge plugin remove <name>`
3. List installed plugins with metadata via `fledge plugin list`
4. Search for plugins on GitHub via `fledge plugin search <query>`
5. Run plugin commands as fledge subcommands
6. Resolve plugin executables by name for CLI dispatch
7. Support cross-platform symlink creation (Unix symlinks, Windows symlinks)
8. Set executable permissions on plugin binaries (Unix only)

## Non-Functional Requirements

1. Plugin installation must be idempotent with `--force` flag
2. Plugin binaries must be discoverable via PATH or `plugins/bin/`
3. `--json` flag must produce machine-parseable output for all list/search operations