Files
correx/.correxignore
kami 3d5e05c1fb feat(context): reasoning-thread continuity, L3 doc filtering, and gate hardening
Threads reasoning_content across inference calls and journal renders, filters
markdown noise out of L3 repo-knowledge retrieval, adds PlanLinter H3 checks,
and tightens filesystem tool output/dir-listing behavior surfaced by prior
live QA (see project_readloop_campaign memory).
2026-07-10 11:13:43 +04:00

15 lines
608 B
Plaintext

# Repo-map exclusions — silences generic-similarity noise in the semantic "Relevant files"
# feed without touching CorrexConfig's ignore_globs. One pattern per line, matched by
# RepoMapIndexer.isIgnored: bare name = matches at any depth, path with '/' = subtree prefix.
# Dev/QA tooling, not project business logic.
scripts
# Fixture repo used by QA gate tests — deliberately fake code, not part of correx itself.
qa/sample-repo
# Frontend build config — boilerplate, never what a code-context query is actually after.
frontend/tailwind.config.js
frontend/vite.config.ts
frontend/postcss.config.js