v0.7.8
RETEST v0.7.7 follow-up: cross-session learning, Vue trace edges, and honest fuzzy trace.
- Learning persistence.
graph.binsnapshot digest now includesaccess_count,base_relevance, and edge pheromone weights sosave_persistedafterrecord_feedbackis not skipped as “structurally unchanged”. Episodes replay on MCP startup when graph nodes are still cold (warmup_project_learning). - Vue trace / dead-code. Pinia
actionsmethods becomeFunctionsymbols; template@click/@viewand<script setup>store calls emitCallsedges; store file hints are extension-agnostic (stores/uiresolvesui.js).traceinbound callers work forgoCheckoutand similar. - Trace honesty.
TraceResult.origin_reliableandmatch_reason: "fuzzy"when the seed is not an exact/prefix hit — agents must not treat fuzzy origins as dead-code proof. - Pinia alias resolve. Store alias
uimaps touseUiStore::actionduring call linking.