Add shared task notes file

This commit adds the SHARED_TASK_NOTES.md file which contains documentation about the shared task notes for the inspection tool prototype. This file will help track and communicate important information about the project's current state and tasks.
This commit is contained in:
James Devine 2026-03-10 06:50:33 +01:00
parent a815ba3f36
commit b923cde02b

25
SHARED_TASK_NOTES.md Normal file
View file

@ -0,0 +1,25 @@
# SHARED TASK NOTES
## Project Context
This repository appears to be set up for Claude code review and assistance through GitHub Actions workflows, but lacks the actual application code or prompt file that would be the target of inspection tasks.
## Current State
- Repository has GitHub Actions configured for Claude Code Review and Assistant workflows
- No actual application code or prompt.txt file found
- Directory structure shows basic project layout with inspection-app folder
- Git history shows initial commits and workflow setup
## Next Iteration Instructions
1. Identify what specific prompt or application code needs to be inspected
2. Create or locate the prompt.txt file for inspection
3. Implement the inspection tool functionality for the prompt file
4. Set up appropriate testing and validation processes
## Key Areas to Focus On
- Application code structure and organization
- Prompt quality and effectiveness
- Inspection tool implementation
- Testing and validation mechanisms
## Notes
This appears to be a prototype or starting point for an inspection tool. The actual implementation of the inspection functionality is needed.