Skip to content

refactor(snapshot): remove strategy reverse dependency - #213

Merged
Pigbibi merged 1 commit into
mainfrom
codex/feature-snapshot-boundary-20260710
Jul 10, 2026
Merged

refactor(snapshot): remove strategy reverse dependency#213
Pigbibi merged 1 commit into
mainfrom
codex/feature-snapshot-boundary-20260710

Conversation

@Pigbibi

@Pigbibi Pigbibi commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Part of the QuantStrategyLab P0-P5 hardening and convergence wave.

Highlights:

  • tighten governance / QSL metadata / runtime reporting where applicable
  • keep changes minimal and repository-scoped

Local validation was run before push in the Codex execution session.

@cursor

cursor Bot commented Jul 10, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

Co-Authored-By: Codex <noreply@openai.com>
@Pigbibi
Pigbibi force-pushed the codex/feature-snapshot-boundary-20260710 branch from 3d4b808 to f358059 Compare July 10, 2026 02:12
@cursor

cursor Bot commented Jul 10, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@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: f3580593b3

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

return str(resolve_canonical_profile(label)).strip()
except Exception:
return label
return normalize_profile_name(str(value or "").strip())

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 Reject aliased config names even when expectations match

This helper now only lowercases labels, so the guard still accepts a retired config alias whenever the caller's expectation is also that alias. In the runtime path, expected_config_name is taken from merged_runtime_config['runtime_config_name']; if an old config still names itself tech_pullback_cash_buffer while the manifest has canonical strategy_profile but aliased config_name, the comparison at the config-name guard sees identical normalized aliases and proceeds, despite the new contract requiring manifest/config names to be canonical. Canonicalize or validate the expected config name before comparing so stale config aliases fail closed.

Useful? React with 👍 / 👎.

@Pigbibi
Pigbibi merged commit c3b50ff into main Jul 10, 2026
4 checks passed
@Pigbibi
Pigbibi deleted the codex/feature-snapshot-boundary-20260710 branch July 10, 2026 02:21
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.

1 participant