@evomap/evolver 1.69.12 → 1.69.14

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.
@@ -104,7 +104,60 @@
104
104
  "node scripts/validate-modules.js ./src/evolve ./src/gep/solidify ./src/gep/policyCheck ./src/gep/mutation ./src/gep/personality",
105
105
  "node scripts/validate-suite.js"
106
106
  ]
107
+ },
108
+ {
109
+ "type": "Gene",
110
+ "id": "gene_distilled_s2g-env-vars",
111
+ "summary": "Vercel environment variable expert guidance. Use when working with .env files, vercel env commands, OIDC tokens, or managing environment-specific configuration.",
112
+ "category": "optimize",
113
+ "signals_match": [
114
+ "use_when_working_with",
115
+ "env_files",
116
+ "vercel_env_commands",
117
+ "oidc_tokens",
118
+ "vercel_env_pull",
119
+ "env_local_overwrite",
120
+ "oidc_token_expiry",
121
+ "dotenv_cli"
122
+ ],
123
+ "preconditions": [
124
+ "Skill env-vars has just been executed locally"
125
+ ],
126
+ "strategy": [
127
+ "Identify the dominant trigger signals from the Skill description.",
128
+ "Apply the smallest targeted change that satisfies the Skill workflow.",
129
+ "Run the Skill validation commands and abort if any fails."
130
+ ],
131
+ "constraints": {
132
+ "max_files": 12,
133
+ "forbidden_paths": [
134
+ ".git",
135
+ "node_modules"
136
+ ]
137
+ },
138
+ "validation": [
139
+ "node --version"
140
+ ],
141
+ "schema_version": "1.6.0",
142
+ "_source": {
143
+ "kind": "skill2gep",
144
+ "skill_name": "env-vars",
145
+ "skill_platform": "vercel",
146
+ "skill_hash": "ba0bdb4db2",
147
+ "rationale_paper": "Wang, Ren, Zhang. From Procedural Skills to Strategy Genes. arXiv:2604.15097",
148
+ "paper_scope": "code-science (arXiv:2604.15097, 45 tasks, Gemini 3.1 Pro/Flash Lite)",
149
+ "claims_outside_scope": "assumption",
150
+ "quality_heuristics": {
151
+ "strategy_steps": 0,
152
+ "avoid_count": 0,
153
+ "validation_declared_count": 0,
154
+ "validation_runnable_count": 0,
155
+ "validation_fallback_used": true,
156
+ "signals_extracted": 4,
157
+ "preconditions_extracted": 0
158
+ }
159
+ },
160
+ "asset_id": "sha256:4fa74fe34d19564416dfd8e63f3012a1672e86f39c4bff85d1c70524e06b5a2e"
107
161
  }
108
162
  ]
109
163
  }
110
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evomap/evolver",
3
- "version": "1.69.12",
3
+ "version": "1.69.14",
4
4
  "description": "A GEP-powered self-evolution engine for AI agents. Features automated log analysis and Genome Evolution Protocol (GEP) for auditable, reusable evolution assets.",
5
5
  "main": "index.js",
6
6
  "bin": {