opencode-onboard 0.1.1 → 0.1.2

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.
package/README.md CHANGED
@@ -24,7 +24,6 @@ Most codebases have no `AGENTS.md`, no architecture docs agents can read, and no
24
24
  <div align="center">
25
25
  <img src="https://raw.githubusercontent.com/CKGrafico/opencode-onboard/refs/heads/main/demo.gif" alt="opencode-onboard demo" width="700" />
26
26
  </div>
27
- ---
28
27
 
29
28
  ## Quick start
30
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-onboard",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Prepare any brownfield codebase for AI agent workflows using OpenCode, OpenSpec, and ensemble orchestration.",
5
5
  "keywords": [
6
6
  "opencode",
package/src/index.js CHANGED
@@ -49,10 +49,9 @@ if (process.stdin.isTTY) {
49
49
  resolve()
50
50
  })
51
51
  })
52
- }
53
- })
52
+ }
54
53
 
55
- try {
54
+ try {
56
55
  // 1. Check Node + pnpm
57
56
  await checkEnv()
58
57