chore: добавить сборку frontend-агента
All checks were successful
CI/CD Pipeline / build (push) Successful in 35s
CI/CD Pipeline / docker (push) Successful in 1m7s
CI/CD Pipeline / deploy (push) Successful in 7s

- добавлен агент frontend-architect с манифестом и reference-картой

- добавлен скрипт сборки архива агента в public/agents

- добавлена сборка агентов в CI и Docker-сборку

- исключены generated-директории public/agents и public/template-sync-strategy

- удалены сгенерированные файлы Template Sync Strategy из git
This commit is contained in:
2026-05-17 18:39:14 +03:00
parent 93f4b468c4
commit a53c5fc1b1
83 changed files with 340 additions and 2590 deletions

View File

@@ -15,6 +15,8 @@
"docs:prepare:template-sync-strategy": "tsx scripts/docs/prepare.ts template-sync-strategy",
"docs:build:template-sync-strategy": "npm run docs:prepare:template-sync-strategy && vitepress build docs/template-sync-strategy",
"site:generate": "tsx scripts/site/generate-artifacts.ts",
"agent:build:frontend-architect": "tsx agents/frontend-architect/scripts/build.ts",
"agents:build": "npm run agent:build:frontend-architect",
"lint": "eslint .",
"preview": "vite preview"
},