@indexnetwork/protocol 21.0.0-rc.487.1 → 21.0.0-rc.488.1

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * contacts/ports — ContactServiceAdapter persistence port.
2
+ * contacts — ContactServiceAdapter persistence port.
3
3
  *
4
4
  * Injected boundary for contact management persistence. Implemented by
5
5
  * the host application and passed into the protocol layer at the composition root.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * contacts/ports — ContactServiceAdapter persistence port.
2
+ * contacts — ContactServiceAdapter persistence port.
3
3
  *
4
4
  * Injected boundary for contact management persistence. Implemented by
5
5
  * the host application and passed into the protocol layer at the composition root.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * contacts/application — createContactTools canonical implementation.
2
+ * contacts — createContactTools canonical implementation.
3
3
  *
4
4
  * Creates contact management tools for the chat agent. Enables listing,
5
5
  * removing, and searching the user's personal network.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * contacts/application — createContactTools canonical implementation.
2
+ * contacts — createContactTools canonical implementation.
3
3
  *
4
4
  * Creates contact management tools for the chat agent. Enables listing,
5
5
  * removing, and searching the user's personal network.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * contacts/ports — ContactToolDeps tool host port.
2
+ * contacts — ContactToolDeps tool host port.
3
3
  *
4
4
  * Narrow port type consumed by createContactTools. The host provides a
5
5
  * ContactServiceAdapter.
@@ -11,8 +11,7 @@
11
11
  * Its shape remains structurally equivalent to the matching
12
12
  * ToolRegistryCompositionDeps fields.
13
13
  *
14
- * IND-549: extracted from capabilities/contacts.tools.port.ts into the
15
- * contacts capability's dedicated ports layer.
14
+ * This root-level contract keeps the capability dependency surface compact.
16
15
  */
17
16
  import type { ContactServiceAdapter } from "./contact.repository.port.js";
18
17
  /** Host capabilities consumed by contact tools. */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * contacts/ports — ContactToolDeps tool host port.
2
+ * contacts — ContactToolDeps tool host port.
3
3
  *
4
4
  * Narrow port type consumed by createContactTools. The host provides a
5
5
  * ContactServiceAdapter.
@@ -11,7 +11,6 @@
11
11
  * Its shape remains structurally equivalent to the matching
12
12
  * ToolRegistryCompositionDeps fields.
13
13
  *
14
- * IND-549: extracted from capabilities/contacts.tools.port.ts into the
15
- * contacts capability's dedicated ports layer.
14
+ * This root-level contract keeps the capability dependency surface compact.
16
15
  */
17
16
  export {};
@@ -1,9 +1,9 @@
1
1
  /**
2
- * contacts/domain — pure contact entity value types.
2
+ * contacts — pure contact entity value types.
3
3
  *
4
4
  * No application logic, no LLM calls, no cross-capability imports.
5
5
  *
6
- * IND-549: canonical domain layer for the contacts capability.
6
+ * Canonical contact types for the contacts capability.
7
7
  */
8
8
  /** Contact with user details, as returned by listContacts. */
9
9
  export interface ContactEntry {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * contacts/domain — pure contact entity value types.
2
+ * contacts — pure contact entity value types.
3
3
  *
4
4
  * No application logic, no LLM calls, no cross-capability imports.
5
5
  *
6
- * IND-549: canonical domain layer for the contacts capability.
6
+ * Canonical contact types for the contacts capability.
7
7
  */
8
8
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indexnetwork/protocol",
3
- "version": "21.0.0-rc.487.1",
3
+ "version": "21.0.0-rc.488.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",