Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.39 KB

File metadata and controls

42 lines (25 loc) · 1.39 KB

React Canvas Workspace

agent-html is a portable Canvas source workspace. It contains durable artifact source, local primitives, styles, public static files, and source dependency metadata. It does not contain runtime install artifacts.

The Agent HTML CLI supplies dependencies declared in package.json; do not install dependencies inside this directory.

Read Route

Always:

  • AGENTS.md for hard operating rules.
  • index/README.md for generated route summaries.

When authoring an artifact:

  • artifacts/README.md
  • TASTE.md for artifact composition and visual judgment.

When authoring an infinite Canvas:

  • ../INFINITE_CANVAS_DESIGN.md
  • canvases/**/*.canvas.tsx for semantic Node intent
  • canvases/.layout/** for machine-managed shared geometry

When using or changing primitives, hooks, helpers, or theme exports:

  • components/README.md for the component source route.
  • TASTE.md for component choice and artifact layout judgment when UI composition is part of the task.
  • index/api-surface.md
  • then the closest source file

When touching Canvas classes, tokens, or internal chrome:

  • styles/README.md

When changing workspace conventions, route files, generated indexes, artifact or data patterns, or copyable examples:

  • GOVERNANCE.md

Source Placement

Source placement defaults live in AGENTS.md. Use the route above to choose the smallest owner before opening source.