Skip to content

release: prepare Socket v10.0.2 - #192

Merged
gaelic-ghost merged 2 commits into
mainfrom
repository/docs-repo-lifecycle
Aug 21, 2026
Merged

release: prepare Socket v10.0.2#192
gaelic-ghost merged 2 commits into
mainfrom
repository/docs-repo-lifecycle

Conversation

@gaelic-ghost

Copy link
Copy Markdown
Owner

Summary

  • prepares Socket v10.0.2 through the single protected-main release workflow
  • includes the canonical Swift workspace, native local-server, Soto, and GitHub-only deployment changes
  • consolidates Socket release automation and guidance

Verification

  • uv run scripts/validate_socket.py --profile full
  • scripts/release.sh prepare 10.0.2

@gaelic-ghost gaelic-ghost added the needs-triage Awaiting maintainer triage label Aug 21, 2026
@gaelic-ghost
gaelic-ghost merged commit 61cedbd into main Aug 21, 2026
1 check passed
@gaelic-ghost
gaelic-ghost deleted the repository/docs-repo-lifecycle branch August 21, 2026 02:34

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 13956dfe0f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +117 to +119
docs_code, docs_payload, docs_stderr = run_documentation(
repo_root, documentation_mode
)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep Xcode managed guidance compatible with normalization

When bootstrap-xcode-workspace creates a workspace, it writes marked AGENTS.md and CONTRIBUTING.md files and then reaches this new documentation pass through the xcode-workspace install. The generic owner workflows insert their required sections between <!-- socket-managed:begin --> and <!-- socket-managed:end -->, but the generated .socket/managed/align.sh later replaces that entire span from the original minimal Apple assets. Consequently, the documented just align command silently removes the canonical sections added here, and the next repository refresh adds them again. Use profile-specific document inputs or place canonical content outside the replace span so the two owning automations do not oscillate.

AGENTS.md reference: AGENTS.md:L34-L39

Useful? React with 👍 / 👎.

proc = subprocess.run(command, capture_output=True, text=True, check=False)
payload = json.loads(proc.stdout) if proc.stdout.strip() else {
return_code = proc.returncode
payload = decode_payload(proc, {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Fail when installer output cannot be decoded

If the installer exits zero but emits empty, malformed, or non-object JSON, decode_payload returns this status: failed fallback while return_code remains zero. The runner then executes the documentation mutations and ultimately exits successfully, so callers such as the Xcode bootstrap accept a result that explicitly says the installer failed. Treat a fallback decode as a nonzero workflow result instead of preserving the subprocess return code.

Useful? React with 👍 / 👎.

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

Labels

needs-triage Awaiting maintainer triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant