20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
## ADDED Requirements
|
|
|
|
### Requirement: Local raw startup diagnostics
|
|
When explicitly enabled in Run configuration, Run SHALL print the raw server root, effective working directory, shell, and exact start command to its local process logger immediately before executing a valid start job.
|
|
|
|
#### Scenario: Enabled diagnostics print local start context
|
|
- **WHEN** an enabled Run begins a valid custom-command start job
|
|
- **THEN** its local process logger SHALL contain the configured root, effective directory, shell, and command
|
|
|
|
#### Scenario: Disabled diagnostics remain silent
|
|
- **WHEN** local startup diagnostics are not enabled
|
|
- **THEN** Run SHALL not print raw deployment values
|
|
|
|
### Requirement: Raw diagnostics remain local
|
|
Run SHALL NOT include raw deployment values in log-batch uploads, job progress, terminal results, artifacts, audits, or plugin-facing payloads.
|
|
|
|
#### Scenario: Local diagnostics do not enter remote channels
|
|
- **WHEN** enabled Run diagnostics are emitted during a start job
|
|
- **THEN** the corresponding uploaded log events and terminal result SHALL contain no raw directory or command text
|