@combos-fun/inspector-decorator
v0.0.12
Published
Runtime decorator helpers used by Combos Fun engine and plugin packages to expose Component fields to editor / inspector tooling
Maintainers
Readme
@combos-fun/inspector-decorator
Runtime decorators used by Combos Fun engine packages (Field + legacy type/step IDEProps).
Keywords: decorators, inspector, editor, ide, field, metadata.
Documentation
- Per-package agent / developer notes:
agent-skill.md - Machine-readable manifest:
combos-plugin.json(validated againstschemas/combos-plugin.schema.jsonin the repo root) - Entry skill (single source of truth for AI agents working with this
monorepo):
skills/combos-engine-development/SKILL.md
When consumed from npm, the manifest and agent notes are exposed as stable subpaths:
import manifest from '@combos-fun/inspector-decorator/plugin-manifest';
// or fetch the markdown directly:
// require.resolve('@combos-fun/inspector-decorator/agent-skill')License
Internal workspace package, part of the Combos Fun engine monorepo.
