-
-
Notifications
You must be signed in to change notification settings - Fork 285
Expand file tree
/
Copy path.skills.local.example
More file actions
34 lines (34 loc) · 1.74 KB
/
.skills.local.example
File metadata and controls
34 lines (34 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Template for per-engineer skills config used by `yarn skills`.
# Copy this file to `.skills.local` (gitignored).
#
# Zero-config default: the shared @metamask/skills CLI refreshes
# `.skills-cache/metamask-skills` during setup. `yarn skills` auto-detects that
# cache when no env var is set, and falls back to the bundled package snapshot
# if the cache is unavailable — nothing to do.
#
# Optional persistent skills config belongs in this file. Environment variables
# with the same names are only for one-off shell or CI overrides and take
# precedence over this file.
# METAMASK_SKILLS_DIR path to MetaMask/skills source checkout (optional override)
# CONSENSYS_SKILLS_DIR path to Consensys/skills checkout (private overlay)
# METAMASK_SKILLS_TARGET_REPO canonical repo overlay for forks/unusual remotes
#
# Example local setup (only if you want to override the cache):
# METAMASK_SKILLS_DIR=~/dev/metamask/skills
# CONSENSYS_SKILLS_DIR=~/dev/Consensys/skills # optional
# METAMASK_SKILLS_TARGET_REPO=metamask-mobile # optional fork override
#
# Default behavior installs ALL stable domains available for Core. Set
# SKILLS_DOMAINS to opt out of some:
# SKILLS_DOMAINS= # all (default)
# SKILLS_DOMAINS=perps # single domain
# SKILLS_DOMAINS=perps,coding,pr-workflow # multiple domains
#
# Optional: regenerate gitignored installed skills during yarn install/setup after
# the public cache refreshes. Off by default for backward compatibility.
# SKILLS_AUTO_UPDATE=1 # also accepts true/yes
#
# Override per-run with `SKILLS_DOMAINS=... yarn skills` or `--domain <list>`.
# Pick interactively with `yarn skills --select`.
# Use `yarn skills --reset` to wipe.
SKILLS_DOMAINS=