docs: define concise argument context guidelines - #989
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 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 |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #989 +/- ##
=======================================
Coverage 86.13% 86.13%
=======================================
Files 290 290
Lines 8964 8964
Branches 1657 1657
=======================================
Hits 7721 7721
Misses 792 792
Partials 451 451
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|



Adds concise argument-context documentation guidelines to AGENTS.md and links them from the scaffold and implement skills. The guidance separates pipeline input from argument context, identifies source values precisely in nested calls, and recommends one or two sentences per distinct context with an example only when useful.
Validation: solution build passed with zero warnings or errors; both skills passed quick_validate.py; git diff --check passed. No runtime code changed.