ccqa 1.11.0 → 1.13.0

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.
@@ -829,7 +829,7 @@ interface HubClient {
829
829
  profile: string;
830
830
  }): Promise<RerunReport>;
831
831
  /**
832
- * Every spec's last `ccqa drift --push` audit, keyed by "feature/spec". No
832
+ * Every spec's last `ccqa audit --report-to-hub` result, keyed by "feature/spec". No
833
833
  * profile — drift asks whether a spec still describes the code, not
834
834
  * whether an environment is stale.
835
835
  */
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccqa",
3
- "version": "1.11.0",
3
+ "version": "1.13.0",
4
4
  "type": "module",
5
5
  "description": "Browser test recorder powered by Claude Code and agent-browser",
6
6
  "repository": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccqa",
3
- "version": "1.11.0",
3
+ "version": "1.13.0",
4
4
  "type": "module",
5
5
  "description": "Browser test recorder powered by Claude Code and agent-browser",
6
6
  "repository": {