Parameters
Entity name. Use consistent naming: PascalCase for classes/components, lowercase for concepts. Examples:
"AuthService", "PostgreSQL", "user-authentication".Brief description of what this entity is. Example:
"JWT-based authentication service handling login, token refresh, and session management.".Entity classification. Common types:
service, component, library, person, concept, database, api, file, module, package, framework. Use consistently across entities.Storage scope.
| Value | Description |
|---|---|
project | Stored under the current project (default) |
global | Shared across all projects |