Feature/GitHub issue agent workflow#50
Closed
headepic wants to merge 10 commits into
Closed
Conversation
…e-agent-workflow # Conflicts: # platform/app/worker/prompts.py
… & prompts
- rename agent role 'issue distribution' → 'dispatch issue' for naming consistency
- rewrite github_issue_dispatch/SKILL.md: add output JSON schema, agent list, examples
- rewrite github_issue_feedback/SKILL.md: generalize URL/domain, use $APP_BASE_URL, support GHE /api/v3
- simplify system prompts and stage instructions for dispatch issue & des encrypt, removing duplication with skills
- remove engine-level _post_github_issue_feedback(): agent handles feedback via curl (skill)
- add APP_BASE_URL config setting
- fix issue_number type: issue.get('number', '') → issue.get('number') to avoid empty string in int field
- update tests to match new prompts/roles/behavior
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
des encrypt needs to do coding (多轮 read/write) + curl 回帖 github issue, 8轮不够用,撞上上限后 github_issue_feedback 步骤被跳过。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…a `skill` tool System prompts and stage instructions now instruct agents to call the `skill` tool to load their skills dynamically, instead of pre-injecting skill content into the user prompt. This makes skills the single source of truth and ensures agents actively engage with skill definitions at runtime. - Remove `_load_shared_skill()` and `_SHARED_SKILLS_DIR` from prompts.py - Remove skill injection block from `build_user_prompt()` - Update system prompts to reference `skill` tool usage - Update tests to assert skill content is NOT embedded in prompts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
No description provided.