Build and run agents you can see, understand and trust.
gentle-shell-jev
Public Gentle Shell fork exploring an optional TypeSafe/JEV context-anticipation integration
Project facts
- Relationship to Jev
- Integration
- Evidence
- Code reference
- Language
- TypeScript
- License
- MIT
- Origin
- Original repository
- Repository status
- Not archived
- Created
- 2026-09-20
- GitHub stars
- 0
- Evidence checked
- 2026-09-24T08:40:10.508Z
- Metadata checked
- 2026-09-24T08:40:10.508Z
- Check status
- current
Stars measure the whole repository, including work unrelated to Jev.
Evidence and scope
Code reference records the linked documentation or source. JevHunt has not independently run or benchmarked this project.
if (!path) return process.env.TYPESAFE_API_KEY?.trim() || undefined; const text = await readFile(path, "utf8"); const match = text.match(/^\s*TYPESAFE_API_KEY\s*=\s*(?:"([^"]+)"|'([^']+)'|([^\s#]+))/m); return match?.[1] ?? match?.[2] ?? match?.[3];
Evidence commit: 27393e1f05bfccbda7c1f2ba866771816c109822
Discovered through: github-search.
How we review →