precc-cli 0.1.0

CLI tool for PRECC: ingest sessions, manage skills, debug, report
[skill]
name = "python-wrong-dir"
description = "Fix python/pytest/pip/poetry commands run outside a Python project"
source = "builtin"
priority = 50

[[triggers]]
type = "command_regex"
pattern = "^(python|python3|pytest|pip|poetry)\\s+"
weight = 1.0

[[triggers]]
type = "file_exists"
pattern = "!pyproject.toml"
weight = 0.5

[[actions]]
type = "prepend_cd"
template = "cd {{project_root}} && {{original_command}}"
confidence = 0.85