Dataset - Configuration Smells in AGENTS.md Files: Common Mistakes in Configuring Coding Agents
收藏资源简介:
.├── agents files/│ ├── markdown files/ # Extracted configuration files│ └── all_data.json # Consolidated dataset containing AGENTS.md data and metadata from the used repositories├── cooccurences/ │ ├── association_rules.csv # Association rules generated through data mining│ └── intersections.csv # Data intersections found using UpSet├── documents/ # List of documents used to categorize the smells├── pull requests/ │ ├── commits_per_file.json # Commit history per AGENTS.md file within the dataset│ └── PRs - Result.xlsx # Results of the PR analysis on AGENTS.md files└── smells detected/ # Results of the Smell analysis on agent configuration files ├── blind_references/ │ ├── false_positives.json │ ├── no_smell.json │ └── true_positives.json ├── conflicting_instructions/ │ ├── false_positives.json │ ├── no_smell.json │ └── true_positives.json ├── lint_leakage/ │ ├── false_positives.json │ ├── no_smell.json │ └── true_positives.json ├── skill_leakage/ │ ├── false_positives.json │ ├── most_common_leaked.json │ ├── no_smell.json │ └── true_positives.json ├── context_bloat.json └── init_fossilization.json



