@aiaiai-pt/frankctl 0.7.2 → 0.8.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/CHANGELOG.md +17 -0
- package/dist/index.js +223 -222
- package/dist/template-packs/cira/11_stop_time.yaml +109 -0
- package/dist/template-packs/cira/template-pack.yaml +10 -0
- package/package.json +1 -1
- package/skills/frank-cli/SKILL.md +65 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,23 @@
|
|
|
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.8.0
|
|
7
|
+
|
|
8
|
+
- Add declarative `IdentityPolicy` reconciliation, exact symbolic reference
|
|
9
|
+
resolution, typed field-mapping persistence, dry-run version planning, and
|
|
10
|
+
portable Pipeline export through the existing `pipelines apply` path.
|
|
11
|
+
- Preserve identity-policy history with monotonic first-use freezing: unchanged
|
|
12
|
+
recipes no-op, unused recipes patch in place, and changed frozen recipes
|
|
13
|
+
advance exactly one version.
|
|
14
|
+
- Serialize first binding with recipe writers and carry an internal complete
|
|
15
|
+
recipe-hash precondition across declarative resource requests. Concurrent
|
|
16
|
+
drift now returns a structured 409 and full-file replay guidance instead of
|
|
17
|
+
silently binding a changed in-place recipe.
|
|
18
|
+
- Add the CIRA regional `stop_time` identity-backed pipeline as an explicit
|
|
19
|
+
`declared_pending` template component. The default remains the seven
|
|
20
|
+
live-proven components (50 documents); `--all` renders all eight components
|
|
21
|
+
(53 documents) until current-box ontology proof promotes it.
|
|
22
|
+
|
|
6
23
|
## 0.7.2
|
|
7
24
|
|
|
8
25
|
- Make the CIRA regional-transport integration self-contained by declaring the
|