MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / kilo_config_path

Function kilo_config_path

src/agents/kilo.rs:25–27  ·  view source on GitHub ↗
(home: &Path)

Source from the content-addressed store, hash-verified

23}
24
25fn kilo_config_path(home: &Path) -> std::path::PathBuf {
26 kilo_config_dir(home).join("kilo.jsonc")
27}
28
29impl AgentIntegration for KiloIntegration {
30 fn name(&self) -> &'static str {

Callers 5

installMethod · 0.85
uninstallMethod · 0.85
primary_config_pathMethod · 0.85
has_tracedecayMethod · 0.85
doctor_check_settingsFunction · 0.85

Calls 1

kilo_config_dirFunction · 0.85

Tested by

no test coverage detected