Skip to content

Document cross-platform worker logging scenarios - #137

Merged
highbyte merged 1 commit into
mainfrom
chore/issue-58-worker-logging-docs
Sep 1, 2026
Merged

Document cross-platform worker logging scenarios#137
highbyte merged 1 commit into
mainfrom
chore/issue-58-worker-logging-docs

Conversation

@highbyte

@highbyte highbyte commented Sep 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • document the stdout/stderr boundary for worker lifecycle events, diagnostics, and command errors
  • add POSIX and PowerShell examples for terminal output, teeing, durable background logs, and split NDJSON capture
  • show how to preserve Wrighty's exit code through tee pipelines and clarify service-managed log ownership
  • clarify that Wrighty does not create, rotate, or retain conventional logs or record agent transcripts

Verification

  • git diff --check origin/main...HEAD
  • macOS POSIX shell checks covered terminal output, appended combined output through tee, Bash PIPESTATUS, detached nohup, and separate NDJSON/stderr capture

Closes #58

@highbyte
highbyte merged commit 81d8bc3 into main Sep 1, 2026
5 checks passed
@highbyte
highbyte deleted the chore/issue-58-worker-logging-docs branch September 1, 2026 12:37
@sonarqubecloud

sonarqubecloud Bot commented Sep 1, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document worker logging scenarios for POSIX shells and PowerShell

1 participant