@ouro.bot/cli 0.1.0-alpha.381 → 0.1.0-alpha.382
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.json +9 -0
- package/package.json +1 -1
- package/skills/travel-planning.md +2 -2
package/changelog.json
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_note": "This changelog is maintained as part of the PR/version-bump workflow. Agent-curated, not auto-generated. Agents read this file directly via read_file to understand what changed between versions.",
|
|
3
3
|
"versions": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.1.0-alpha.382",
|
|
6
|
+
"changes": [
|
|
7
|
+
"The packaged travel-planning skill now describes travel/tool credentials as agent Bitwarden/Vaultwarden vault items instead of using retired bundle-vault wording.",
|
|
8
|
+
"Documentation contracts now block packaged skills from reintroducing legacy local credential paths, vault-key wording, or obsolete Bitwarden Agent Access CLI guidance.",
|
|
9
|
+
"The coverage workflow now treats `skills/` changes as package-shipping changes that require a fresh unpublished CLI version before merge.",
|
|
10
|
+
"`@ouro.bot/cli` and the `ouro.bot` wrapper are version-synced for the packaged skill credential-guidance release."
|
|
11
|
+
]
|
|
12
|
+
},
|
|
4
13
|
{
|
|
5
14
|
"version": "0.1.0-alpha.381",
|
|
6
15
|
"changes": [
|
package/package.json
CHANGED
|
@@ -73,8 +73,8 @@ Present top 3-5 options comparing:
|
|
|
73
73
|
### Credential Handling
|
|
74
74
|
|
|
75
75
|
Credentials are managed through the credential access layer, which stores
|
|
76
|
-
agent-owned secrets
|
|
77
|
-
enter model context.
|
|
76
|
+
agent-owned secrets in the agent's Bitwarden/Vaultwarden credential vault.
|
|
77
|
+
Raw passwords never enter model context.
|
|
78
78
|
|
|
79
79
|
- Use `credential_get` to check what credentials exist for a domain (metadata only, never passwords)
|
|
80
80
|
- Use `credential_store` to save credentials the agent acquired (e.g., during sign-up for a service)
|