Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:47:30 +08:00
commit 48d6099939
30 changed files with 5747 additions and 0 deletions

74
assets/keywords.json Normal file
View File

@@ -0,0 +1,74 @@
{
"activation_keywords": {
"technologies": [
"bubble tea",
"bubbletea",
"charm",
"charmbracelet",
"lipgloss",
"tui",
"terminal ui",
"tea.Program"
],
"components": [
"viewport",
"textinput",
"textarea",
"table",
"list",
"spinner",
"progress",
"filepicker",
"paginator",
"timer",
"stopwatch",
"tabs",
"help",
"autocomplete"
],
"actions": [
"design tui",
"create tui",
"build tui",
"architect tui",
"plan tui",
"automate tui design",
"generate tui",
"scaffold tui",
"map components",
"select components"
],
"tui_types": [
"file manager",
"installer",
"package manager",
"dashboard",
"form",
"wizard",
"chat interface",
"log viewer",
"text viewer",
"configuration tool",
"menu system"
],
"patterns": [
"multi-view",
"tabbed interface",
"progress tracking",
"form validation",
"keyboard navigation",
"mouse support",
"real-time updates"
]
},
"negative_scope": [
"web ui",
"gui",
"graphical interface",
"react",
"vue",
"angular",
"html",
"css"
]
}