@aiaiai-pt/frankctl 0.8.0 → 0.9.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 +11 -0
- package/README.md +14 -7
- package/dist/index.js +231 -229
- package/package.json +1 -1
- package/skills/frank-cli/SKILL.md +5 -4
package/package.json
CHANGED
|
@@ -96,10 +96,11 @@ A pipeline is one multi-document YAML file describing four kinds of object under
|
|
|
96
96
|
| `BackingDataset` | Maps a silver table's columns to **ontology** entity properties |
|
|
97
97
|
|
|
98
98
|
Objects reference each other by `metadata.name`, so one file can be self-contained and
|
|
99
|
-
version-controllable.
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
the opaque
|
|
99
|
+
version-controllable. Credential behavior follows explicit `SOURCE_CREDENTIAL_MODE`:
|
|
100
|
+
current base Compose uses `legacy_inline`, where write-only values persist in redacted
|
|
101
|
+
`source_config` and `sources credentials set|rotate` is unavailable; immutable release
|
|
102
|
+
`vault` mode uses those commands and keeps only the opaque `credential_ref` in exports.
|
|
103
|
+
Commit only reviewed, secret-free declarations in either mode.
|
|
103
104
|
|
|
104
105
|
### The loop: scaffold → edit → apply
|
|
105
106
|
|