31 lines
511 B
JSON
31 lines
511 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|