MCPcopy
hub / github.com/Doorman11991/smallcode / doneRequirements

Method doneRequirements

src/session/tdd_state.js:104–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102
103 pendingRequirements() { return this._requirements.filter(r => r.status === REQ_STATUS.PENDING); }
104 doneRequirements() { return this._requirements.filter(r => r.status === REQ_STATUS.DONE); }
105 activeRequirement() { return this._requirements.find(r => r.status === REQ_STATUS.ACTIVE) || null; }
106
107 /** True when every requirement is done. Does NOT include the regression check. */

Callers 7

_completeRequirementMethod · 0.95
phasePromptMethod · 0.95
tdd_state.test.jsFile · 0.80
processTestResultMethod · 0.80
_executeToolMethod · 0.80
executeToolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected