update-docs
Update Documentation
Audit and update all project documentation to reflect current code.
Doc Files to Update
| File | Purpose |
|---|---|
sdk/README.md |
SDK user-facing docs — transforms, palette API, value ranges, type exports |
cli/README.md |
CLI user-facing docs — all subcommand flag tables, examples, defaults |
cli/src/palette.ts |
CLI palette showHelp() function and parseArgs() defaults |
cli/src/index.ts |
Main rampa --help text — subcommand list, IMAGE PALETTE section |
cli/src/color.ts |
CLI color subcommand help text and transform flags |
AGENTS.md |
Architecture guide — build commands, file map, conventions |
Source Files to Read
More from basiclines/rampa-studio
rampa-colors
Generate mathematically accurate color palettes using OKLCH color space. Use when creating design systems, color ramps, accessible palettes, CSS variables for themes, or when user asks about color generation.
37accessible-contrast
Generate color ramps designed for WCAG-compliant contrast pairing. Creates 11-step scales with predictable foreground/background combinations.
36theme-foundation
Create a complete theme foundation with accent, secondary, and neutral color ramps from a single brand color. Use when building light/dark mode themes or starting a new design system.
33data-viz-palette
Generate distinct, accessible colors for charts, graphs, and data visualizations. Uses color harmonies for maximum perceptual distinction.
31tinted-neutrals
Generate neutral gray palettes with subtle brand color tinting. Use when you want grays that feel connected to your brand rather than pure neutral grays.
28status-from-accent
Generate success, warning, danger, and info status colors that harmonize with your brand using square harmony. All colors mathematically derived from one input.
28