Commit graph

12 commits

Author SHA1 Message Date
0972e81ec8 ci: fix PATH for pip on dock5 host runner
All checks were successful
Tests / test (push) Successful in 2s
2026-02-09 11:58:33 +01:00
33bb697da8 ci: repo now public, should clone fine
Some checks failed
Tests / test (push) Failing after 0s
2026-02-09 11:56:13 +01:00
134b130ca0 ci: manual checkout without actions/checkout
Some checks failed
Tests / test (push) Failing after 7m17s
2026-02-09 11:48:51 +01:00
06f6b867be ci: use host execution mode
Some checks failed
Tests / test (push) Failing after 0s
2026-02-09 11:39:07 +01:00
5904237eb8 ci: debug runner
Some checks failed
Tests / test (push) Failing after 16s
2026-02-09 11:38:01 +01:00
6fbdd56480 ci: trigger with host-native runner
Some checks failed
Tests / test (push) Failing after 18s
2026-02-09 11:36:24 +01:00
fbffe52210 ci: trigger pipeline with updated runner config
Some checks failed
Tests / test (push) Failing after 15s
2026-02-09 11:34:47 +01:00
7c3a14a945 ci: use ubuntu-latest with python container
Some checks failed
Tests / test (push) Failing after 15s
2026-02-09 11:33:37 +01:00
a3668d2534 ci: fix checkout action URL for Forgejo
Some checks failed
Tests / test (push) Failing after 6s
2026-02-09 11:32:52 +01:00
34942079f1 ci: add Forgejo Actions workflow (pytest + smoke tests)
Some checks failed
Tests / test (push) Failing after 7s
2026-02-09 11:32:00 +01:00
58251e5ce1 fix: all 169 tests passing
- Fixed auto_handoff: added default markers (DECISION/TODO/BLOCKED/QUESTION)
- Fixed enhanced_search: internal imports use cortex. prefix
- Fixed intent_classifier test: stronger WHEN query for date_tokens test
- Fixed test imports: all use cortex.module_name
- Fixed triage test: accept MINIMAL classification for very low priority
- Fixed typo: self.self.assertIn → self.assertIn
2026-02-09 11:21:44 +01:00
43d033e242 feat: initial cortex package — 8 intelligence modules, CLI, Docker
Modules: triage, health_scanner, feedback_loop, memory_hygiene,
         roadmap, validate_output, enhanced_search, auto_handoff
         + composite_scorer, intent_classifier

CLI: 'cortex <module> <command>' unified entry point
Tests: 157/169 passing (12 assertion mismatches from rename)
Docker: python:3.11-slim based
2026-02-09 11:18:20 +01:00