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

Function steering_path

src/agents/kiro.rs:138–140  ·  view source on GitHub ↗
(home: &Path)

Source from the content-addressed store, hash-verified

136}
137
138fn steering_path(home: &Path) -> PathBuf {
139 kiro_home(home).join("steering/tracedecay.md")
140}
141
142fn managed_skill_index_path(home: &Path) -> PathBuf {
143 kiro_home(home).join("steering/tracedecay-managed-skills.md")

Callers 5

installMethod · 0.85
update_pluginMethod · 0.85
uninstallMethod · 0.85
doctor_check_steeringFunction · 0.85

Calls 1

kiro_homeFunction · 0.85

Tested by

no test coverage detected