AI Retrieval Glossary

Projects and Context

  • cuttlefish: source of truth for component runtime and implementation.
  • lessjs: source of legacy docs and supplemental guides.
  • Rspress: new docs framework for routing, search, and llms artifacts.

Term Aliases

  • component = spz-*
  • attributes = props
  • events = @eventName
  • methods = api = SPZ.whenApiDefined
  • layout (for example container / fixed / responsive)

Query Tips

  • component usage: spz-xxx attributes events examples
  • cross-page rules: layout constraints actions and events
  • alignment status: component alignment report driftLevel

AI Usage Notes (LLM Ready)

  • Section density: detected 3 level-2 headings.
  • Example density: detected 0 code blocks.
  • Read conclusions first: extract definitions, constraints, and boundary conditions.
  • Then verify with examples: rely on executable snippets rather than prose only.
  • Finally cross-check: open related component pages to avoid doc/runtime drift.