chore: добавить сборку frontend-агента
- добавлен агент frontend-architect с манифестом и reference-картой - добавлен скрипт сборки архива агента в public/agents - добавлена сборка агентов в CI и Docker-сборку - исключены generated-директории public/agents и public/template-sync-strategy - удалены сгенерированные файлы Template Sync Strategy из git
This commit is contained in:
36
agents/frontend-architect/source/references.json
Normal file
36
agents/frontend-architect/source/references.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"references": [
|
||||
{
|
||||
"source": "canons/slm-design/architecture/index.md",
|
||||
"target": "references/slm-overview.md"
|
||||
},
|
||||
{
|
||||
"source": "canons/slm-design/architecture/layers.md",
|
||||
"target": "references/slm-layers.md"
|
||||
},
|
||||
{
|
||||
"source": "canons/slm-design/architecture/modules.md",
|
||||
"target": "references/slm-modules.md"
|
||||
},
|
||||
{
|
||||
"source": "canons/slm-design/architecture/segments.md",
|
||||
"target": "references/slm-segments.md"
|
||||
},
|
||||
{
|
||||
"source": "canons/slm-design/architecture/monorepo.md",
|
||||
"target": "references/slm-monorepo.md"
|
||||
},
|
||||
{
|
||||
"source": "canons/slm-design/examples/react/factory.md",
|
||||
"target": "references/slm-react-factory.md"
|
||||
},
|
||||
{
|
||||
"source": "canons/slm-design/examples/react/factory-composition.md",
|
||||
"target": "references/slm-react-factory-composition.md"
|
||||
},
|
||||
{
|
||||
"source": "canons/slm-design/examples/react/composition-provider.md",
|
||||
"target": "references/slm-react-composition-provider.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user