summaryrefslogtreecommitdiffhomepage
path: root/AGENTS.md
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-02-06 00:36:08 -0500
committerDax Raad <[email protected]>2026-02-06 00:36:11 -0500
commitc35bd39829e3760cfc2749a91cc0de779eb677f9 (patch)
treeb17605316e1b077e054c78ef8908c42713d36e77 /AGENTS.md
parent266de27a0b56c29a3bdb81a5adb211f93214f5a8 (diff)
downloadopencode-c35bd39829e3760cfc2749a91cc0de779eb677f9.tar.gz
opencode-c35bd39829e3760cfc2749a91cc0de779eb677f9.zip
tui: parallelize skill downloads for faster loading
Refactored skill discovery to download skills in parallel instead of sequentially, reducing load times when multiple skills need to be fetched from remote URLs. Also updated AGENTS.md with guidance on using dev branch for diffs.
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index eeec0c341..d51134c0e 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -1,6 +1,7 @@
- To regenerate the JavaScript SDK, run `./packages/sdk/js/script/build.ts`.
- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE.
- The default branch in this repo is `dev`.
+- Local `main` ref may not exist; use `dev` or `origin/dev` for diffs.
- Prefer automation: execute requested actions without confirmation unless blocked by missing info or safety/irreversibility.
## Style Guide