opencode-autoresearch 3.11.0 → 3.12.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autoresearch",
3
- "version": "3.11.0",
3
+ "version": "3.12.0",
4
4
  "description": "Auto Research for OpenCode. Run a structured autonomous iteration loop with a standing subagent pool.",
5
5
  "author": {
6
6
  "name": "Maleick",
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  </p>
6
6
 
7
7
  <p align="center">
8
- <img src="https://img.shields.io/badge/version-v3.11.0-58a6ff?style=flat" alt="v3.11.0">
8
+ <img src="https://img.shields.io/badge/version-v3.12.0-58a6ff?style=flat" alt="v3.12.0">
9
9
  <a href="https://github.com/Maleick/AutoResearch/stargazers"><img src="https://img.shields.io/github/stars/Maleick/AutoResearch?style=flat&color=58a6ff" alt="Stars"></a>
10
10
  <a href="https://github.com/Maleick/AutoResearch/commits/main"><img src="https://img.shields.io/github/last-commit/Maleick/AutoResearch?style=flat" alt="Last Commit"></a>
11
11
  <a href="https://github.com/Maleick/AutoResearch/releases"><img src="https://img.shields.io/github/v/release/Maleick/AutoResearch?style=flat" alt="Version"></a>
package/VERSION CHANGED
@@ -1 +1 @@
1
- 3.11.0
1
+ 3.12.0
@@ -1,4 +1,4 @@
1
- export declare const VERSION = "3.11.0";
1
+ export declare const VERSION = "3.12.0";
2
2
  export declare const PACKAGE_NAME = "opencode-autoresearch";
3
3
  export declare const SKILL_NAME = "autoresearch";
4
4
  export declare const PRODUCT_BRAND = "Auto Research";
package/dist/constants.js CHANGED
@@ -1,4 +1,4 @@
1
- export const VERSION = "3.11.0";
1
+ export const VERSION = "3.12.0";
2
2
  export const PACKAGE_NAME = "opencode-autoresearch";
3
3
  export const SKILL_NAME = "autoresearch";
4
4
  export const PRODUCT_BRAND = "Auto Research";
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export declare const id = "autoresearch";
2
2
  export declare const repoRoot: string;
3
- export declare const version = "3.11.0";
3
+ export declare const version = "3.12.0";
4
4
  type OpenCodeConfig = {
5
5
  command?: Record<string, {
6
6
  template: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-autoresearch",
3
- "version": "3.11.0",
3
+ "version": "3.12.0",
4
4
  "description": "Autonomous recursive self-improvement engine for OpenCode and Hermes Agent. Subagent-first iteration loop with mechanical verification.",
5
5
  "author": {
6
6
  "name": "Maleick",