diff --git a/SHARED_TASK_NOTES.md b/SHARED_TASK_NOTES.md new file mode 100644 index 0000000..3da13a6 --- /dev/null +++ b/SHARED_TASK_NOTES.md @@ -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. \ No newline at end of file