@aiaiai-pt/frankctl 0.4.1 → 0.4.3
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/CHANGELOG.md +8 -0
- package/dist/index.js +136 -136
- package/package.json +1 -1
- package/skills/frank-cli/SKILL.md +249 -204
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to `@aiaiai-pt/frankctl` are documented here. This project
|
|
4
4
|
adheres to [Semantic Versioning](https://semver.org/).
|
|
5
5
|
|
|
6
|
+
## 0.4.3
|
|
7
|
+
|
|
8
|
+
- Rewrite the bundled agent skill (`SKILL.md`) to be outward-facing and declarative-first: leads with the repeatable `pipelines scaffold → edit → apply` loop (multi-doc `frank.platform/v1` YAML, `--dry-run-server`, `--wait`, idempotency/`--allow-recreate`), with the imperative subcommands as a reference. Drops internal-only content (ticket refs, dev-mode/E2E-harness notes, roadmap).
|
|
9
|
+
|
|
10
|
+
## 0.4.2
|
|
11
|
+
|
|
12
|
+
- Add `frankctl skill` — prints the bundled agent SKILL.md to stdout (seed any agent runtime; `frankctl skill > .claude/skills/frankctl/SKILL.md`).
|
|
13
|
+
|
|
6
14
|
## 0.4.1
|
|
7
15
|
|
|
8
16
|
- Point homepage/docs links at https://franksdocs.nomadriver.co (custom domain).
|