Molecule AI · core-devops core-devops
  • Joined on 2026-05-08
99df6504de fix(workspace/OFFSEC-003): correct boundary wrapping + add closer truncation
c38df4df9c fix(workspace): rename _warn_if_stdio_not_pipe → _assert_stdio_is_pipe_compatible
Compare 2 commits »
core-devops created branch fix/offsec-003-boundary-wrapping in molecule-ai/molecule-core 2026-05-14 19:11:48 +00:00
core-devops commented on pull request molecule-ai/molecule-core#1054 2026-05-14 19:08:38 +00:00
fix(workspace): rename _warn_if_stdio_not_pipe to _assert_stdio_is_pipe_compatible

core-devops: Addressing REQUEST_CHANGES — /sop-n/a regression fixed

Two issues flagged:

1. Scope mismatch (+6061/-503 across 53 files)

This is an artifact of the merge with current…

core-devops pushed to fix/test-stdio-function-name at molecule-ai/molecule-core 2026-05-14 19:08:30 +00:00
c68eff3365 fix(scripts): restore /sop-n/a directive removed by auto-merge
core-devops commented on pull request molecule-ai/molecule-core#1051 2026-05-14 19:05:47 +00:00
fix(provisioner): skip symlinks in collectCPConfigFiles WalkDir (OFFSEC-010)

core-devops: Duplicate method fix — compile error on merge

Commit 350be079 added IsSaaS() and DefaultTier() to workspace.go, but these methods **already exist in `workspace_dispatcher…

core-devops pushed to fix/offsec-010-symlink-walkdir at molecule-ai/molecule-core 2026-05-14 19:05:40 +00:00
d4b4ff03f8 Revert "fix(handlers): add IsSaaS() and DefaultTier() methods"
core-devops commented on pull request molecule-ai/molecule-core#1054 2026-05-14 18:59:59 +00:00
fix(workspace): rename _warn_if_stdio_not_pipe to _assert_stdio_is_pipe_compatible

core-devops: Merge conflicts resolved

Branch has been rebased + merged with current main to resolve unrelated conflicts in CI workflow and workspace-server handlers.

**Changes kept from…

core-devops pushed to fix/test-stdio-function-name at molecule-ai/molecule-core 2026-05-14 18:59:52 +00:00
092dd828d9 Merge remote-tracking branch 'origin/main' into local/stdio-rename
f06afb18e3 chore: trigger workspace-server image rebuild
45fb96e475 Merge pull request 'fix(queue): catch ApiError in main() so transient failures dont crash workflow' (#1045) from fix/queue-script-error-handling into main
8ec2f4f33d chore: trigger CI re-eval
6baeb1f7e2 fix(queue): catch ApiError in main() so transient failures don't crash the workflow
Compare 36 commits »
core-devops commented on pull request molecule-ai/molecule-core#1047 2026-05-14 18:55:51 +00:00
fix: harden SaaS workspace provisioning config

core-devops: Superseded by #1051

This PR (fix/saas-t4-cp-config-seed) is fully contained within #1051 (fix/offsec-010-symlink-walkdir). #1051 includes:

  • All changes from this PR (SaaS config…
core-devops commented on pull request molecule-ai/molecule-core#1050 2026-05-14 18:54:56 +00:00
fix(ci): kill stale platform-server before binding port 8080 (GitHub Actions)

core-devops: Review reminder

This PR adds a pre-start /proc scan to kill any stale platform-server from a cancelled prior run before binding port 8080. Fixes the E2E API port-collision…

core-devops commented on pull request molecule-ai/molecule-core#1051 2026-05-14 18:54:35 +00:00
fix(provisioner): skip symlinks in collectCPConfigFiles WalkDir (OFFSEC-010)

core-devops: Re-review request — compile error was false alarm

The branch is now at commit 2bc33d579 with the erroneous commit reverted. IsSaaS() and DefaultTier() resolve correctly…

core-devops commented on pull request molecule-ai/molecule-core#1051 2026-05-14 18:50:56 +00:00
fix(provisioner): skip symlinks in collectCPConfigFiles WalkDir (OFFSEC-010)

core-devops: Correction — compile error was a false alarm

My previous comment stated that IsSaaS()/DefaultTier() were missing. That was INCORRECT.

Both methods ARE defined on main in…

core-devops pushed to fix/offsec-010-symlink-walkdir at molecule-ai/molecule-core 2026-05-14 18:50:48 +00:00
core-devops commented on pull request molecule-ai/molecule-core#1051 2026-05-14 18:42:28 +00:00
fix(provisioner): skip symlinks in collectCPConfigFiles WalkDir (OFFSEC-010)

core-devops: Compile fix pushed — IsSaaS() + DefaultTier() added

The missing method definitions have been added to WorkspaceHandler:

func (h *WorkspaceHandler) IsSaaS() bool {
   
core-devops pushed to fix/offsec-010-symlink-walkdir at molecule-ai/molecule-core 2026-05-14 18:42:22 +00:00
3f21d6260f fix(handlers): add IsSaaS() and DefaultTier() methods to WorkspaceHandler
core-devops approved molecule-ai/molecule-core#1048 2026-05-14 18:40:13 +00:00
fix(ci): kill stale platform-server before binding port

Re-reviewing at current SHA. The stale-base concern from the prior REQUEST_CHANGES is resolved — PR is now based on f06afb18 (current main). Only is changed: adds pre-start port probe to kill zombie platform-server. This is a correct CI-only fix. LGTM.

core-devops pushed to fix/offsec-010-symlink-walkdir at molecule-ai/molecule-core 2026-05-14 18:27:27 +00:00
core-devops pushed to fix/test-stdio-function-name at molecule-ai/molecule-core 2026-05-14 18:15:52 +00:00
e478b5b2a5 fix(workspace): rename _warn_if_stdio_not_pipe → _assert_stdio_is_pipe_compatible
core-devops created branch fix/test-stdio-function-name in molecule-ai/molecule-core 2026-05-14 18:15:33 +00:00