@ai-dossier/cli 0.5.1 → 0.6.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 +13 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @ai-dossier/cli
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@ai-dossier/cli)
|
|
4
|
+
[](https://www.npmjs.com/package/@ai-dossier/cli)
|
|
5
|
+
[](https://github.com/imboard-ai/ai-dossier/blob/main/LICENSE)
|
|
2
6
|
|
|
3
7
|
**Enforce cryptographic verification before executing dossiers.**
|
|
4
8
|
|
|
@@ -687,12 +691,19 @@ Exit 0 (safe) or 1 (unsafe)
|
|
|
687
691
|
- ✅ CLI parity with dossier-tools
|
|
688
692
|
- ✅ `@ai-dossier` npm scope and CI/CD publishing
|
|
689
693
|
|
|
690
|
-
### v0.4.0
|
|
694
|
+
### v0.4.0
|
|
691
695
|
- ✅ Unified dossier parser across core/cli/mcp
|
|
692
696
|
- ✅ JSON output mode (`--json` flag on commands)
|
|
693
697
|
- ✅ Registry integration (publish, remove, install-skill)
|
|
694
698
|
- ✅ Non-TTY stdin detection
|
|
695
699
|
|
|
700
|
+
### v0.5.0 (Current)
|
|
701
|
+
- ✅ Multi-registry support with parallel resolution
|
|
702
|
+
- ✅ `dossier create` command with meta-dossier templates
|
|
703
|
+
- ✅ `dossier export` and `dossier pull` commands
|
|
704
|
+
- ✅ Agent discovery (`--agent` flag)
|
|
705
|
+
- ✅ Enhanced auth: browser OAuth and env-based tokens
|
|
706
|
+
|
|
696
707
|
### v1.0.0 (Stable)
|
|
697
708
|
- ⏳ Complete signature verification
|
|
698
709
|
- ⏳ Trust management UI
|