()
| 647 | |
| 648 | #[test] |
| 649 | fn test_context_file_path() { |
| 650 | let path = context_file_path(Path::new("/repo"), "claude-code"); |
| 651 | assert_eq!(path, PathBuf::from("/repo/CLAUDE.md")); |
| 652 | } |
| 653 | |
| 654 | // format_learnings_markdown |
| 655 |
nothing calls this directly
no test coverage detected