MCPcopy Index your code
hub / github.com/Doorman11991/smallcode / getActivePlanContext

Function getActivePlanContext

bin/smallcode.js:2018–2025  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2016
2017// Active plan injection (Feature 8). Returns '' when no plan is active.
2018function getActivePlanContext() {
2019 try {
2020 if (_planTracker && _planTracker.plan) {
2021 return _planTracker.formatForPrompt();
2022 }
2023 } catch {}
2024 return '';
2025}
2026
2027// Auto-load knowledge notes (algorithm cheat sheets, syntax reminders, etc.)
2028// from the project's knowledge/ directory based on keyword overlap with the

Callers 1

buildCompactSystemPromptFunction · 0.85

Calls 1

formatForPromptMethod · 0.45

Tested by

no test coverage detected