Add competition task sets and cleanup script#18
Closed
AaronGoldsmith wants to merge 2 commits intomainfrom
Closed
Conversation
- 25 general competition tasks (scripts/competition_tasks.json) - 15 agentic tasks across 3 tiers requiring tool use (scripts/competition_tasks_agentic.json) - cleanup_agents.py for pruning dead weight agents and fixing champion flags - Gitignore .tree-workspace/ experiment artifacts All tasks use relative paths and cross-platform commands. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds curated competition task sets (standard + “agentic” tool-heavy tiers) and introduces a utility script intended to clean up low-value agents / champion flags, plus a small .gitignore update for agent workspace output.
Changes:
- Add
scripts/competition_tasks.jsonwith a set of general competition prompts. - Add
scripts/competition_tasks_agentic.jsonwith tiered, tool-oriented agentic tasks and verification/setup metadata. - Add
scripts/cleanup_agents.pyand update.gitignoreto ignore.tree-workspace/.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| scripts/competition_tasks.json | New general competition task list (JSON). |
| scripts/competition_tasks_agentic.json | New tiered agentic task list with tool/setup/verification metadata (JSON). |
| scripts/cleanup_agents.py | New script intended to retire zero-match agents and adjust champion flags. |
| .gitignore | Intended to ignore .tree-workspace/ agent workspace output. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…pion re-election Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
Author
|
Closing — cleanup script is a one-off utility, task JSONs can be regenerated via the competition-tasks agent. |
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.
Summary
All tasks use relative paths and cross-platform commands.
🤖 Generated with Claude Code