fix: issue 104#105
Conversation
🤖 Augment PR SummarySummary: This PR addresses issue #104 by clarifying and enforcing how knowledge resources are packaged for TEA and workflow skills. Changes:
🤖 Was this summary useful? React with 👍 or 👎 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR documents workflow-local knowledge resources as intentional self-contained skill packaging and adds validation to ensure workflow knowledgeIndex references resolve to parseable CSV files with matching fragment files on disk. All ranges are assigned to coherent developer checkpoints covering documentation and test validation. ChangesKnowledge Resource Documentation and Validation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
Summary
knowledgeIndexentries resolve to local indexes and fragment files.Addresses #104.
Validation
npm run test:installnpm run test:knowledgenpm run lint:mdnpm run format:checknpm run lintnpm run docs:validate-links