artifact: add FPA analysis outputs through round 6

This commit is contained in:
mytool2002
2026-06-20 14:08:46 +08:00
commit 8bf8795f96
105 changed files with 4324 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Local repo-skill development artifacts
.agents/
# Analysis output artifacts that do not belong in the published skill package
docs/
specs/
# Legacy local reference kept outside the published skill package
frontend-decomposition-methodology.md
# Python and local workflow state
.venv/
__pycache__/
.pytest_cache/
.ruff_cache/
.env
.frontend-project-analysis/
# macOS and local temp artifacts
.DS_Store
tmp/