Documentation
¶
Overview ¶
Package integrations provides the embedded default library of external spec-driven-development tool descriptors (see pkg/integration).
Descriptors load from embedded YAML with no filesystem access, mirroring the pkg/workflows pattern. Consumers (visionspec, visionstudio) read these to detect and represent tool status; this package holds data only.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func All ¶
func All() []*integration.Integration
All returns every registered integration, sorted by ID.
func Get ¶
func Get(id string) (*integration.Integration, error)
Get returns the integration with the given ID.
func Register ¶
func Register(in *integration.Integration)
Register adds or replaces an integration in the registry.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.