feat: create repository skeleton
This commit is contained in:
@@ -0,0 +1 @@
|
||||
// Default configuration values.
|
||||
@@ -0,0 +1 @@
|
||||
// Environment variable loading and validation.
|
||||
@@ -0,0 +1 @@
|
||||
// OpenAI API client wrapper.
|
||||
@@ -0,0 +1 @@
|
||||
// OpenAI Responses API interface.
|
||||
@@ -0,0 +1 @@
|
||||
// architecture_review prompt template.
|
||||
@@ -0,0 +1 @@
|
||||
// ask_chatgpt prompt template.
|
||||
@@ -0,0 +1 @@
|
||||
// Base prompt template.
|
||||
@@ -0,0 +1 @@
|
||||
// debug_issue prompt template.
|
||||
@@ -0,0 +1 @@
|
||||
// review_code prompt template.
|
||||
@@ -0,0 +1 @@
|
||||
// review_plan prompt template.
|
||||
@@ -0,0 +1 @@
|
||||
// MCP stdio server entry point.
|
||||
@@ -0,0 +1 @@
|
||||
// architecture_review tool handler.
|
||||
@@ -0,0 +1 @@
|
||||
// ask_chatgpt tool handler.
|
||||
@@ -0,0 +1 @@
|
||||
// debug_issue tool handler.
|
||||
@@ -0,0 +1 @@
|
||||
// review_code tool handler.
|
||||
@@ -0,0 +1 @@
|
||||
// review_plan tool handler.
|
||||
@@ -0,0 +1 @@
|
||||
// Zod input validation schemas for all tools.
|
||||
@@ -0,0 +1 @@
|
||||
// Context size limit and trimming logic.
|
||||
@@ -0,0 +1 @@
|
||||
// Safe error message formatting.
|
||||
@@ -0,0 +1 @@
|
||||
// Safe logging utility (stderr only).
|
||||
@@ -0,0 +1 @@
|
||||
// Secret redaction utility.
|
||||
Reference in New Issue
Block a user