superposition icon indicating copy to clipboard operation
superposition copied to clipboard

feat: superposition_toml updates with map and new context format

Open knutties opened this issue 4 months ago • 0 comments

Problem

The current cac-toml implementation did not use the superposition_core for config resolution and did not have the updated map interface for the context.

Solution

This solution switches to using a ; separated key-value pair for contexts instead of the PEG parser for expressions. We could make this into its own provider - say superposition_toml_provider.

Environment variable changes

NA

Pre-deployment activity

NA

Post-deployment activity

NA

API changes

NA

Possible Issues in the future

NA

knutties avatar Sep 15 '25 05:09 knutties