🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

agenv-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agenv-cli

Bootstrap a portable, reviewable AI workspace for web development repositories.

Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

agenv

agenv is an npm package for bootstrapping a portable, reviewable AI workspace for web development repositories.

It helps a team define one canonical AI workspace manifest and turn that into tool-specific outputs for supported coding assistants and MCP-compatible tooling.

What It Does

  • inspects a web development repo and infers useful setup hints
  • creates or loads ai-workspace.json
  • plans generated files for supported targets
  • generates shared docs and tool-specific files
  • supports Codex, Copilot, Claude, and MCP in the current MVP direction
  • supports both dashboard and web-app as project types

Current Status

This repo is no longer docs-only. It now includes:

  • a buildable TypeScript package scaffold
  • a CLI entrypoint and command shells
  • manifest schema, defaults, normalization, load, and save
  • repo inspection and stack hints
  • generation planning and warnings
  • a first real generate and diff path
  • unit and integration tests

Still early:

  • interactive init is still shallow
  • generated file content is functional but not fully polished
  • doctor has structure but is not feature-complete yet
  • the current MVP is still most optimized for dashboard and internal-tool workflows

Vision

Set up a portable, reviewable AI coding environment for web development in one command.

Install and Use

npx agenv-cli --help
npm install -g agenv-cli
agenv --help

Examples:

agenv init --yes
agenv generate
agenv diff
agenv templates-list

Start Here

If you are new to the repo, read these in order:

  • contributor guide: doc/getting-started.md
  • product requirements: doc/prd.md
  • technical requirements: doc/trd.md
  • CLI contract: doc/cli-spec.md
  • manifest contract: doc/manifest-spec.md
  • output map: doc/output-map.md
  • adapter contract: doc/adapter-contract.md
  • implementation plan: doc/implementation-plan.md

Development Commands

npm install
npm test
npm run typecheck
npm run build
node dist/cli/index.js --help

Package Shape

src/
  adapters/
  cli/
  detect/
  doctor/
  fs/
  manifest/
  planner/
  render/
  templates/
  utils/
doc/
tests/

Best Next Step

The strongest near-term path is to keep improving the first usable slice:

  • make generated files richer and less placeholder-like
  • deepen init --yes and preview behavior
  • expand doctor
  • add more integration coverage around real CLI behavior

Keywords

ai

FAQs

Package last updated on 19 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts