axiom-coding-agent-setup 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/bin/cli.js +2 -0
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -18,6 +18,8 @@ const BRANCH = 'main';
18
18
  const FILES_TO_DOWNLOAD = [
19
19
  // Main instructions
20
20
  'AGENTS.md',
21
+ // OpenCode configuration
22
+ '.opencode.json',
21
23
  // Core agent documents
22
24
  '.agents/engineering.md',
23
25
  '.agents/stack.md',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axiom-coding-agent-setup",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "CLI tool to download AXIOM coding agent setup files into your project",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {