Natarajan Kannan
Natarajan Kannan
Single file postman collections are hard to manage in repositories. We propose a format change where Postman collections are split into smaller files and managed within their own directories. This...
## Problem Currently we allow trailing spaces and special characters in key names which is typically not needed. This PR restricts the characters in the key name to the following...
## Problem There is no demo application for people to to see how CAC/Superposition works which makes it hard for people to understand its usage. ## Solution This PR adds...
## Problem @SanchithHegde pointed out the missing `rust-version` and `edition` values in our crates. ## Solution Set the value in the top-level Cargo.toml and reference it in all the crates.
## 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...
## Problem LLMs cannot deterministically integrate with Superposition as it does not have an [MCP server](https://modelcontextprotocol.io/) yet. ## Solution Add MCP support staying as close as possible to the Smithy...
### Feedback from [Sundareswar Jayakumar](https://www.linkedin.com/in/sundareswar/) 1. Hierarchical config is a good differentiator 2. Can we do no-boilerplate injection of the superposition openfeature provider? 3. How do we handle failure of...