@aigne-io/aigne-framework
- Package manager: pnpm with workspaces
Install
Add @aigne-io/aigne-framework to Claude Code with the PolySkill CLI: polyskill add @aigne-io/aigne-framework
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Development Commands ```bash # Package management (pnpm workspaces) pnpm install # Install all dependencies pnpm build # Build all library packages (@aigne/*) pnpm lint # Run biome + per-package linting pnpm lint:fix # Auto-fix lint issues pnpm test # Run all tests pnpm test:coverage # Run tests with coverage # Per-package commands (from package directory) pnpm test # Run package tests (uses bun test) pnpm build # Build single package ``` ### Running a Single Test ```bash cd p…
Keywords: github, package-manager, pnpm, workspaces, dependency-management, javascript, nodejs, frontend-development, monorepo