Skip to content

Commit b226058

Browse files
committed
Edit format name change: 'cedarscript-raw' -> 'cedarscript'; updates
1 parent f90632c commit b226058

File tree

11 files changed

+3
-5
lines changed

11 files changed

+3
-5
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ test t:
1010
echo TODO pytest --cov=src/cedarscript_integration_aider tests/ --cov-report term-missing
1111

1212
install i:
13-
pip install -e .
13+
pip install --upgrade --force-reinstall -e . \
14+
&& pip show cedarscript-integration-aider
1415

1516
build b:
1617
# SETUPTOOLS_SCM_PRETEND_VERSION=0.0.1

src/cedarscript_integration_aider/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@
88
"prompt_folder_path",
99
]
1010

11-
def prompt_folder_path(name: str) -> Path:
12-
result = files('cedarscript_integration_aider').joinpath(name)
13-
assert result.exists(), f"[prompt_folder_path '{name}']: Path not found: {result}"
14-
return result
11+
prompt_folder_path = files('cedarscript_integration_aider')

src/cedarscript_integration_aider/cedarscript-raw/README.md renamed to src/cedarscript_integration_aider/cedarscript/README.md

File renamed without changes.

src/cedarscript_integration_aider/cedarscript-raw/edit_format_training.txt renamed to src/cedarscript_integration_aider/cedarscript/edit_format_training.txt

File renamed without changes.

src/cedarscript_integration_aider/cedarscript-raw/example_messages.cedarml renamed to src/cedarscript_integration_aider/cedarscript/example_messages.cedarml

File renamed without changes.

src/cedarscript_integration_aider/cedarscript-raw/final_remarks.txt renamed to src/cedarscript_integration_aider/cedarscript/final_remarks.txt

File renamed without changes.

src/cedarscript_integration_aider/cedarscript-raw/main_system.txt renamed to src/cedarscript_integration_aider/cedarscript/main_system.txt

File renamed without changes.

src/cedarscript_integration_aider/cedarscript-raw/no_shell_cmd_prompt.txt renamed to src/cedarscript_integration_aider/cedarscript/no_shell_cmd_prompt.txt

File renamed without changes.

src/cedarscript_integration_aider/cedarscript-raw/shell_cmd_prompt.txt renamed to src/cedarscript_integration_aider/cedarscript/shell_cmd_prompt.txt

File renamed without changes.

src/cedarscript_integration_aider/cedarscript-raw/shell_cmd_reminder.txt renamed to src/cedarscript_integration_aider/cedarscript/shell_cmd_reminder.txt

File renamed without changes.

0 commit comments

Comments
 (0)