-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-files.json
More file actions
88 lines (88 loc) · 3.76 KB
/
Copy pathrelease-files.json
File metadata and controls
88 lines (88 loc) · 3.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[
".agents/plugins/marketplace.json",
".claude-plugin/marketplace.json",
".claude-plugin/plugin.json",
".codex-plugin/plugin.json",
".github/workflows/test.yml",
".gitignore",
"CHANGELOG.md",
"CONTRIBUTING.md",
"LICENSE",
"README.md",
"README.zh-CN.md",
"SECURITY.md",
"docs/BENCHMARK_PLAN.md",
"docs/EVIDENCE_CONTRACT.md",
"docs/LAYOUT_CONTRACT_V3.md",
"docs/PROCESS_IR_V3.md",
"docs/ROUND_TRIP_CONTRACT.md",
"docs/architecture.md",
"docs/design-principles.md",
"docs/illustrations/product-swimlane-readme/create-update.png",
"docs/illustrations/product-swimlane-readme/overview-en.png",
"docs/illustrations/product-swimlane-readme/overview-zh.png",
"docs/illustrations/product-swimlane-readme/quality-gate.png",
"examples/request-review/README.md",
"examples/request-review/preview.png",
"examples/request-review/process.json",
"examples/request-review/prompt.md",
"release-files.json",
"skills/product-swimlane-drawio/SKILL.md",
"skills/product-swimlane-drawio/agents/openai.yaml",
"skills/product-swimlane-drawio/references/schema.json",
"skills/product-swimlane-drawio/references/schema.md",
"skills/product-swimlane-drawio/scripts/drawio_swimlane.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/__init__.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/build.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/clearance.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/construction.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/contracts.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/document.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/geometry.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/labels.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/layout.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/metadata.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/migration.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/patch_operations.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/port_planner.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/ports.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/roundtrip.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/routing.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/routing_adapter.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/routing_policy.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/sizing.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/spec_validation.py",
"skills/product-swimlane-drawio/scripts/swimlane_core/validation.py",
"tests/fixtures/cli-contract-v1.json",
"tests/fixtures/neutral-flow.json",
"tests/fixtures/neutral-patch.json",
"tests/test_batch_integration.py",
"tests/test_candidate_quality.py",
"tests/test_cell_payload_preservation.py",
"tests/test_clearance.py",
"tests/test_clearance_validation.py",
"tests/test_core_boundaries.py",
"tests/test_d2_delivery_boundaries.py",
"tests/test_evidence_baseline.py",
"tests/test_feasible_routing.py",
"tests/test_label_batch.py",
"tests/test_leaf_modules.py",
"tests/test_migration.py",
"tests/test_native_label_geometry.py",
"tests/test_native_preflight.py",
"tests/test_patch_operations.py",
"tests/test_port_planner.py",
"tests/test_reference_benchmark.py",
"tests/test_release.py",
"tests/test_release_inventory.py",
"tests/test_routing_modules.py",
"tests/test_saved_edit_contracts.py",
"tests/test_v3_layout.py",
"tests/test_validation_collectors.py",
"tools/evidence_cases.py",
"tools/performance_probe.py",
"tools/reference_benchmark.py",
"tools/regression_baseline.py",
"tools/release_check.py",
"tools/swimlane_loader.py"
]