Added to Git

This commit is contained in:
Vadim Flowed
2026-05-10 19:01:57 +03:00
parent d08c2c4d8a
commit 1c7f9161f1
44 changed files with 2902 additions and 0 deletions
@@ -0,0 +1,30 @@
{
"version": "0.2.0",
"package_name": "wireframe-system",
"default_artifact_dir": "workspace/artifacts/wireframe-gen",
"system_paths": [
".agents",
"scripts",
"docs",
"tests",
"AGENTS.md",
"wireframe-system.manifest.json"
],
"preserve_paths": [
"workspace",
"artifacts",
"maintenance",
"dist"
],
"excluded_paths": [
"workspace",
"artifacts",
"maintenance",
"dist",
".git",
".cache",
"node_modules",
"tmp",
"temp"
]
}