Merged commits stabilize the Fusion roadmap plugin's identity and routing surface, establishing a canonical plugin ID and compatibility routes so the roadmap plugin integrates cleanly with the dashboard's plugin system. Added new roadmap-routes and roadmap-suggestions modules in the dashboard packag Fusion-Task-Id: FN-3637
16 lines
432 B
TypeScript
16 lines
432 B
TypeScript
export {
|
|
FEATURE_SUGGESTION_SYSTEM_PROMPT,
|
|
MILESTONE_SUGGESTION_SYSTEM_PROMPT,
|
|
ParseError,
|
|
ServiceUnavailableError,
|
|
SUGGESTION_TIMEOUT_MS,
|
|
ValidationError,
|
|
__resetSuggestionState,
|
|
__setCreateAiSessionFactory,
|
|
__setCreateFnAgent,
|
|
generateFeatureSuggestions,
|
|
generateMilestoneSuggestions,
|
|
validateFeatureSuggestionInput,
|
|
validateSuggestionInput,
|
|
} from "@fusion-plugin-examples/roadmap/roadmap-suggestions";
|