88 lines
1.8 KiB
JSON
88 lines
1.8 KiB
JSON
{
|
|
"project": "FESA Structural Solver",
|
|
"phase": "solver-core-skeleton",
|
|
"steps": [
|
|
{
|
|
"step": 0,
|
|
"name": "cmake-ctest-bootstrap",
|
|
"status": "pending",
|
|
"allowed_paths": [
|
|
"CMakeLists.txt",
|
|
"tests/"
|
|
]
|
|
},
|
|
{
|
|
"step": 1,
|
|
"name": "core-primitives",
|
|
"status": "pending",
|
|
"allowed_paths": [
|
|
"src/fesa/core/",
|
|
"tests/unit/core_*_test.cpp"
|
|
]
|
|
},
|
|
{
|
|
"step": 2,
|
|
"name": "domain-model-entities",
|
|
"status": "pending",
|
|
"allowed_paths": [
|
|
"src/fesa/model/",
|
|
"tests/unit/model_*_test.cpp"
|
|
]
|
|
},
|
|
{
|
|
"step": 3,
|
|
"name": "analysis-model-view",
|
|
"status": "pending",
|
|
"allowed_paths": [
|
|
"src/fesa/analysis/",
|
|
"tests/unit/analysis_model_*_test.cpp"
|
|
]
|
|
},
|
|
{
|
|
"step": 4,
|
|
"name": "dof-manager",
|
|
"status": "pending",
|
|
"allowed_paths": [
|
|
"src/fesa/fem/",
|
|
"tests/unit/dof_manager_*_test.cpp"
|
|
]
|
|
},
|
|
{
|
|
"step": 5,
|
|
"name": "analysis-state",
|
|
"status": "pending",
|
|
"allowed_paths": [
|
|
"src/fesa/analysis/",
|
|
"tests/unit/analysis_state_*_test.cpp"
|
|
]
|
|
},
|
|
{
|
|
"step": 6,
|
|
"name": "analysis-template-flow",
|
|
"status": "pending",
|
|
"allowed_paths": [
|
|
"src/fesa/analysis/",
|
|
"tests/unit/analysis_flow_*_test.cpp"
|
|
]
|
|
},
|
|
{
|
|
"step": 7,
|
|
"name": "results-containers",
|
|
"status": "pending",
|
|
"allowed_paths": [
|
|
"src/fesa/results/",
|
|
"tests/unit/results_*_test.cpp"
|
|
]
|
|
},
|
|
{
|
|
"step": 8,
|
|
"name": "solver-skeleton-integration-report",
|
|
"status": "pending",
|
|
"allowed_paths": [
|
|
"tests/integration/",
|
|
"docs/build-test-reports/"
|
|
]
|
|
}
|
|
]
|
|
}
|