docs: Update file paths after moving AI docs to packages/ai/docs/

- Update task.md to reference docs in new location
- Update CLAUDE.md with project instructions
- Update analysis.md with implementation progress
This commit is contained in:
Mario Zechner 2025-08-24 20:21:38 +02:00
parent 8364ecde4a
commit a42c54e6fe
3 changed files with 271 additions and 5 deletions

View file

@ -4,4 +4,5 @@
- packages/agent/README.md
- packages/pods/README.md
- We must NEVER have type any anywhere, unless absolutely, positively necessary.
- If you are working with an external API, check node_modules for the type definitions as needed instead of assuming things.
- If you are working with an external API, check node_modules for the type definitions as needed instead of assuming things.
- Always run `npm run check` in the project's root directory after making code changes.