What problem does it solve?
The meta plugin for the agent-plus framework bootstraps the workspace, surfaces env-var readiness, caches discovered identities, and manages marketplace lifecycle and extensions so you can reason about your environment without scanning files manually.
Core Features & Use Cases
- Workspace bootstrap and three-file initialization: manifest.json, services.json, and env-status.json for immediate context.
- Env-var readiness and identity cache: surfaces which environment variables are configured and caches project/service handles.
- Marketplace lifecycle and extensions orchestration: coordinates marketplace state and optional user extensions, enabling discovery and refreshed state at session start.
- Use cases: when starting a session, after config changes, or when an agent asks "is X configured here?" to answer quickly.
Quick Start
Run agent-plus-meta init, then agent-plus-meta envcheck to verify config, and finally agent-plus-meta refresh to resolve identities.