Skip to content

Commit d85f01f

Browse files
committed
Move Project Journey system guidance to reusable template SSoT - PR_26157_003-project-journey-template-ssot
1 parent bcc6b0d commit d85f01f

30 files changed

Lines changed: 1016 additions & 351 deletions

assets/theme-v2/css/panels.css

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,57 @@ body.tool-focus-mode .tool-display-mode__badge {
439439
width: var(--icon-size-sm)
440440
}
441441

442+
.tool-tree--compact,
443+
.tool-tree--compact ul {
444+
margin-top: var(--space-8)
445+
}
446+
447+
.tool-tree--compact ul {
448+
padding-left: var(--space-14)
449+
}
450+
451+
.tool-tree--compact li {
452+
line-height: var(--line-height-md);
453+
margin-top: var(--space-6)
454+
}
455+
456+
.tool-tree-row {
457+
align-items: center;
458+
display: flex;
459+
gap: var(--space-8);
460+
width: 100%
461+
}
462+
463+
.tool-tree-row__content {
464+
flex: 1 1 auto;
465+
justify-content: flex-start;
466+
min-width: var(--space-0)
467+
}
468+
469+
.tool-tree-row__action {
470+
flex: 0 0 32px;
471+
margin-left: auto
472+
}
473+
474+
.tool-icon-32 {
475+
height: 32px;
476+
object-fit: contain;
477+
width: 32px
478+
}
479+
480+
.tool-icon-32.tool-tree-row__action {
481+
height: 32px;
482+
margin: var(--space-0) var(--space-0) var(--space-0) auto;
483+
width: 32px
484+
}
485+
486+
.tool-icon-button {
487+
height: 32px;
488+
min-width: 32px;
489+
padding: var(--space-0);
490+
width: 32px
491+
}
492+
442493
.mascot-role {
443494
color: var(--text);
444495
font-size: var(--font-size-xl);

docs_build/dev/reports/coverage_changed_js_guardrail.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Source: Playwright/Chromium built-in V8 coverage from the active Playwright run.
77

88
Changed runtime JS files considered:
99
(84%) toolbox/toolRegistry.js - executed lines 1788/1788; executed functions 31/37
10-
(92%) toolbox/project-journey/project-journey-mock-repository.js - executed lines 524/524; executed functions 58/63
11-
(97%) toolbox/project-journey/project-journey.js - executed lines 554/554; executed functions 57/59
10+
(93%) toolbox/project-journey/project-journey-mock-repository.js - executed lines 805/805; executed functions 68/73
11+
(97%) toolbox/project-journey/project-journey.js - executed lines 631/631; executed functions 64/66
1212

1313
Guardrail warnings:
1414
(100%) none - no changed runtime JS coverage warnings

docs_build/dev/reports/dependency_gating_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dependency Gating Report
22

3-
Generated: 2026-06-06T19:12:11.135Z
3+
Generated: 2026-06-06T19:55:52.241Z
44
Status: PASS
55

66
## Gate Order

docs_build/dev/reports/dependency_hydration_reuse_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dependency Hydration Reuse Report
22

3-
Generated: 2026-06-06T19:12:11.135Z
3+
Generated: 2026-06-06T19:55:52.242Z
44
Status: PASS
55

66
## Summary

docs_build/dev/reports/execution_graph_reuse_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Execution Graph Reuse Report
22

3-
Generated: 2026-06-06T19:12:11.136Z
3+
Generated: 2026-06-06T19:55:52.242Z
44
Status: PASS
55

66
## Summary

docs_build/dev/reports/failure_fingerprint_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Failure Fingerprint Report
22

3-
Generated: 2026-06-06T19:12:11.136Z
3+
Generated: 2026-06-06T19:55:52.242Z
44
Status: PASS
55

66
## Summary

docs_build/dev/reports/incremental_validation_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Incremental Validation Report
22

3-
Generated: 2026-06-06T19:12:11.136Z
3+
Generated: 2026-06-06T19:55:52.242Z
44
Status: PASS
55

66
## Reuse Summary

docs_build/dev/reports/lane_compilation_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lane Compilation Report
22

3-
Generated: 2026-06-06T19:12:11.134Z
3+
Generated: 2026-06-06T19:55:52.241Z
44
Status: PASS
55

66
## Lane Graph

docs_build/dev/reports/lane_deduplication_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lane Deduplication Report
22

3-
Generated: 2026-06-06T19:12:11.135Z
3+
Generated: 2026-06-06T19:55:52.241Z
44
Status: PASS
55

66
## Summary

docs_build/dev/reports/lane_input_validation_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lane Input Validation Report
22

3-
Generated: 2026-06-06T19:12:11.136Z
3+
Generated: 2026-06-06T19:55:52.243Z
44
Status: PASS
55

66
## Input Files

0 commit comments

Comments
 (0)