You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Protected Branch**: `main` is protected. Do not push directly to `main`. Use PRs.
139
138
-**Merge Strategy**: Squash and merge.
140
139
-**Never force push**: Do not use `git push --force` or `--force-with-lease`. If you hit a git issue, stop and ask the user for guidance.
140
+
-**Pre-commit CI gate**: Always run `make ci` before committing any changes. Ensure it passes with zero errors. Do not commit if `make ci` fails - fix all issues first, then commit.
Copy file name to clipboardExpand all lines: init/generate_logo.py
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ class WordmarkDescription(dspy.Signature):
16
16
"""Generate a creative description for a horizontal wordmark logo with text. The wordmark should be clean, modern, and professional."""
17
17
18
18
project_name: str=dspy.InputField()
19
-
suggestion: str=dspy.InputField(
20
-
desc="Optional suggestion to guide the wordmark description generation"
19
+
theme: str=dspy.InputField(
20
+
desc="Optional theme/style suggestion to guide the wordmark description generation"
21
21
)
22
22
wordmark_description: str=dspy.OutputField(
23
23
desc="A creative description for a horizontal wordmark logo that includes the project name as text. Focus on typography, icon placement, and professional branding. The wordmark should be wide and horizontal."
0 commit comments