integrations

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2026 License: MIT Imports: 7 Imported by: 0

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 List

func List() []string

List returns all registered integration IDs, sorted.

func Register

func Register(in *integration.Integration)

Register adds or replaces an integration in the registry.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL