io.github.Sandip124/wisegit
Extracts decision intent from git history and protects intentional code from AI modification.
Versions
0.1.1latestTools 11
get_file_decisions Get the decision manifest for a file — shows freeze scores, intent history, and recovery levels for all tracked functions. Call this BEFORE editing any file.
get_freeze_score Get the freeze score and signal breakdown for a specific function. Shows why a function is frozen/stable/open.
search_decisions Search past decisions by keyword. Finds intent history across the entire repository.
create_override Request an override for a FROZEN or STABLE function so it can be modified. The user MUST approve this action. Provide a clear reason why the override is needed. The override is recorded in the audit trail permanently.
get_function_history Get the full chronological decision timeline for a specific function. Shows every event: creation, changes, overrides, issue enrichments.
get_theory_gaps Get functions in a file where the original decision rationale may be unrecoverable (primary author inactive, timeline gaps). These need extra caution.
get_branch_context Get branch merge history — what branches were merged and what they changed. Useful for understanding migrations and cross-platform decisions.
extract_intent Extract decision intent for a function
find_similar_functions Search for existing functions that solve a similar problem.
predict_impact Predict what functions will break if a given function is modified.
get_codebase_conventions Extract coding conventions for a file
Permissions 4
network medium filesystem low shell high env_vars low