opencode-autoresearch 3.4.0 → 3.4.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,6 +1,6 @@
1
1
  {
2
2
  "name": "autoresearch",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
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/INSTALL.md CHANGED
@@ -110,7 +110,7 @@ hermes cron create \
110
110
  --workdir ~/projects/AutoResearch \
111
111
  --skill autoresearch-hermes \
112
112
  "every 15m" \
113
- "Run AutoResearch iteration loop. Detect phase from .autoresearch/state.json and execute one phase. Approved verify command: `npm run test:coverage`. Approved guard command: `npm run typecheck`."
113
+ "Run AutoResearch iteration loop. Detect phase from .autoresearch/state.json and execute one phase. Approved verify command: 'npm run test:coverage'. Approved guard command: 'npm run typecheck'."
114
114
  ```
115
115
 
116
116
  ### Initialize a Run
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.4.0-58a6ff?style=flat" alt="v3.4.0">
8
+ <img src="https://img.shields.io/badge/version-v3.4.1-58a6ff?style=flat" alt="v3.4.1">
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.4.0
1
+ 3.4.1
@@ -1,4 +1,4 @@
1
- export declare const VERSION = "3.4.0";
1
+ export declare const VERSION = "3.4.1";
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.4.0";
1
+ export const VERSION = "3.4.1";
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,7 +1,7 @@
1
1
  import { VERSION, PACKAGE_NAME, PRODUCT_BRAND, SKILL_NAME } from "./constants.js";
2
2
  export declare const id = "autoresearch";
3
3
  export declare const repoRoot: string;
4
- export declare const version = "3.4.0";
4
+ export declare const version = "3.4.1";
5
5
  type OpenCodeConfig = {
6
6
  command?: Record<string, {
7
7
  template: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-autoresearch",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
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",