mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(root): add postinstall symlinks for generic agents (#447)
This commit is contained in:
@@ -141,3 +141,5 @@ bun.lockb
|
||||
# AI Agent Config (Generated)
|
||||
# -------------------------
|
||||
.opencode
|
||||
AGENTS.md
|
||||
agents
|
||||
|
||||
+2
-1
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "simple-git-hooks",
|
||||
"postinstall": "pnpm link:opencode",
|
||||
"postinstall": "pnpm link:opencode && pnpm link:agents",
|
||||
"build:packages": "turbo run build --filter='./packages/*'",
|
||||
"build:site": "turbo run build --filter=site",
|
||||
"build": "turbo run build",
|
||||
@@ -29,6 +29,7 @@
|
||||
"lint:fix": "biome check . --write",
|
||||
"lint:fix:file": "biome check --write",
|
||||
"link:opencode": "[ -e .opencode ] || ln -s .claude .opencode",
|
||||
"link:agents": "[ -e AGENTS.md ] || ln -s CLAUDE.md AGENTS.md; [ -e agents ] || ln -s .claude agents",
|
||||
"test": "turbo run test",
|
||||
"typecheck": "tsc --build"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user