Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog/pr-2191.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: remove unused agentic files and audit research docs - by @IsmaelMartinez (#2191)
73 changes: 0 additions & 73 deletions .github/instructions/create-prd.instructions.md

This file was deleted.

135 changes: 0 additions & 135 deletions .github/instructions/generate-tasks.instructions.md

This file was deleted.

92 changes: 0 additions & 92 deletions .github/instructions/process-tasks-list.instructions.md

This file was deleted.

3 changes: 0 additions & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,6 @@ if (modulesRequiringIpc.includes(module.name)) {

## AI Workflow Instructions

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

Expand Down
2 changes: 0 additions & 2 deletions docs-site/docs/development/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ When creating or updating any markdown documentation in this project (including
These markdown standards apply to ALL markdown files in the project:
- Documentation site (`docs-site/docs/`)
- Root-level documentation (README, CONTRIBUTING, CLAUDE.md)
- Task management files (`tasks/`)
- AI agent instruction files (`.github/instructions/`)
- Module READMEs in `app/` directories

When updating standards, update this section only. All other files should reference these standards.
Expand Down
Loading