Skip to content

release: socket 6.6.0#45

Merged
gaelic-ghost merged 2 commits into
mainfrom
release/socket-6-6-0
May 3, 2026
Merged

release: socket 6.6.0#45
gaelic-ghost merged 2 commits into
mainfrom
release/socket-6-6-0

Conversation

@gaelic-ghost
Copy link
Copy Markdown
Owner

Summary

  • adds the maintain-project-architecture productivity skill for docs/architecture/ARCHITECTURE.md, SLICES.md, and architecture.json
  • updates explain-code-slice guidance so saved slices persist into docs/architecture/SLICES.md with evidence
  • bumps maintained socket plugin version surfaces to 6.6.0

Verification

  • uv run pytest plugins/productivity-skills/skills/maintain-project-architecture/tests/test_maintain_project_architecture.py
  • uv run pytest in plugins/productivity-skills
  • uv run scripts/validate_socket_metadata.py
  • uv run pytest
  • git diff --check
  • skill-creator quick validation for maintain-project-architecture

Subtree accounting

  • No subtree pull or push required; this release changes monorepo-owned productivity-skills surfaces plus shared version targets.

@gaelic-ghost gaelic-ghost added the enhancement New feature or request label May 3, 2026
@gaelic-ghost gaelic-ghost merged commit 8394ca9 into main May 3, 2026
1 check passed
@gaelic-ghost gaelic-ghost deleted the release/socket-6-6-0 branch May 3, 2026 22:52
Copy link
Copy Markdown

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

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: 407f426e3e

ℹ️ 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".

architecture_path = architecture_dir / "ARCHITECTURE.md"
slices_path = architecture_dir / "SLICES.md"
json_path = architecture_dir / "architecture.json"
write_text(architecture_path, render_architecture(model))
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 Preserve authored architecture sections in apply mode

Applying fixes currently rewrites ARCHITECTURE.md from the template on every run, which discards any repo-specific prose maintainers added (for example in Summary or Construction/Ownership). In apply workflows this causes repeatable data loss: a user can add valid manual architecture context, then lose it on the next run even when only generated inventories need refresh. The updater should patch only generated blocks (or merge with existing content) instead of replacing the full document.

Useful? React with 👍 / 👎.

Comment on lines +168 to +169
elif isinstance(dependency, dict):
dependencies.extend(str(value) for value in dependency.values() if isinstance(value, str))
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 Parse byName dependency arrays from dump-package output

Dependency extraction only keeps dictionary values that are strings, but swift package dump-package commonly encodes target dependencies as objects like {"byName": ["DemoCore", null]}. In that case this code drops the dependency entirely, so generated target inventories and depends-on relationships are incomplete for normal Swift packages. This undermines the core architecture model accuracy and can hide real module coupling.

Useful? React with 👍 / 👎.

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant