Pulse/internal/ai/context
rcourtman cb960a04e3 Add comprehensive AI test coverage
- Add integration tests for Ollama provider (17 tests against real API)
- Add unit tests for baseline, correlation, patterns, memory, knowledge, cost packages
- Add context formatter and builder tests
- Add factory tests for provider initialization
- Add Makefile targets: test-integration, test-all
- Clean up test theatre (removed struct field tests)

Integration tests require Ollama at OLLAMA_URL (default: 192.168.0.124:11434)
Run with: make test-integration
2025-12-16 12:33:06 +00:00
..
builder.go feat: Enhance OCI container display and AI context 2025-12-12 18:00:09 +00:00
builder_test.go Add comprehensive AI test coverage 2025-12-16 12:33:06 +00:00
formatter.go style: remove emojis from AI context formatting and prompts 2025-12-13 21:26:49 +00:00
formatter_test.go Add comprehensive AI test coverage 2025-12-16 12:33:06 +00:00
trends.go feat(ai): Add enriched context with historical trends and predictions 2025-12-12 09:45:57 +00:00
trends_test.go feat(ai): Add enriched context with historical trends and predictions 2025-12-12 09:45:57 +00:00
types.go feat: Enhance OCI container display and AI context 2025-12-12 18:00:09 +00:00