kushi-agents 5.6.1 → 5.6.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kushi-agents",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.3",
|
|
4
4
|
"description": "Install Kushi — multi-source project evidence agent with Comprehensive Structured Capture (CSC) into weekly-only files across Email, Teams, OneNote, Loop, SharePoint, Meetings, CRM, ADO. Meetings retain a sibling verbatim/ audit folder. WorkIQ-only for M365 sources (Graph / m365_* FORBIDDEN as fallbacks; user-paste is first-class). Host-agnostic.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -2307,11 +2307,8 @@ process.stdout.write(JSON.stringify(out));
|
|
|
2307
2307
|
}
|
|
2308
2308
|
}
|
|
2309
2309
|
|
|
2310
|
-
# D41.migration-notes-exist
|
|
2311
|
-
|
|
2312
|
-
if (-not (Test-Path $migration)) {
|
|
2313
|
-
Add-Finding 'D41.migration-notes-exist' 'Stabilization' 'warning' "docs/migration/v4-to-v5.md is missing" "Create docs/migration/v4-to-v5.md (breaking-ish changes between v4.x and v5.x)." $migration 0
|
|
2314
|
-
}
|
|
2310
|
+
# D41.migration-notes-exist — RETIRED (no users yet; docs describe current state only).
|
|
2311
|
+
# Genealogy lives in docs/genealogy.md; release diffs in CHANGELOG.md.
|
|
2315
2312
|
|
|
2316
2313
|
# D41.soak-audit-exists
|
|
2317
2314
|
$soakAudit = Join-Path $Root 'docs\audits\v5.4.0-soak-fixture.md'
|