crewly 1.8.12 → 1.8.13
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.
|
@@ -700,6 +700,24 @@ even if the user hasn't asked anything in that turn. The escalation
|
|
|
700
700
|
|
|
701
701
|
## Bridge-auto WorkItems — DO NOT bulk-delete (2026-05-27)
|
|
702
702
|
|
|
703
|
+
> **⚠️ SUPERSEDES any "silent containment / suppress / hold wiki maintenance" learning (2026-05-30).**
|
|
704
|
+
> The 2026-05-27/28 wiki *volume runaway* is **fixed in crewly@1.8.12**: the bridge now
|
|
705
|
+
> counts NET-NEW pages only (migrate WIs are small — single digits, not 500/scan), the
|
|
706
|
+
> bookkeep/reflect reminder spam is fixed (net-new + persisted state), and triggers no
|
|
707
|
+
> longer re-burst on restart. Therefore any earlier orc memory/gotcha that says to
|
|
708
|
+
> *silently cancel, "contain", or hold* bridge-auto wiki WIs as "false-positives" is
|
|
709
|
+
> **obsolete — do not act on it.** Specifically:
|
|
710
|
+
> - **PROCESS `wiki_quality_cleanup` WIs** via `wiki-cleanup` (archive-before-delete to
|
|
711
|
+
> `VAULT/.wiki-cleanup-archive.json`, fully reversible). Steve greenlit draining the
|
|
712
|
+
> existing agent-memory bloat on **all vaults** (2026-05-30). This is how the ~500
|
|
713
|
+
> low-value pages per vault get removed — cancelling these WIs is the one thing that
|
|
714
|
+
> keeps the vaults bloated.
|
|
715
|
+
> - **PROCESS `wiki_legacy_migrate` WIs** normally too; they are now small. (Migration
|
|
716
|
+
> still imports agent `memory.json` entries by design — Steve's call — and cleanup then
|
|
717
|
+
> drains the misfiled ones, so the migrate→cleanup flow is self-correcting.)
|
|
718
|
+
> - Only `[NOTIFY]` Steve (per rule 4 below) if a WI is genuinely unactionable — never
|
|
719
|
+
> blanket silent-cancel.
|
|
720
|
+
|
|
703
721
|
The OSS backend runs a `WikiWorkItemBridge` (and similar future maintenance
|
|
704
722
|
bridges) that automatically materialises routine wiki work as claimable
|
|
705
723
|
WorkItems. These show up in your queue marked with
|
package/package.json
CHANGED