Skip to content

Commit 0a28424

Browse files
wrsmith108ruvnet
andcommitted
chore: add Varlock environment schema for secure secret management
Adds .env.schema with LINEAR_API_KEY (required, sensitive) and LINEAR_DEFAULT_INITIATIVE_ID (optional) definitions. Enables `varlock load` validation and `varlock run` for safe secret injection without exposing keys in terminal output or Claude's context. Co-Authored-By: claude-flow <ruv@ruv.net>
1 parent efea328 commit 0a28424

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.env.schema

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Linear Claude Skill - Environment Schema
2+
# @defaultSensitive=true @defaultRequired=infer
3+
4+
# Linear API Key - Required for all operations
5+
# @type=string(startsWith=lin_api_) @required @sensitive
6+
LINEAR_API_KEY=
7+
8+
# Default initiative UUID for createProjectWithDefaults()
9+
# @type=string @required=false @sensitive=false
10+
LINEAR_DEFAULT_INITIATIVE_ID=

0 commit comments

Comments
 (0)