@stigmer/protos 0.0.70 → 0.0.72

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.
@@ -77,7 +77,7 @@ export declare const SkillStatusSchema: GenMessage<SkillStatus>;
77
77
  */
78
78
  export type GitProvenance = Message<"ai.stigmer.agentic.skill.v1.GitProvenance"> & {
79
79
  /**
80
- * Git remote URL (e.g., "https://github.com/stigmer/skills.git").
80
+ * Git remote URL (e.g., "https://github.com/stigmer/stigmer.git").
81
81
  *
82
82
  * @internal
83
83
  * For local push: detected "origin" remote URL.
@@ -95,7 +95,7 @@ export type Git = Message<"ai.stigmer.agentic.skill.v1.Git"> & {
95
95
  /**
96
96
  * Git repository URL (HTTPS or SSH).
97
97
  * CLI uses locally configured git credentials for authentication.
98
- * Examples: "https://github.com/stigmer/skills.git", "git@github.com:stigmer/skills.git"
98
+ * Examples: "https://github.com/stigmer/stigmer.git", "git@github.com:stigmer/stigmer.git"
99
99
  *
100
100
  * @generated from field: string url = 1;
101
101
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigmer/protos",
3
- "version": "0.0.70",
3
+ "version": "0.0.72",
4
4
  "description": "Generated TypeScript protobuf stubs for Stigmer APIs",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",