Add Multi-CLI Plan feature and corresponding JSON schema

- Introduced a new navigation item for "Multi-CLI Plan" in the dashboard template.
- Created a new JSON schema for "Multi-CLI Discussion Artifact" to facilitate structured discussions and decision-making processes.
This commit is contained in:
catlog22
2026-01-13 23:46:15 +08:00
parent c3da637849
commit 6922ca27de
12 changed files with 2535 additions and 274 deletions

View File

@@ -119,6 +119,14 @@ body {
color: hsl(var(--orange));
}
.nav-item[data-lite="multi-cli-plan"].active {
background-color: hsl(var(--purple-light, 280 60% 95%));
}
.nav-item[data-lite="multi-cli-plan"].active .nav-icon {
color: hsl(var(--purple, 280 60% 50%));
}
.sidebar.collapsed .toggle-icon {
transform: rotate(180deg);
}