Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/gittensory-engine/src/focus-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ export type FocusManifestGateConfig = {
pack: GatePolicyPack | null;
linkedIssue: GateRuleMode | null;
duplicates: GateRuleMode | null;
/** `gate.readiness.mode`/`gate.readiness.minScore` -- this engine-layer pair folds into
* `RepositorySettings.qualityGateMode`/`qualityGateMinScore` (src/signals/focus-manifest.ts), a third
* spelling of the same concept alongside the yml key name; the `readiness` gate is distinct from the
* separate `mergeReadiness` composite gate above. */
readinessMode: GateRuleMode | null;
readinessMinScore: number | null;
slopMode: GateRuleMode | null;
Expand Down