Add CONTEXT.md domain glossary and agent skills hook#3300
Add CONTEXT.md domain glossary and agent skills hook#3300
Conversation
Seed the project context for AI coding agents: a glossary of 24 OCS domain terms (Chatbot/Pipeline lifecycle, runtime, identity, integrations, observability, evaluations) plus relationships and flagged ambiguities, and a domain-docs consumer guide so skills know when to read it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
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. Comment |
Product Description
Seeds the project's first AI-agent domain context: a
CONTEXT.mdglossary at the repo root, adocs/agents/domain.mdconsumer guide, and an "Agent skills" section inAGENTS.mdthat points future agent tooling at both.Technical Description
CONTEXT.md(new) — 24 domain terms grouped under six subheadings (Chatbots & pipelines, Runtime, People & tenancy, Integrations, Observability, Evaluations), plus relationships, an example dialogue, and flagged ambiguities. Captures decisions like Chatbot vs Experiment (canonical = Chatbot, Experiment is the legacy code-only name), Working vs Published Version (canonical = Published, code field staysis_default_version), Participant ≠ User ≠ Person, and the routing rule that Channels resolve to Published Version at message-receipt time.docs/agents/domain.md(new) — tells engineering skills how to consumeCONTEXT.mdanddocs/adr/, with the single-context layout this repo uses.AGENTS.md— appended an "Agent skills" section so skills can find the issue tracker (GitHub viagh) and the domain docs.Documentation only; no code or schema changes.
Migrations
(N/A — no migrations.)
Demo
N/A — documentation only.
Docs and Changelog
The new files are themselves the documentation change; no user-facing changelog entry needed.
🤖 Generated with Claude Code