Commit 53164cc
feat: multi-account P2P knowledge collaboration (v0.6.0)
Add 3 new MCP tools for cross-Claude knowledge sharing:
- manage_collaborators: address book with trust levels
- share_knowledge: queue entities for P2P sharing with priority
- review_shared_knowledge: staged import with diff/approve/reject
Extended bridge_push/pull/status for shared_knowledge[] flow.
4 new tables: collaborators, pending_shared_entities,
pending_shared_relations, sharing_rules.
2 new entity columns: shared_by, origin.
shared.json v3 format (backward compatible).
UI hotfixes: FullWindow suggested tab preserves overdue-first
sort order; overdue tasks now show red markers in FullWindow.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e6ed79c commit 53164cc
4 files changed
Lines changed: 807 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments