MCPcopy Create free account
hub / github.com/ReviewStage/stage-cli / chapter.ts

File chapter.ts

packages/cli/src/db/schema/chapter.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { integer, sqliteTable, text, unique } from "drizzle-orm/sqlite-core";
2import type { HunkReference } from "../../schema.js";
3import { RISK_LEVEL } from "../../schema.js";
4import { chapterRun } from "./chapter-run.js";

Callers

nothing calls this directly

Calls 1

baseColumnsFunction · 0.85

Tested by

no test coverage detected