Skip to content

fix: stale Codex install paths in root README and check-integration skill#164

Merged
wey-gu merged 4 commits into
mainfrom
dev_0618
Apr 6, 2026
Merged

fix: stale Codex install paths in root README and check-integration skill#164
wey-gu merged 4 commits into
mainfrom
dev_0618

Conversation

@wey-gu

@wey-gu wey-gu commented Apr 6, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Bug Fixes

    • Fixed YAML parsing issue where quoted skill descriptions containing special characters could fail silently.
  • Documentation

    • Updated installation instructions with new plugin directory path and configuration steps.
    • Renamed working memory skill for improved clarity.
  • Chores

    • Version bumped to 0.1.2.

wey-gu and others added 4 commits April 6, 2026 13:59
…kill

- Root README: update Codex table entry to correct cache path
- check-integration SKILL.md: update Codex install path and add config entries
- CHANGELOG: correct version field note (kept for desktop app, not removed)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The read-working-memory skill consistently fails to appear in Codex's
$ mention popup while all other skills show fine. Root cause unknown
in the Codex source (no name-based filtering found). Pragmatic fix:
rename to working-memory which is confirmed to display correctly.

Same SKILL.md content, same nmem command, just a different name.
Other plugins (Claude Code, Gemini, Cursor, etc.) keep the original
read-working-memory name since they don't have this UI issue.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The description contained `: ` (colon+space) inside the value
("session start: what") which causes serde_yaml to fail parsing
the frontmatter. Codex silently drops unparseable skills from
the $ mention popup. Fixed by quoting the description and
removing the inner colon.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@wey-gu wey-gu merged commit 17a8605 into main Apr 6, 2026
1 check was pending
@coderabbitai

coderabbitai Bot commented Apr 6, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bc469216-0d90-4a99-9c17-3decfe6c769e

📥 Commits

Reviewing files that changed from the base of the PR and between d384d3e and 998297f.

📒 Files selected for processing (8)
  • README.md
  • integrations.json
  • nowledge-mem-codex-plugin/.codex-plugin/plugin.json
  • nowledge-mem-codex-plugin/AGENTS.md
  • nowledge-mem-codex-plugin/CHANGELOG.md
  • nowledge-mem-codex-plugin/README.md
  • nowledge-mem-codex-plugin/skills/working-memory/SKILL.md
  • nowledge-mem-npx-skills/skills/check-integration/SKILL.md

📝 Walkthrough

Walkthrough

This PR updates plugin versioning (0.1.1 → 0.1.2), renames the "read-working-memory" skill to "working-memory" across documentation and manifest files, and modifies Codex plugin installation instructions to specify new cache paths and config.toml enablement requirements.

Changes

Cohort / File(s) Summary
Codex Plugin Manifest & Version
integrations.json, nowledge-mem-codex-plugin/.codex-plugin/plugin.json
Version bumped from 0.1.1 to 0.1.2; skill read-working-memory renamed to working-memory in integrations.json registry.
Codex Plugin Documentation
nowledge-mem-codex-plugin/README.md, nowledge-mem-codex-plugin/AGENTS.md, nowledge-mem-codex-plugin/CHANGELOG.md, nowledge-mem-codex-plugin/skills/working-memory/SKILL.md
Skill identifier unified to working-memory; migration mappings and skill references updated throughout; v0.1.2 changelog entry added documenting YAML frontmatter fixes and skill renaming.
Installation & Integration Instructions
README.md, nowledge-mem-npx-skills/skills/check-integration/SKILL.md
Plugin installation paths updated to ~/.codex/plugins/cache/local/nowledge-mem/local/; config.toml enablement instructions added for feature flags and plugin activation.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

A skill is reborn with a simpler name, 🐰
From "read" to just "working," it's all the same!
Paths shift through the cache with gentle care,
Version two awaits in the config layer. ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev_0618

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.

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