1.4 KiB
1.4 KiB
encoding_rule
- All source/code/config/docs files must be saved and edited in UTF-8 without BOM; never write mojibake placeholders or replacement characters.
commit_message_rule
- After applying fixes, always provide the user with a ready commit title in Russian.
graphify
This project has a graphify knowledge graph at graphify-out/.
Rules:
- Before answering architecture or codebase questions, read graphify-out/GRAPH_REPORT.md for god nodes and community structure
- If graphify-out/wiki/index.md exists, navigate it instead of reading raw files
- After modifying code files in this session, run
python -c "from graphify.watch import _rebuild_code; from pathlib import Path; _rebuild_code(Path('.'))"to keep the graph current
codex_domain_loop
- Project-scoped Codex orchestration lives under
.codex/. - Use
.codex/skills/domain-case-loopfor repeatable domain hardening loops on one concrete case. - Preserve current architecture: domain loop may automate capture, review, rerun, and artifact storage, but must not rewrite runtime foundations.
- Prefer machine-readable case artifacts in
artifacts/domain_runs/<case_id>/, especiallybaseline_turn.json/rerun_turn.json, over ad hoc prose-only summaries. - A case can be marked
acceptedonly when analyst verdict is at least80/100, no unresolvedP0remains, and the rerun does not mask heuristic output as confirmed.