Skip to content

fix(submodule): sync PMOVES-Archon to upstream/main + track main branch - #1594

Merged
POWERFULMOVES merged 3 commits into
mainfrom
fix/archon-submodule-sync-main
May 24, 2026
Merged

POWERFULMOVES merged 3 commits into
mainfrom
fix/archon-submodule-sync-main

Conversation

@POWERFULMOVES

Copy link
Copy Markdown
Owner

Summary

  • POWERFULMOVES/PMOVES-Archon:main force-synced to coleam00/Archon:main (v0.3.12, f4d68296)
  • .gitmodules: archon submodule branch updated from PMOVES.AI-Edition-Hardenedmain
  • Submodule pointer bumped to f4d68296

Root cause: PMOVES.AI-Edition-Hardened was tracking coleam00/Archon:dev and was 130 commits behind. PMOVES-Archon:main itself was also unsynced from upstream. Both now point to the stable coleam00/Archon:main release.

PMOVES.AI-Edition-Hardened remains on POWERFULMOVES/PMOVES-Archon with the PMOVES customizations (GitHub App token minting, NATS auth, PBKDF2 hardening, persona service, deployment hooks). Rebasing those onto the new main base is a follow-on task.

Test plan

  • git submodule status pmoves/integrations/archon shows f4d68296
  • POWERFULMOVES/PMOVES-Archon:main matches coleam00/Archon:main tip
  • CI green (no archon build regressions)

🤖 Generated with Claude Code

POWERFULMOVES and others added 3 commits May 24, 2026 09:35
Add kilo-brief-check and shift-crew-trail PostToolUse hooks with
settings.json matchers. Wire Phase 6 TAC subtree (n4090.shift-crew)
covering 7 skill nodes and 2 hooks for the 4090 node.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Both W0 substrate PRs merged 2026-05-24 (admin bypass, all CI green):
- #1587: setup-runner.sh idempotent GH Actions runner registration
- #1588: Unifi network topology probe (bash + PowerShell)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- POWERFULMOVES/PMOVES-Archon:main force-synced to coleam00/Archon:main
  (v0.3.12, f4d68296)
- .gitmodules: archon submodule branch updated from PMOVES.AI-Edition-Hardened
  to main — tracks the stable upstream release branch
- Submodule pointer bumped to f4d68296

Note: PMOVES.AI-Edition-Hardened remains on POWERFULMOVES/PMOVES-Archon
for PMOVES customization work. Rebase onto new main is a separate task.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented May 24, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@POWERFULMOVES, we couldn't start this review because you've used your available PR reviews for now.

Your plan currently allows 1 review/hour. Refill in 13 minutes and 44 seconds.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more review capacity refills, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 133ab011-6426-42a5-a761-4ecef5a59b74

📥 Commits

Reviewing files that changed from the base of the PR and between 6646687 and fbc431f.

📒 Files selected for processing (4)
  • .claude/hooks/shift-crew-trail.sh
  • .gitmodules
  • pmoves/docs/AGENTS/AGNOTE4482PHI.t1.md
  • pmoves/integrations/archon
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/archon-submodule-sync-main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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

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

PAYLOAD="$($PYTHON_CMD -c "import json,sys; print(json.dumps({'event':'shift_crew_edit','file':sys.argv[1],'branch':sys.argv[2],'node':'4090-claude','ts':sys.argv[3]}))" "$FILE_BASENAME" "$BRANCH" "$TIMESTAMP" 2>/dev/null)" || PAYLOAD="{}"
# Build payload
TIMESTAMP="$(date -u +%Y-%m-%dT%H:%M:%SZ 2>/dev/null || python3 -c 'from datetime import datetime, timezone; print(datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ"))')"
PAYLOAD="{\"event\":\"shift_crew_edit\",\"file\":\"$(basename "$FILE_PATH")\",\"branch\":\"$BRANCH\",\"node\":\"4090-claude\",\"ts\":\"$TIMESTAMP\"}"

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 Restore JSON escaping when composing NATS payload

Constructing PAYLOAD via shell string interpolation drops JSON escaping for dynamic fields, so a valid Git branch name containing " (for example feat/quote"name, which git check-ref-format --branch accepts) produces malformed JSON and breaks downstream parsing of this hook event. The previous implementation used Python json.dumps to serialize safely; this line reintroduces an input-dependent payload corruption path.

Useful? React with 👍 / 👎.

@POWERFULMOVES
POWERFULMOVES merged commit 745cd68 into main May 24, 2026
15 of 18 checks passed
@POWERFULMOVES
POWERFULMOVES deleted the fix/archon-submodule-sync-main branch May 24, 2026 15:14
POWERFULMOVES added a commit that referenced this pull request May 24, 2026
#1595)

PMOVES-Archon:PMOVES.AI-Edition-Hardened is now cleanly rebased onto
upstream/main (v0.3.12 / f4d68296) with PMOVES-specific additions:
- CODEOWNERS, Dependabot, CodeQL configuration
- Claude Code MCP adapter for PMOVES.AI integration
- CHIT secrets manifest, env tier loading, health/announcer/registry modules
- docker-compose.pmoves.yml, PMOVES.AI_INTEGRATION.md context
- CI workflow triggers for PMOVES.AI-Edition-Hardened branch

Previously (#1594) the tracking branch was set to main (pure upstream) to
unblock the upstream sync. Now that hardened is properly based on main,
restore the integration submodule to track the PMOVES-hardened branch so
the deployed Archon service includes PMOVES integration modules.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
POWERFULMOVES added a commit that referenced this pull request May 24, 2026
…1594 #1595) (#1596)

Records the 5-PR sprint: archon Dockerfile absolute-path fix, CI matrix
path drift, Shift Crew Phase 6 conflict resolution, PMOVES-Archon upstream
sync to v0.3.12, and restore to PMOVES.AI-Edition-Hardened tracking.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@POWERFULMOVES
POWERFULMOVES restored the fix/archon-submodule-sync-main branch May 27, 2026 00:09
@POWERFULMOVES
POWERFULMOVES deleted the fix/archon-submodule-sync-main branch June 13, 2026 03: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