Skip to content

Commit 836402e

Browse files
IsmaelMartinezclaudegithub-actions[bot]
authored
chore: remove unused agentic files and audit research docs (#2191)
* chore: remove unused agentic instruction files and audit research docs Remove .github/instructions/ (PRD/task workflow files unused since Claude Code skills replaced the Copilot-era workflow). Update CLAUDE.md and contributing.md references. Add status info boxes to all research docs and reorganise the research README into clearer categories. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: add changelog entry for PR #2191 --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ea7e7e1 commit 836402e

14 files changed

Lines changed: 51 additions & 345 deletions

.changelog/pr-2191.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: remove unused agentic files and audit research docs - by @IsmaelMartinez (#2191)

.github/instructions/create-prd.instructions.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

.github/instructions/generate-tasks.instructions.md

Lines changed: 0 additions & 135 deletions
This file was deleted.

.github/instructions/process-tasks-list.instructions.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

CLAUDE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,6 @@ if (modulesRequiringIpc.includes(module.name)) {
210210

211211
## AI Workflow Instructions
212212

213-
For AI agent workflows (PRD generation, task list generation, task execution):
214-
- See `.github/instructions/*.instructions.md` for detailed workflow instructions
215-
- Follow the task execution protocol for systematic implementation
216213
- Always run tests and linting before commits
217214
- Update documentation alongside code changes
218215

docs-site/docs/development/contributing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ When creating or updating any markdown documentation in this project (including
250250
These markdown standards apply to ALL markdown files in the project:
251251
- Documentation site (`docs-site/docs/`)
252252
- Root-level documentation (README, CONTRIBUTING, CLAUDE.md)
253-
- Task management files (`tasks/`)
254-
- AI agent instruction files (`.github/instructions/`)
255253
- Module READMEs in `app/` directories
256254

257255
When updating standards, update this section only. All other files should reference these standards.

0 commit comments

Comments
 (0)