@tutti-os/agent-activity-core 0.0.8 → 0.0.10

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @tutti-os/agent-activity-core
2
2
 
3
- Shared agent activity state, merge rules, and selectors for Nextop agent UIs.
3
+ Shared agent activity state, merge rules, and selectors for Tutti agent UIs.
4
4
 
5
5
  This package owns the frontend-side session snapshot model used by surfaces such
6
6
  as `@tutti-os/agent-gui` and the future message center. It does not know about
package/dist/index.d.ts CHANGED
@@ -68,7 +68,7 @@ interface AgentActivityComposerSettingOption {
68
68
  interface AgentActivityComposerSkillOption {
69
69
  name: string;
70
70
  trigger: string;
71
- sourceKind: "project" | "personal" | "bundled" | "plugin" | "system" | "nextop-injected";
71
+ sourceKind: "project" | "personal" | "bundled" | "plugin" | "system" | "tutti-injected";
72
72
  description?: string;
73
73
  pluginName?: string;
74
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-activity-core",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",