Merge branch 'main' into feat/calibration-honesty
This commit is contained in:
@@ -23,8 +23,15 @@ export type {
|
||||
GiteaRequestInit,
|
||||
} from './gitea/types.js'
|
||||
|
||||
export { describeChange, planIssueChange, proposalsFor } from './changes/apply-changes-v0.js'
|
||||
export type { ChangeProposal, IssueChange, LabelPlan, ProposeChangeArgs } from './changes/apply-changes-v0.js'
|
||||
export { describeChange, isLabelChange, planIssueChange, proposalsFor, summarizeChange } from './changes/apply-changes-v0.js'
|
||||
export type {
|
||||
ChangeProposal,
|
||||
IssueChange,
|
||||
LabelChange,
|
||||
LabelPlan,
|
||||
ProposalContext,
|
||||
ProposeChangeArgs,
|
||||
} from './changes/apply-changes-v0.js'
|
||||
|
||||
export {
|
||||
inferColumnV0,
|
||||
|
||||
Reference in New Issue
Block a user