forked from juspay/superposition
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuperposition.skill-seekers.json
More file actions
24 lines (24 loc) · 951 Bytes
/
Copy pathsuperposition.skill-seekers.json
File metadata and controls
24 lines (24 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "superposition",
"description": "Superposition — open-source platform for feature flags, context-aware configuration, and A/B experimentation. Use this skill to understand Superposition concepts, integrate OpenFeature providers (Rust, Python, JavaScript, Java), configure dimensions, overrides, and experiments.",
"sources": [
{
"type": "github",
"repo": "juspay/superposition",
"include": [
"docs/docs/**",
"crates/superposition_provider/**",
"clients/python/**",
"clients/javascript/**",
"clients/java/**"
]
}
],
"categories": {
"getting_started": ["intro", "setup", "quick_start"],
"providers": ["openfeature", "provider", "rust", "python", "javascript", "java"],
"configuration": ["dimensions", "context", "overrides", "config"],
"experimentation": ["experiment", "variant", "traffic"],
"api": ["api", "reference", "endpoint"]
}
}