Fix remaining insight terminology missed in initial refactor
Audit of the unify-agents refactor found additional occurrences that
needed updating:
- tests/test_app_generators.py: context="insight.test" → "agent.test"
- think/entities/activity.py: docstring "insight" → "output"
- think/runner.py: example and comment "sol insight" → "sol generate"
- think/importer.py: docstrings and log messages updated
- think/models.py: comment and docstring examples updated
- think/formatters.py: apps/*/insights/ → apps/*/agents/ for consistency
- tests/test_journal_index.py: test path updated
- tests/test_importer.py: docstrings updated
- docs/PROVIDERS.md: context pattern reference updated
- scripts/migrate_insights_to_agents.py: added Step 3 for app directories
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>