Conversation
… guides Follow-up cleanup after the repo-intel doc-drift pass surfaced more inconsistencies in agent-knowledge. **Removed:** - git-map-spec.md - March 2026 design spec for "git-map + repo-map" that was superseded by the unified repo-intel plugin. Spec is embodied in the code now; historical-only and never indexed. **Added (files existed locally but were never committed):** - codex-plugin-manifest.md + resources/codex-plugin-manifest-sources.json - rag-skill-indexing.md + resources/rag-skill-indexing-sources.json - resp-mq-server-rust.md + resources/resp-mq-server-rust-sources.json All three were already listed in CLAUDE.md/AGENTS.md Available Topics, but the guide files themselves were untracked. **Indexed:** - bee-queue-api.md (existed but unindexed). Added README row, CLAUDE.md Available Topics row, 6 trigger phrases, and 3 Quick Lookup entries. **Synced:** - AGENTS.md re-copied from CLAUDE.md per repo convention (byte-identical). Net effect: filesystem, README, CLAUDE.md, and AGENTS.md all agree on the same 29-guide set.
There was a problem hiding this comment.
Code Review
This pull request introduces new learning guides for the Codex CLI Plugin Manifest System, RAG skill indexing, and RESP-compatible message queue server development in Rust, while removing the git-map specification and updating the project's topic indices. The review feedback identifies an improvement opportunity for the screenshot example in the manifest guide, points out inconsistent severity levels for path validation rules, and recommends using code formatting for RESP protocol examples to enhance readability.
- codex-plugin-manifest.md: replace ambiguous screenshots placeholder
("./relative-path array") with concrete example array of two paths
- codex-plugin-manifest.md: add explanatory note before Marketplace
Rules clarifying the severity difference from Path Rules (plugin
component paths silently ignore invalid entries; marketplace source
paths block installation)
Left resp-mq-server-rust.md tables as-is - RESP bytes are already
wrapped in backticks in both RESP2 and RESP3 tables (verified).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
git-map-spec.md(March 2026 design spec for the unified git-map + repo-map concept; superseded by the mergedrepo-intelplugin, never indexed)codex-plugin-manifest.md,rag-skill-indexing.md,resp-mq-server-rust.md(all already referenced in CLAUDE.md/AGENTS.md)bee-queue-api.md(existed but unindexed - 6 trigger phrases + 3 Quick Lookup entries + README row)Why
After the workspace-wide repo-intel doc-drift scan, these were flagged as the last two unindexed guides. Investigation showed three more indexed guides were untracked in git. Fixing all together so filesystem = README = CLAUDE.md = AGENTS.md.
Test plan
diff CLAUDE.md AGENTS.mdreturns emptygit-map-specNote
Low Risk
Low risk documentation-only change that adds new guide markdown/metadata and updates the knowledge indexes; no runtime code paths affected.
Overview
Updates the knowledge-base indexes and guide set. Adds three previously missing learning guides (and their
resources/*-sources.jsonmetadata) and indexesbee-queue-api.mdinREADME.md,CLAUDE.md, andAGENTS.mdwith new trigger phrases/quick-lookup entries.Cleans up obsolete docs. Deletes the unreferenced
git-map-spec.mddesign spec and keepsAGENTS.mdre-synced to matchCLAUDE.md.Reviewed by Cursor Bugbot for commit 16d166c. Configure here.