Skip to content

00#792

Draft
LLMpsycho wants to merge 13 commits intoEveryInc:mainfrom
LLMpsycho:main
Draft

00#792
LLMpsycho wants to merge 13 commits intoEveryInc:mainfrom
LLMpsycho:main

Conversation

@LLMpsycho
Copy link
Copy Markdown

No description provided.

LLMpsycho and others added 7 commits May 1, 2026 16:36
…nt, and ce-plan critic gate

- ce-memory-researcher agent + best-effort persistent memory hooks in
  ce-plan, ce-work, ce-work-beta, ce-debug, ce-compound, ce-commit-push-pr
- ce-plan: pre-write critic gate (5.1.7), $ARGUMENTS source-of-truth,
  1000-user scalability baseline, plan-critic reference
- ce-commit-push-pr: post-ship memory-capture step + reference
- ce-work shipping-workflow: read-only review finding gate
- claude-to-opencode: generate skill command wrappers when no command
  owns the skill name
- codex-agents: dispatch Task/Agent/Subagent via spawn_agent with
  parallel-spawn semantics; sequential fallback when unavailable
- README: codex local-fork dev guide + stale-flow troubleshooting
- Plans + tests for each change
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

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: 7db8701778

ℹ️ About Codex in GitHub

Codex has been enabled to automatically 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 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread README.md
Comment on lines +275 to +277
mkdir -p /Users/besi/.codex/plugins/cache/compound-engineering-plugin/compound-engineering/3.4.1
cp -R /Users/besi/Code/compound-engineering-plugin/plugins/compound-engineering/. \
/Users/besi/.codex/plugins/cache/compound-engineering-plugin/compound-engineering/3.4.1/
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 Replace the hard-coded Codex cache path

When someone follows this new local-fork workflow, the commands copy skills into /Users/besi/.../3.4.1, but this checkout's Codex plugin manifest is version 3.6.0; on any other machine or after the version changes, Codex will keep reading the active cache path instead of these copied files, so unpublished skill changes still appear stale. Use a placeholder/path variable and derive the cache version from plugins/compound-engineering/.codex-plugin/plugin.json rather than baking in this personal path and old version.

Useful? React with 👍 / 👎.

@@ -0,0 +1,137 @@
---
name: ce-memory-researcher
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 List ce-memory-researcher in the plugin README

Adding this new agent leaves plugins/compound-engineering/README.md inaccurate: plugins/compound-engineering/AGENTS.md explicitly says, "New agent: Create agents/ce-<name>.agent.md ... Add the agent to the appropriate topical section of README.md ...". Because ce-memory-researcher is now dispatched by several skills but is absent from the Agents table, users browsing the shipped plugin inventory cannot discover this new dependency.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

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: 5853657fc3

ℹ️ About Codex in GitHub

Codex has been enabled to automatically 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 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +177 to +178
`Use the project-local skill file if it exists: \`.opencode/skills/${skill.name}/SKILL.md\``,
`Otherwise use the global skill file: \`~/.config/opencode/skills/${skill.name}/SKILL.md\``,
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 Derive the OpenCode skill path from the install root

When OpenCode is installed with a non-default config root, for example OPENCODE_CONFIG_DIR=/custom/opencode, resolveTargetOutputRoot writes the global skills under that configured root and the writer then uses <outputRoot>/skills; this wrapper still tells every generated slash command to read ~/.config/opencode/skills/.... In that environment the new commands are created, but they look in the wrong directory and fail to load the installed skill instructions unless a stale default-root copy happens to exist.

Useful? React with 👍 / 👎.

@tmchow tmchow marked this pull request as draft May 7, 2026 15:54
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.

2 participants