From ac1ec86ff974c95e2678909cae2afee9412dbeda Mon Sep 17 00:00:00 2001 From: asanty Date: Sat, 7 Oct 2023 17:24:25 -0400 Subject: [PATCH 1/2] Finished a few todos in AGENTS.md --- pilot/const/common.py | 2 ++ pilot/helpers/agents/AGENTS.md | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pilot/const/common.py b/pilot/const/common.py index 616d901b2..c6b7fb960 100644 --- a/pilot/const/common.py +++ b/pilot/const/common.py @@ -5,6 +5,7 @@ 'tech_lead': ['development_planning'], 'full_stack_developer': ['create_scripts', 'coding'], 'dev_ops': ['environment_setup'], + 'code_monkey': ['create_scripts', 'coding', 'implement_changes'] } STEPS = [ 'project_description', @@ -13,6 +14,7 @@ 'architecture', 'environment_setup', 'development_planning', + 'create_scripts', 'coding' ] diff --git a/pilot/helpers/agents/AGENTS.md b/pilot/helpers/agents/AGENTS.md index d806ea822..e3bd19fed 100644 --- a/pilot/helpers/agents/AGENTS.md +++ b/pilot/helpers/agents/AGENTS.md @@ -43,11 +43,11 @@ TODO: **TODO: no prompt** -`debug` functions: `run_command`, `implement_code_changes` +`debug` functions: `run_command`, `implement_changes` ## Developer (full_stack_developer) -`create_scripts`, `coding` **(TODO: No entry in `STEPS` for `create_scripts`)** +`create_scripts`, `coding` - Implement tasks assigned by tech lead - Modular code, TDD @@ -55,9 +55,9 @@ TODO: ## Code Monkey -**TODO: not listed in `ROLES`** +`create_scripts`, `coding`, `implement_changes` -`development/implement_changes` functions: `save_files` +`implement_changes` functions: `save_files` - Implement tasks assigned by tech lead - Modular code, TDD From f0617f95b325f6deb5fd4f3ae64fdb528cdabdeb Mon Sep 17 00:00:00 2001 From: asanty Date: Sat, 7 Oct 2023 17:27:28 -0400 Subject: [PATCH 2/2] Added new step to common.py --- pilot/const/common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pilot/const/common.py b/pilot/const/common.py index c6b7fb960..5a4eb373b 100644 --- a/pilot/const/common.py +++ b/pilot/const/common.py @@ -15,7 +15,8 @@ 'environment_setup', 'development_planning', 'create_scripts', - 'coding' + 'coding', + 'implement_changes' ] IGNORE_FOLDERS = [