Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
| AI Agent Commits & Git Analysis Impact | ai-agent-commits-git-analysis-impact.md | 25 | medium | 2026-03-14 |
| AI Commit Detection Forensics | ai-commit-detection-forensics.md | 42 | deep | 2026-03-14 |
| glide-mq (Message Queue on Valkey/Redis) | glide-mq.md | 12 | medium | 2026-03-19 |
| Bee-Queue API Reference (v2.0.0) | bee-queue-api.md | npm docs | reference | 2026-03-19 |
| Skills for Library/SDK - Best Practices | skills-for-library-and-sdk-best-practices.md | 16 | medium | 2026-03-19 |
| RAG Skill Indexing for AI Agent Knowledge | rag-skill-indexing.md | 18 | deep | 2026-03-31 |
| Codex CLI Plugin Manifest System | codex-plugin-manifest.md | 42 | deep | 2026-04-01 |
Expand Down Expand Up @@ -382,6 +383,12 @@ Use this knowledge when user asks about:
- "valkey streams queue" -> glide-mq.md
- "bullmq alternative" -> glide-mq.md
- "node.js job queue valkey" -> glide-mq.md
- "bee-queue API" -> bee-queue-api.md
- "bee-queue reference" -> bee-queue-api.md
- "bee-queue migration" -> bee-queue-api.md
- "bee-queue queue constructor" -> bee-queue-api.md
- "bee-queue events" -> bee-queue-api.md
- "bee-queue vs bullmq API" -> bee-queue-api.md
- "SKILL.md best practices" -> skills-for-library-and-sdk-best-practices.md
- "writing skills for library" -> skills-for-library-and-sdk-best-practices.md
- "SDK skill design" -> skills-for-library-and-sdk-best-practices.md
Expand Down Expand Up @@ -696,6 +703,9 @@ Use this knowledge when user asks about:
| bullmq alternative, bullmq migration | glide-mq.md |
| FCALL, server functions, NAPI rust | glide-mq.md |
| FlowProducer, DAG workflow, fan-out | glide-mq.md |
| bee-queue API, bee-queue migration | bee-queue-api.md |
| bee-queue Queue constructor, Job methods | bee-queue-api.md |
| bee-queue stalled, delayed, retries | bee-queue-api.md |
| SKILL.md, skill authoring, skill format | skills-for-library-and-sdk-best-practices.md |
| skill description, skill trigger, discovery | skills-for-library-and-sdk-best-practices.md |
| progressive disclosure, token budget | skills-for-library-and-sdk-best-practices.md |
Expand Down
10 changes: 10 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Agent Knowledge Base

Check notice on line 1 in CLAUDE.md

View workflow job for this annotation

GitHub Actions / agnix / agnix

CLAUDE.md has 756 non-empty lines%2C exceeding the recommended 200 line limit [CC-MEM-014]

> Learning guides created by /learn. Reference these when answering questions about listed topics.

Expand Down Expand Up @@ -29,6 +29,7 @@
| AI Agent Commits & Git Analysis Impact | ai-agent-commits-git-analysis-impact.md | 25 | medium | 2026-03-14 |
| AI Commit Detection Forensics | ai-commit-detection-forensics.md | 42 | deep | 2026-03-14 |
| glide-mq (Message Queue on Valkey/Redis) | glide-mq.md | 12 | medium | 2026-03-19 |
| Bee-Queue API Reference (v2.0.0) | bee-queue-api.md | npm docs | reference | 2026-03-19 |
| Skills for Library/SDK - Best Practices | skills-for-library-and-sdk-best-practices.md | 16 | medium | 2026-03-19 |
| RAG Skill Indexing for AI Agent Knowledge | rag-skill-indexing.md | 18 | deep | 2026-03-31 |
| Codex CLI Plugin Manifest System | codex-plugin-manifest.md | 42 | deep | 2026-04-01 |
Expand Down Expand Up @@ -382,6 +383,12 @@
- "valkey streams queue" -> glide-mq.md
- "bullmq alternative" -> glide-mq.md
- "node.js job queue valkey" -> glide-mq.md
- "bee-queue API" -> bee-queue-api.md
- "bee-queue reference" -> bee-queue-api.md
- "bee-queue migration" -> bee-queue-api.md
- "bee-queue queue constructor" -> bee-queue-api.md
- "bee-queue events" -> bee-queue-api.md
- "bee-queue vs bullmq API" -> bee-queue-api.md
- "SKILL.md best practices" -> skills-for-library-and-sdk-best-practices.md
- "writing skills for library" -> skills-for-library-and-sdk-best-practices.md
- "SDK skill design" -> skills-for-library-and-sdk-best-practices.md
Expand Down Expand Up @@ -696,6 +703,9 @@
| bullmq alternative, bullmq migration | glide-mq.md |
| FCALL, server functions, NAPI rust | glide-mq.md |
| FlowProducer, DAG workflow, fan-out | glide-mq.md |
| bee-queue API, bee-queue migration | bee-queue-api.md |
| bee-queue Queue constructor, Job methods | bee-queue-api.md |
| bee-queue stalled, delayed, retries | bee-queue-api.md |
| SKILL.md, skill authoring, skill format | skills-for-library-and-sdk-best-practices.md |
| skill description, skill trigger, discovery | skills-for-library-and-sdk-best-practices.md |
| progressive disclosure, token budget | skills-for-library-and-sdk-best-practices.md |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ See `CLAUDE.md` / `AGENTS.md` for the full topic index with trigger phrases and
| AI Agent Commits & Git Analysis Impact | ai-agent-commits-git-analysis-impact.md |
| AI Commit Detection Forensics | ai-commit-detection-forensics.md |
| glide-mq (Message Queue on Valkey/Redis) | glide-mq.md |
| Bee-Queue API Reference (v2.0.0) | bee-queue-api.md |
| Skills for Library/SDK - Best Practices | skills-for-library-and-sdk-best-practices.md |
| RAG Skill Indexing for AI Agent Knowledge | rag-skill-indexing.md |
| Codex CLI Plugin Manifest System | codex-plugin-manifest.md |
Expand Down
Loading
Loading