cullit 2.2.1 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist/dist-JY7XWL3E.js +1543 -0
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -99,6 +99,14 @@ cullit --version
|
|
|
99
99
|
- `--to <ref>` target ref (defaults to `HEAD`)
|
|
100
100
|
- `--provider <name>` `anthropic|openai|gemini|ollama|none`
|
|
101
101
|
- `--model <id>` override model
|
|
102
|
+
- `--source <type>` `local|jira|linear|gitlab|bitbucket|multi-repo` (default: `local`)
|
|
103
|
+
- `--format <fmt>` `markdown|html|json` (default: `markdown`)
|
|
104
|
+
- `--audience <who>` `developer|end-user|executive`
|
|
105
|
+
- `--tone <style>` `professional|casual|terse|edgy|hype|snarky`
|
|
106
|
+
- `--dry-run` print to stdout without publishing
|
|
107
|
+
- `--template <name>` use a named template profile from `.cullit.yml`
|
|
108
|
+
|
|
109
|
+
> **Note:** Sources other than `local`, and providers other than `none`, require a paid tier via `@cullit/licensed`.
|
|
102
110
|
- `--audience <type>` tune output for `developer|end-user|executive`
|
|
103
111
|
- `--tone <style>` tone controls for generated output
|
|
104
112
|
- `--format <fmt>` output format
|