diff --git a/README.md b/README.md
index 2582483..07f14f3 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,8 @@ Optimize your code review process with Presubmit's AI Code Reviewer that catches
+kaslhdoiasdahosadoisadsioiaojds
+
> 🤝 **Note**: Presubmit is designed to complement human reviewers, not replace them. It helps catch security issues and bugs early on while also providing context about the overall change, making the human review process more efficient.
diff --git a/src/diff.ts b/src/diff.ts
index 34d5d71..4eba64d 100644
--- a/src/diff.ts
+++ b/src/diff.ts
@@ -17,10 +17,14 @@ export type File = {
export type Hunk = {
startLine: number;
endLine: number;
+
diff: string;
+
commentThreads?: ReviewCommentThread[];
};
+asd;
+
export type FileDiff = File & {
hunks: Hunk[];
};
diff --git a/src/main.ts b/src/main.ts
index ec67e2b..ad1426a 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -21,5 +21,5 @@ async function main(): Promise {
);
}
}
-
+dasadsdasdas;
main();