@ouro.bot/cli 0.1.0-alpha.332 → 0.1.0-alpha.334
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
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
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.334",
|
|
6
|
+
"changes": [
|
|
7
|
+
"refactor(outlook): route the Outlook SPA through canonical shared Outlook contracts instead of tab-local shadow DTOs and generic `Record<string, unknown>` casts.",
|
|
8
|
+
"test(outlook): type live-refresh fixtures against the canonical agent view contract so UI tests catch backend/UI shape drift."
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"version": "0.1.0-alpha.333",
|
|
13
|
+
"changes": [
|
|
14
|
+
"docs(workflow): document the skill freshness fallback for installs that do not have a local `_registry.json`."
|
|
15
|
+
]
|
|
16
|
+
},
|
|
4
17
|
{
|
|
5
18
|
"version": "0.1.0-alpha.332",
|
|
6
19
|
"changes": [
|