agent-skill-harbor-web
v0.14.0
Published
Web runtime package for Agent Skill Harbor.
Downloads
1,405
Maintainers
Readme
agent-skill-harbor-web
Web package for Agent Skill Harbor.
This package contains the SvelteKit frontend source, configuration, and runtime dependencies used by agent-skill-harbor. It also exposes the runtime entry points behind harbor build, harbor dev, harbor preview, and harbor deploy.
Purpose
- Provide the web application source consumed by the
harbor build,harbor dev, andharbor previewcommands - Keep web-specific dependencies separate from the CLI package
- Serve as the published web runtime dependency of
agent-skill-harbor
Notes
- This package is primarily an internal runtime package for
agent-skill-harbor - The package is published as source, and the installed project builds the SvelteKit app locally when
harbor buildorharbor devruns - Release
agent-skill-harbor-webfirst only when the CLI depends on a newer unpublished web version, or when both packages are released together - For repository-level release steps, see
docs/92-release.md
