Skip to content

Commit 3707cde

Browse files
xesrevinuGit Agent
andcommitted
feat(domain): add bullets field to commit result
- Added bullets field to SingleCommitResult interface. - Improves structure for commit message details. This change enhances the SingleCommitResult interface by adding a bullets field, allowing for better organization of commit message components. Co-Authored-By: Git Agent <noreply@git-agent.dev>
1 parent 514e220 commit 3707cde

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/domain/commit.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export interface CommitPlan {
3939

4040
export interface SingleCommitResult {
4141
readonly title: string;
42+
readonly bullets: ReadonlyArray<string>;
4243
readonly explanation: string;
4344
readonly files: ReadonlyArray<string>;
4445
readonly output: string | undefined;

0 commit comments

Comments
 (0)