@claudecam/shared

v0.1.1

Published

Shared types and schemas for Claude Agent Monitor

Readme

@claudecam/shared

Shared types, Zod schemas, and constants for Claude Agent Monitor (CAM) -- Mission Control for Claude Code agents.

npm version License: MIT

What This Package Does

Foundation package for the CAM monorepo. Contains all shared TypeScript types, Zod validation schemas, and constants used across the server, hook, CLI, and dashboard packages.

Includes:

  • TypeScript interfaces for sessions, agents, events, projects, sprints, and tasks
  • Zod schemas for runtime validation of hook event payloads
  • Shared constants (ports, timeouts, limits)
  • Agent palette and color utilities

Usage

This is an internal package used by other @claudecam/* packages. You typically don't install it directly.

import { type Session, type AgentEvent, hookEventSchema } from '@claudecam/shared';

Links

License

MIT