Skip to content

Integrate Godplans 1.1 contract#67

Merged
hannsxpeter merged 1 commit into
mainfrom
codex/godplans-1-1-integration
Jul 13, 2026
Merged

Integrate Godplans 1.1 contract#67
hannsxpeter merged 1 commit into
mainfrom
codex/godplans-1-1-integration

Conversation

@hannsxpeter

Copy link
Copy Markdown
Owner

Summary

  • recognize and pin the Godplans 1.1 PLAN plus validator contract
  • enforce structural and lifecycle preflight before GP dispatch
  • preserve full task and requirement traceability during migration
  • update skills, routes, workflows, agents, templates, and documentation

Verification

  • npm test
  • npm run lint
  • node scripts/test-sibling-artifacts.js
  • repository documentation, surface, route, recipe, and release sync detectors

@hannsxpeter hannsxpeter merged commit a69bbd1 into main Jul 13, 2026
4 checks passed
@hannsxpeter hannsxpeter deleted the codex/godplans-1-1-integration branch July 13, 2026 07:54

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

ℹ️ 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 lib/planning-systems.js
let unique = [...new Set(files)].slice(0, MAX_SYSTEM_FILES);
if (id === 'godplans' && exists(projectRoot, siblingArtifacts.PLAN_PATH)) {
unique = [siblingArtifacts.PLAN_PATH];
if (exists(projectRoot, siblingArtifacts.PLAN_VALIDATOR_PATH)) {

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 Track the missing validator in plan imports

When a project is imported with only .godplans/PLAN.mdx, this branch records just the plan path in source-systems.files; sibling-artifacts.staleness() later rehashes that recorded list, so adding the required .godplans/validate-plan.sh to repair the Godplans 1.1 contract does not produce a stale warning or prompt re-import. For PLAN-only imports, include PLAN_VALIDATOR_PATH in the tracked hash set even when it is absent, since the hash helper already fingerprints missing or non-regular validators.

Useful? React with 👍 / 👎.

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