MCPcopy Create free account
hub / github.com/SethGammon/Citadel / check

Function check

scripts/test-dashboard-web.js:21–28  ·  view source on GitHub ↗
(label, ok, detail)

Source from the content-addressed store, hash-verified

19const { sha256Digest } = require('../core/operations');
20const operations = require('../core/operations');
21const forks = require('../core/forks');
22const config = require('../core/config');
23
24const FULL_RUNTIME = Object.freeze({
25 id: 'dashboard-test-runtime',
26 capabilities: Object.freeze({
27 workspace: { support: 'full', notes: '' },
28 agents: { support: 'full', notes: '' },
29 worktrees: { support: 'full', notes: '' },
30 approvals: { support: 'full', notes: '' },
31 history: { support: 'full', notes: '' },

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected