Skip to content

feat(make): proxy PE campaign activation through the CEG Makefile - #226

Merged
cryptoxdog merged 1 commit into
feat/precommit-scoped-pytest-unitfrom
feat/make-campaign-proxy
Aug 22, 2026
Merged

feat(make): proxy PE campaign activation through the CEG Makefile#226
cryptoxdog merged 1 commit into
feat/precommit-scoped-pytest-unitfrom
feat/make-campaign-proxy

Conversation

@cryptoxdog

Copy link
Copy Markdown
Collaborator

Stacked on #224. Adds make campaign INTENT= proxy.

Keep campaign INTENT= on the consumer repo instead of leaving the target sitting uncommitted on dirty main.
@github-actions

Copy link
Copy Markdown

PR reviewable size is within recommended limits

@github-actions

Copy link
Copy Markdown

L9 Audit Harness Report

  • Generated: 2026-08-22T01:01:19.449696+00:00
  • Repo root: /home/runner/work/Cognitive.Engine.Graphs/Cognitive.Engine.Graphs
  • Overall result: ✅ PASSED
  • Exit code: 0

Step Results

Step Status Exit Code Notes
Architecture Audit ✅ Passed 0
Spec Coverage ✅ Passed 0
Contract Wiring ✅ Passed 0

Architecture Audit Findings

Severity Count
🔴 CRITICAL 0
🟠 HIGH 0
🟡 MEDIUM 25
🔵 LOW 0

See artifacts/audit_report.md for full details.

Spec Coverage

  • ✅ Implemented: 37
  • ⚠️ Partial: 9
  • ❌ Missing: 0
  • Total features: 46
Category Implemented Partial Missing Total
gates 10 0 0 10
scoring 7 0 0 7
v1.1_node 2 0 0 2
v1.1_edge 2 0 0 2
v1.1_action 0 2 0 2
v1.1_scoring 1 1 0 2
action_handler 0 6 0 6
gds_algorithm 5 0 0 5
research_pattern 10 0 0 10

See artifacts/coverage_report.md for full details.

Next Steps

All checks passed. Safe to merge.

@sonarqubecloud

Copy link
Copy Markdown

@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: 55e20d2d81

ℹ️ 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 thread Makefile
@$(MAKE) -C "$(HOME)/.cursor-governance" campaign \
INTENT="$$(python3 -c 'from pathlib import Path; import sys; print(Path(sys.argv[1]).expanduser().resolve())' "$(INTENT)")" \
CAMPAIGN_UNTIL="$(or $(CAMPAIGN_UNTIL),execute)" \
CAMPAIGN_ARGS="$(CAMPAIGN_ARGS)"

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 Preserve quotes in forwarded campaign arguments

When CAMPAIGN_ARGS contains a double-quoted value with spaces—for example CAMPAIGN_ARGS='--label "hello world"'—Make substitutes it inside this recipe's surrounding double quotes, so the shell splits the result and passes world as an additional target to the recursive Make invocation. The campaign then receives a truncated argument string and fails with No rule to make target 'world'; forward this value without re-parsing it through shell quoting, such as through an exported variable.

Useful? React with 👍 / 👎.

@cryptoxdog
cryptoxdog merged commit 6f46ed7 into feat/precommit-scoped-pytest-unit Aug 22, 2026
21 checks passed
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