zrb 1.18.0__tar.gz → 1.18.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {zrb-1.18.0 → zrb-1.18.2}/PKG-INFO +1 -1
 - {zrb-1.18.0 → zrb-1.18.2}/pyproject.toml +1 -1
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/cpp.md +33 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/csharp.md +35 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/git.md +58 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/golang.md +43 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/html-css.md +34 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/java.md +37 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/javascript.md +45 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/kotlin.md +41 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/php.md +30 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/python.md +44 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/ruby-on-rails.md +34 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/ruby.md +33 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/rust.md +38 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/shell.md +49 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/sql.md +38 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/swift.md +38 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/coding/workflow.md +85 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/copywriting/workflow.md +40 -0
 - zrb-1.18.2/src/zrb/task/llm/default_workflow/researching/workflow.md +41 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/rsync_task.py +1 -1
 - zrb-1.18.0/src/zrb/task/llm/default_workflow/coding/git.md +0 -142
 - zrb-1.18.0/src/zrb/task/llm/default_workflow/coding/golang.md +0 -23
 - zrb-1.18.0/src/zrb/task/llm/default_workflow/coding/javascript.md +0 -24
 - zrb-1.18.0/src/zrb/task/llm/default_workflow/coding/python.md +0 -23
 - zrb-1.18.0/src/zrb/task/llm/default_workflow/coding/rust.md +0 -23
 - zrb-1.18.0/src/zrb/task/llm/default_workflow/coding/shell.md +0 -245
 - zrb-1.18.0/src/zrb/task/llm/default_workflow/coding/workflow.md +0 -67
 - zrb-1.18.0/src/zrb/task/llm/default_workflow/copywriting/workflow.md +0 -17
 - zrb-1.18.0/src/zrb/task/llm/default_workflow/researching/workflow.md +0 -18
 - {zrb-1.18.0 → zrb-1.18.2}/README.md +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/__main__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/attr/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/attr/type.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/base64.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/git.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/git_subtree.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/group.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/http.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/jwt.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/chat_session.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/chat_trigger.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/history.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/input.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/llm_ask.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/previous-session.js +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/tool/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/tool/api.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/tool/cli.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/tool/code.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/tool/file.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/tool/note.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/tool/rag.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/tool/sub_agent.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/llm/tool/web.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/md5.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_input.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_task.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/.coveragerc +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/.flake8 +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/.gitignore +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/README.md +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/column/add_column_task.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/column/add_column_util.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/config.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/add_entity_task.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/add_entity_util.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/gateway/view/content/my-module/my-entity.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/my_entity_service.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/my_entity_service_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/repository/my_entity_db_repository.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/repository/my_entity_repository.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/repository/my_entity_repository_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/schema/my_entity.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/test/my_module/my_entity/test_create_my_entity.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/test/my_module/my_entity/test_delete_my_entity.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/test/my_module/my_entity/test_read_my_entity.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/test/my_module/my_entity/test_update_my_entity.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/client_method.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/gateway_subroute.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/navigation_config_file.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/format_task.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/group.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/input.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/add_module_task.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/add_module_util.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/gateway/subroute/my_module.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/alembic.ini +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/client/my_module_api_client.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/client/my_module_client.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/client/my_module_client_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/client/my_module_direct_client.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration/README +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration/env.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration/script.py.mako +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration/versions/.gitkeep +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration_metadata.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/route.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/service/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/module_task_definition.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/navigation_config_file.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/task.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/task_util.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/util.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/venv_task.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/app_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/base_db_repository.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/base_service.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/db_engine_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/error.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/logger_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/parser_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/schema.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/app.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/parser.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/user_agent.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/view.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/config.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/main.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/alembic.ini +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_api_client.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_client.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_client_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_direct_client.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/README +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/env.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/script.py.mako +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/versions/3093c7336477_add_auth_tables.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/versions/8ed025bcc845_create_permissions.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration_metadata.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/route.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/permission_service.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/permission_service_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/repository/permission_db_repository.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/repository/permission_repository.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/repository/permission_repository_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/repository/role_db_repository.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/repository/role_repository.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/repository/role_repository_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/role_service.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/role_service_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/repository/user_db_repository.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/repository/user_repository.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/repository/user_repository_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/user_service.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/user_service_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/alembic.ini +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/config/navigation.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/README +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/env.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/script.py.mako +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/versions/.gitkeep +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration_metadata.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/route.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/schema/navigation.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/subroute/auth.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/util/auth.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/util/view.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/auth/permission.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/auth/role.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/auth/user.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/error.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/homepage.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/login.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/logout.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/common/util.js +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/crud/style.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/crud/util.js +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/default/pico-style.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/default/script.js +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/default/style.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/images/android-chrome-192x192.png +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/images/android-chrome-512x512.png +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/images/favicon-32x32.png +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.amber.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.blue.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.cyan.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.fuchsia.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.green.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.grey.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.indigo.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.jade.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.lime.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.orange.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.pink.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.pumpkin.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.purple.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.red.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.sand.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.slate.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.violet.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.yellow.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.zinc.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/template/default.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/requirements.txt +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/permission.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/role.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/user.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/template.env +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/_util/access_token.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/auth/permission/test_create_permission.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/auth/permission/test_delete_permission.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/auth/permission/test_read_permission.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/auth/permission/test_update_permission.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/auth/test_user_session.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/test_health_and_readiness.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/test_homepage.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/test_not_found_error.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test.sh +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/add/fastapp/fastapp_util.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/create/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/create/project-template/README.md +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/create/project-template/zrb_init.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/project/create/project_task.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/python.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/random.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/searxng/config/settings.yml +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/searxng/start.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/setup/asdf/asdf.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/setup/asdf/asdf_helper.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/setup/common_input.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/setup/latex/ubuntu.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/setup/tmux/tmux.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/setup/tmux/tmux_config.sh +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/setup/tmux/tmux_helper.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/setup/ubuntu.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/setup/zsh/zsh.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/setup/zsh/zsh_config.sh +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/setup/zsh/zsh_helper.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/shell/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/shell/autocomplete/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/shell/autocomplete/bash.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/shell/autocomplete/subcmd.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/shell/autocomplete/zsh.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/todo.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/builtin/uuid.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/callback/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/callback/any_callback.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/callback/callback.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/cmd/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/cmd/cmd_result.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/cmd/cmd_val.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/config/config.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/config/default_prompt/file_extractor_system_prompt.md +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/config/default_prompt/interactive_system_prompt.md +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/config/default_prompt/persona.md +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/config/default_prompt/repo_extractor_system_prompt.md +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/config/default_prompt/repo_summarizer_system_prompt.md +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/config/default_prompt/summarization_prompt.md +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/config/default_prompt/system_prompt.md +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/config/llm_config.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/config/llm_context/config.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/config/llm_context/config_parser.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/config/llm_rate_limitter.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/config/web_auth_config.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/content_transformer/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/content_transformer/any_content_transformer.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/content_transformer/content_transformer.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/context/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/context/any_context.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/context/any_shared_context.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/context/context.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/context/shared_context.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/dot_dict/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/dot_dict/dot_dict.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/env/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/env/any_env.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/env/env.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/env/env_file.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/env/env_map.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/group/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/group/any_group.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/group/group.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/input/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/input/any_input.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/input/base_input.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/input/bool_input.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/input/float_input.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/input/int_input.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/input/option_input.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/input/password_input.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/input/str_input.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/input/text_input.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/cli.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/common_util.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_app.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/docs_route.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/error_page/serve_default_404.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/error_page/show_error_page.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/error_page/view.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/home_page/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/home_page/home_page_route.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/home_page/view.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/login_api_route.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/login_page/login_page_route.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/login_page/view.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/logout_api_route.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/logout_page/logout_page_route.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/logout_page/view.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/node_page/group/show_group_page.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/node_page/group/view.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/node_page/node_page_route.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/node_page/task/partial/input.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/node_page/task/show_task_page.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/node_page/task/view.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/refresh_token_api_route.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/global_template.html +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/refresh-token.template.js +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/common.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/common.js +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/favicon-32x32.png +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/login/event.js +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/logout/event.js +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.amber.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.blue.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.cyan.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.fuchsia.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.green.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.grey.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.indigo.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.jade.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.lime.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.orange.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.pink.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.pumpkin.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.purple.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.red.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.sand.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.slate.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.violet.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.yellow.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/pico-css/pico.zinc.min.css +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/session/common-util.js +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/session/current-session.js +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/session/event.js +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/resources/session/past-session.js +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/static/static_route.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/task_input_api_route.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_route/task_session_api_route.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_schema/session.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_schema/token.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_schema/user.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_util/cookie.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_util/html.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_util/token.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/runner/web_util/user.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/session/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/session/any_session.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/session/session.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/session_state_log/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/session_state_log/session_state_log.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/session_state_logger/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/session_state_logger/any_session_state_logger.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/session_state_logger/file_session_state_logger.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/session_state_logger/session_state_logger_factory.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/any_task.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/base/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/base/context.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/base/execution.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/base/lifecycle.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/base/monitoring.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/base/operators.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/base_task.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/base_trigger.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/cmd_task.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/http_check.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/llm/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/llm/agent.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/llm/config.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/llm/conversation_history.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/llm/conversation_history_model.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/llm/error.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/llm/history_summarization.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/llm/history_summarization_tool.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/llm/print_node.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/llm/prompt.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/llm/tool_wrapper.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/llm/typing.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/llm_task.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/make_task.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/scaffolder.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/scheduler.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/task.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task/tcp_check.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task_status/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/task_status/task_status.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/attr.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/callable.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/cli/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/cli/markdown.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/cli/style.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/cli/subcommand.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/cli/text.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/cmd/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/cmd/command.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/cmd/remote.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/codemod/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/codemod/modification_mode.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/codemod/modify_class.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/codemod/modify_class_parent.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/codemod/modify_class_property.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/codemod/modify_dict.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/codemod/modify_function.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/codemod/modify_function_call.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/codemod/modify_method.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/codemod/modify_module.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/cron.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/file.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/git.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/git_diff_model.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/git_subtree.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/git_subtree_model.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/group.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/init_path.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/llm/prompt.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/load.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/run.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/string/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/string/conversion.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/string/format.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/string/name.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/todo.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/todo_model.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/util/truncate.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/xcom/__init__.py +0 -0
 - {zrb-1.18.0 → zrb-1.18.2}/src/zrb/xcom/xcom.py +0 -0
 
| 
         @@ -0,0 +1,33 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # C++ Development Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide provides the baseline for C++ development. It is superseded by project-specific conventions.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. Project Analysis Checklist
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Before coding, inspect the project for these files to determine its conventions:
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            - **Build System:** `CMakeLists.txt` (CMake), `Makefile` (Make), or a Visual Studio solution file (`*.sln`).
         
     | 
| 
      
 10 
     | 
    
         
            +
            - **C++ Standard:** Look for flags like `-std=c++11`, `-std=c++14`, `-std=c++17`, or `-std=c++20` in the build files.
         
     | 
| 
      
 11 
     | 
    
         
            +
            - **Style & Linting Config:** `.clang-format`, `.clang-tidy`. These define the coding standard.
         
     | 
| 
      
 12 
     | 
    
         
            +
            - **Testing Framework:** Look for a `tests/` directory and check the build files for dependencies like `gtest` or `catch2`.
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            ## 2. Core Principles
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            - **Style:** Strictly adhere to the project's configured formatter (e.g., clang-format) and linter (e.g., clang-tidy). If none exist, default to the Google C++ Style Guide.
         
     | 
| 
      
 17 
     | 
    
         
            +
            - **Modern C++:** Use modern C++ features, such as smart pointers, range-based for loops, and auto.
         
     | 
| 
      
 18 
     | 
    
         
            +
            - **RAII (Resource Acquisition Is Initialization):** Use RAII to manage resources like memory, files, and network connections.
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            ## 3. Implementation Patterns
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
            - **Error Handling:** Replicate existing patterns for error handling. Use exceptions for errors that cannot be handled locally.
         
     | 
| 
      
 23 
     | 
    
         
            +
            - **Testing:** Use the project's existing test structure. Write unit tests for all new code.
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            ## 4. Common Commands
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
            - **CMake:**
         
     | 
| 
      
 28 
     | 
    
         
            +
              - **Configure:** `cmake -B build`
         
     | 
| 
      
 29 
     | 
    
         
            +
              - **Build:** `cmake --build build`
         
     | 
| 
      
 30 
     | 
    
         
            +
              - **Test:** `cd build && ctest`
         
     | 
| 
      
 31 
     | 
    
         
            +
            - **Make:**
         
     | 
| 
      
 32 
     | 
    
         
            +
              - **Build:** `make`
         
     | 
| 
      
 33 
     | 
    
         
            +
              - **Test:** `make test`
         
     | 
| 
         @@ -0,0 +1,35 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # C# Development Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide provides the baseline for C# development. It is superseded by project-specific conventions.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. Project Analysis Checklist
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Before coding, inspect the project for these files to determine its conventions:
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            - **Project File:** `*.csproj`. This defines the project structure, dependencies, and build settings.
         
     | 
| 
      
 10 
     | 
    
         
            +
            - **Solution File:** `*.sln`. This defines the solution that contains one or more projects.
         
     | 
| 
      
 11 
     | 
    
         
            +
            - **.NET Version:** Look for a `global.json` file, or check the `*.csproj` file.
         
     | 
| 
      
 12 
     | 
    
         
            +
            - **Style & Linting Config:** `.editorconfig`, `.stylecop.json`. These define the coding standard.
         
     | 
| 
      
 13 
     | 
    
         
            +
            - **Testing Framework:** Look for a `*Tests` directory and check the project file for dependencies like `xunit`, `nunit`, or `mstest`.
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            ## 2. Core Principles
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
            - **Style:** Strictly adhere to the project's configured linter (e.g., StyleCop). If none exists, default to the .NET coding conventions.
         
     | 
| 
      
 18 
     | 
    
         
            +
            - **Idiomatic C#:** Embrace C#'s core features:
         
     | 
| 
      
 19 
     | 
    
         
            +
              - Use properties instead of public fields.
         
     | 
| 
      
 20 
     | 
    
         
            +
              - Use LINQ for data manipulation.
         
     | 
| 
      
 21 
     | 
    
         
            +
              - Use `async/await` for asynchronous programming.
         
     | 
| 
      
 22 
     | 
    
         
            +
            - **Object-Oriented Design:** Follow SOLID principles and use design patterns where appropriate.
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
            ## 3. Implementation Patterns
         
     | 
| 
      
 25 
     | 
    
         
            +
             
     | 
| 
      
 26 
     | 
    
         
            +
            - **Error Handling:** Replicate existing patterns for exceptions. Use `try-catch-finally` blocks for exception handling.
         
     | 
| 
      
 27 
     | 
    
         
            +
            - **Testing:** Use the project's existing test structure. Write unit tests for all new code.
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
            ## 4. Common Commands
         
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
            - **Build:** `dotnet build`
         
     | 
| 
      
 32 
     | 
    
         
            +
            - **Run:** `dotnet run`
         
     | 
| 
      
 33 
     | 
    
         
            +
            - **Test:** `dotnet test`
         
     | 
| 
      
 34 
     | 
    
         
            +
            - **Clean:** `dotnet clean`
         
     | 
| 
      
 35 
     | 
    
         
            +
            - **Publish:** `dotnet publish`
         
     | 
| 
         @@ -0,0 +1,58 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Git Workflow Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide governs all version control operations. Adhere to it for safety and consistency.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. Core Principles & Safety
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            - **Atomic Commits:** One logical change per commit. Use `git add -p` for precision.
         
     | 
| 
      
 8 
     | 
    
         
            +
            - **Descriptive Messages:** Explain the "why" in the imperative mood (e.g., "Add feature"). Follow the 50/72 format.
         
     | 
| 
      
 9 
     | 
    
         
            +
            - **Safety First:**
         
     | 
| 
      
 10 
     | 
    
         
            +
              - Always run `git status` before operations.
         
     | 
| 
      
 11 
     | 
    
         
            +
              - Use `git push --force-with-lease`, not `--force`.
         
     | 
| 
      
 12 
     | 
    
         
            +
              - Ensure the working directory is clean before `git rebase`.
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            ## 2. Standard Workflow
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            This is the primary development cycle.
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            1. **Branch:** `git checkout -b <branch-name>`
         
     | 
| 
      
 19 
     | 
    
         
            +
            2. **Code & Verify:** Make changes, then run all tests, linters, and builds.
         
     | 
| 
      
 20 
     | 
    
         
            +
            3. **Stage:** `git add <file>` or, for more precision, `git add -p`.
         
     | 
| 
      
 21 
     | 
    
         
            +
            4. **Commit:** `git commit` with a descriptive message.
         
     | 
| 
      
 22 
     | 
    
         
            +
                ```
         
     | 
| 
      
 23 
     | 
    
         
            +
                feat: Add user authentication endpoint
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
                Implement the /login endpoint using JWT for token-based auth.
         
     | 
| 
      
 26 
     | 
    
         
            +
                This resolves issue #123 by providing a mechanism for users to
         
     | 
| 
      
 27 
     | 
    
         
            +
                log in and receive an access token.
         
     | 
| 
      
 28 
     | 
    
         
            +
                ```
         
     | 
| 
      
 29 
     | 
    
         
            +
            5. **Review/Amend:** Use `git log -1` to review. If needed, fix with `git commit --amend`.
         
     | 
| 
      
 30 
     | 
    
         
            +
            6. **Push:** `git push origin <branch-name>`
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            ## 3. Command Reference
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
            ### Status & History
         
     | 
| 
      
 35 
     | 
    
         
            +
            - `git status`: Check working directory status.
         
     | 
| 
      
 36 
     | 
    
         
            +
            - `git diff`: See uncommitted changes to tracked files.
         
     | 
| 
      
 37 
     | 
    
         
            +
            - `git diff --staged`: See staged changes.
         
     | 
| 
      
 38 
     | 
    
         
            +
            - `git log --oneline --graph -10`: View recent commit history.
         
     | 
| 
      
 39 
     | 
    
         
            +
            - `git blame <file>`: See who changed what in a file.
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
            ### Branching & Merging
         
     | 
| 
      
 42 
     | 
    
         
            +
            - `git checkout -b <name>`: Create and switch to a new branch.
         
     | 
| 
      
 43 
     | 
    
         
            +
            - `git switch <name>`: Switch to an existing branch.
         
     | 
| 
      
 44 
     | 
    
         
            +
            - `git rebase main`: Update the current branch from `main`. **(Use with care)**.
         
     | 
| 
      
 45 
     | 
    
         
            +
            - `git merge --no-ff <branch>`: Merge a branch without fast-forwarding.
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
            ### Stashing
         
     | 
| 
      
 48 
     | 
    
         
            +
            - `git stash push -m "msg"`: Save uncommitted changes temporarily.
         
     | 
| 
      
 49 
     | 
    
         
            +
            - `git stash list`: List all stashes.
         
     | 
| 
      
 50 
     | 
    
         
            +
            - `git stash pop`: Apply and remove the last stash.
         
     | 
| 
      
 51 
     | 
    
         
            +
             
     | 
| 
      
 52 
     | 
    
         
            +
            ### Remote Operations
         
     | 
| 
      
 53 
     | 
    
         
            +
            - `git fetch origin`: Fetch updates from the remote repository.
         
     | 
| 
      
 54 
     | 
    
         
            +
            - `git push origin <branch>`: Push a branch to the remote.
         
     | 
| 
      
 55 
     | 
    
         
            +
            - `git push origin --delete <branch>`: Delete a remote branch.
         
     | 
| 
      
 56 
     | 
    
         
            +
             
     | 
| 
      
 57 
     | 
    
         
            +
            ### Advanced
         
     | 
| 
      
 58 
     | 
    
         
            +
            - `git cherry-pick <commit-hash>`: Apply a specific commit from another branch. **(Use with caution to avoid duplicate commits)**.
         
     | 
| 
         @@ -0,0 +1,43 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Go Development Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide provides the baseline for Go development. It is superseded by project-specific conventions.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. Project Analysis Checklist
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Before coding, inspect the project for these files to determine its conventions:
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            - **Module Information:** `go.mod` to identify the module path and dependencies. `go.sum` for dependency checksums.
         
     | 
| 
      
 10 
     | 
    
         
            +
            - **Workspace:** `go.work` to see if the project is part of a multi-module workspace.
         
     | 
| 
      
 11 
     | 
    
         
            +
            - **Tooling:** A `Makefile` is common for defining build, test, and lint commands.
         
     | 
| 
      
 12 
     | 
    
         
            +
            - **CI/CD Configuration:** Files like `.github/workflows/go.yml` can reveal the exact commands used for verification.
         
     | 
| 
      
 13 
     | 
    
         
            +
            - **Linting Config:** `.golangci.yml` defines the linting rules for `golangci-lint`.
         
     | 
| 
      
 14 
     | 
    
         
            +
            - **Package Structure:** Analyze the `pkg/` and `internal/` directories to understand the project's layout.
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            ## 2. Core Principles
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            - **Formatting:** `go fmt` is mandatory. All code must be formatted before committing.
         
     | 
| 
      
 19 
     | 
    
         
            +
            - **Linting:** Adhere to the project's `golangci-lint` configuration. If none exists, use a sensible default.
         
     | 
| 
      
 20 
     | 
    
         
            +
            - **Package Naming:** Use short, concise, all-lowercase package names.
         
     | 
| 
      
 21 
     | 
    
         
            +
            - **Simplicity:** Write clear, simple, and readable code. Avoid unnecessary complexity or "clever" tricks.
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
            ## 3. Project Structure
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            - **`cmd/`:** Main applications for the project. Each subdirectory is a separate command.
         
     | 
| 
      
 26 
     | 
    
         
            +
            - **`pkg/`:** Library code that's okay to be used by external applications.
         
     | 
| 
      
 27 
     | 
    
         
            +
            - **`internal/`:** Private application and library code. It's not importable by other projects.
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
            ## 4. Implementation Patterns
         
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
            - **Error Handling:** Match the existing error handling strategy. Check if the project uses a library like `pkg/errors` for wrapping or if it relies on the standard library's `fmt.Errorf` with `%w`.
         
     | 
| 
      
 32 
     | 
    
         
            +
            - **Testing:** Replicate the existing test structure. Use table-driven tests if they are prevalent in the codebase. Place tests in `_test.go` files within the same package.
         
     | 
| 
      
 33 
     | 
    
         
            +
            - **Concurrency:** Follow existing concurrency patterns. Pay close attention to how goroutines, channels, and mutexes are used.
         
     | 
| 
      
 34 
     | 
    
         
            +
            - **Debugging:** Use the `delve` debugger for debugging Go applications.
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
            ## 5. Common Commands
         
     | 
| 
      
 37 
     | 
    
         
            +
             
     | 
| 
      
 38 
     | 
    
         
            +
            - **Tidy Dependencies:** `go mod tidy`
         
     | 
| 
      
 39 
     | 
    
         
            +
            - **Formatting:** `go fmt ./...`
         
     | 
| 
      
 40 
     | 
    
         
            +
            - **Linting:** `golangci-lint run`
         
     | 
| 
      
 41 
     | 
    
         
            +
            - **Testing:** `go test ./...`
         
     | 
| 
      
 42 
     | 
    
         
            +
            - **Building:** `go build ./...`
         
     | 
| 
      
 43 
     | 
    
         
            +
            - **Run:** `go run ./cmd/my-app`
         
     | 
| 
         @@ -0,0 +1,34 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # HTML/CSS Development Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide provides the baseline for HTML and CSS development. It is superseded by project-specific conventions.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. Project Analysis Checklist
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Before coding, inspect the project for these files to determine its conventions:
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            - **HTML Files:** `*.html`. Look for the overall structure, doctype, and meta tags.
         
     | 
| 
      
 10 
     | 
    
         
            +
            - **CSS Files:** `*.css`. Look for the CSS architecture (e.g., BEM, SMACSS), preprocessors (e.g., Sass, Less), and frameworks (e.g., Bootstrap, Tailwind CSS).
         
     | 
| 
      
 11 
     | 
    
         
            +
            - **Style & Linting Config:** `.stylelintrc`, `.prettierrc`. These define the coding standard.
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
            ## 2. Core Principles
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            - **HTML:**
         
     | 
| 
      
 16 
     | 
    
         
            +
              - **Semantic HTML:** Use HTML elements for their intended purpose. For example, use `<nav>` for navigation, `<main>` for the main content, and `<article>` for articles.
         
     | 
| 
      
 17 
     | 
    
         
            +
              - **Accessibility:** Follow accessibility best practices, such as using `alt` attributes for images and `aria-*` attributes for dynamic content.
         
     | 
| 
      
 18 
     | 
    
         
            +
            - **CSS:**
         
     | 
| 
      
 19 
     | 
    
         
            +
              - **Separation of Concerns:** Keep your CSS separate from your HTML. Use external stylesheets instead of inline styles.
         
     | 
| 
      
 20 
     | 
    
         
            +
              - **Responsive Design:** Use media queries to create a responsive design that works on all screen sizes.
         
     | 
| 
      
 21 
     | 
    
         
            +
              - **CSS Methodologies:** If the project uses a CSS methodology like BEM or SMACSS, follow it.
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
            ## 3. Implementation Patterns
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            - **HTML:**
         
     | 
| 
      
 26 
     | 
    
         
            +
              - **Validation:** Validate your HTML using the W3C Markup Validation Service.
         
     | 
| 
      
 27 
     | 
    
         
            +
            - **CSS:**
         
     | 
| 
      
 28 
     | 
    
         
            +
              - **Prefixing:** Use a tool like Autoprefixer to add vendor prefixes to your CSS.
         
     | 
| 
      
 29 
     | 
    
         
            +
              - **Minification:** Use a tool like cssnano to minify your CSS for production.
         
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
            ## 4. Common Commands
         
     | 
| 
      
 32 
     | 
    
         
            +
             
     | 
| 
      
 33 
     | 
    
         
            +
            - **Linting:** `stylelint "**/*.css"`, `prettier --check "**/*.html"`
         
     | 
| 
      
 34 
     | 
    
         
            +
            - **Formatting:** `prettier --write "**/*.{html,css}"`
         
     | 
| 
         @@ -0,0 +1,37 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Java Development Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide provides the baseline for Java development. It is superseded by project-specific conventions.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. Project Analysis Checklist
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Before coding, inspect the project for these files to determine its conventions:
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            - **Build System:** `pom.xml` (Maven) or `build.gradle` (Gradle). Note the dependencies, plugins, and build lifecycle.
         
     | 
| 
      
 10 
     | 
    
         
            +
            - **Java Version:** Look for a `.java-version` file, or check the `pom.xml` or `build.gradle` file.
         
     | 
| 
      
 11 
     | 
    
         
            +
            - **Style & Linting Config:** `.checkstyle.xml`, `.pmd.xml`. These define the coding standard.
         
     | 
| 
      
 12 
     | 
    
         
            +
            - **Testing Framework:** Look for a `src/test/java` directory and check the build file for dependencies like `junit` or `testng`.
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            ## 2. Core Principles
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            - **Style:** Strictly adhere to the project's configured linter (e.g., Checkstyle, PMD). If none exist, default to the Google Java Style Guide.
         
     | 
| 
      
 17 
     | 
    
         
            +
            - **Object-Oriented Design:** Follow SOLID principles and use design patterns where appropriate.
         
     | 
| 
      
 18 
     | 
    
         
            +
            - **API Design:** Follow the principles of good API design, such as keeping APIs small and focused.
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            ## 3. Implementation Patterns
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
            - **Error Handling:** Replicate existing patterns for exceptions. Use checked exceptions for recoverable errors and unchecked exceptions for programming errors.
         
     | 
| 
      
 23 
     | 
    
         
            +
            - **Testing:** Use the project's existing test structure. Write unit tests for all new code.
         
     | 
| 
      
 24 
     | 
    
         
            +
            - **Concurrency:** Follow existing concurrency patterns. Use the `java.util.concurrent` package for high-level concurrency abstractions.
         
     | 
| 
      
 25 
     | 
    
         
            +
             
     | 
| 
      
 26 
     | 
    
         
            +
            ## 4. Common Commands
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
            - **Maven:**
         
     | 
| 
      
 29 
     | 
    
         
            +
              - **Clean:** `mvn clean`
         
     | 
| 
      
 30 
     | 
    
         
            +
              - **Compile:** `mvn compile`
         
     | 
| 
      
 31 
     | 
    
         
            +
              - **Test:** `mvn test`
         
     | 
| 
      
 32 
     | 
    
         
            +
              - **Package:** `mvn package`
         
     | 
| 
      
 33 
     | 
    
         
            +
              - **Install:** `mvn install`
         
     | 
| 
      
 34 
     | 
    
         
            +
            - **Gradle:**
         
     | 
| 
      
 35 
     | 
    
         
            +
              - **Clean:** `./gradlew clean`
         
     | 
| 
      
 36 
     | 
    
         
            +
              - **Build:** `./gradlew build`
         
     | 
| 
      
 37 
     | 
    
         
            +
              - **Test:** `./gradlew test`
         
     | 
| 
         @@ -0,0 +1,45 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # JavaScript/TypeScript Development Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide provides the baseline for JS/TS development. It is superseded by project-specific conventions.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. Project Analysis Checklist
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Before coding, inspect the project for these files to determine its conventions:
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            - **Package Manager:** `package.json` (and `package-lock.json`, `yarn.lock`, or `pnpm-lock.yaml`). Note the `scripts` and `dependencies`.
         
     | 
| 
      
 10 
     | 
    
         
            +
            - **TypeScript/JavaScript Config:** `tsconfig.json` or `jsconfig.json`. This defines module system, strictness, and paths.
         
     | 
| 
      
 11 
     | 
    
         
            +
            - **Style & Linting Config:** `.eslintrc.js`, `.prettierrc`, `package.json` (for `eslintConfig`, `prettier`). These define the coding standard.
         
     | 
| 
      
 12 
     | 
    
         
            +
            - **Build/Vite Config:** `webpack.config.js`, `vite.config.ts`, `rollup.config.js`.
         
     | 
| 
      
 13 
     | 
    
         
            +
            - **Testing Framework:** Look for a `tests/` or `__tests__/` directory, and config files like `jest.config.js` or `vitest.config.ts`.
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            ## 2. Core Principles
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
            - **Style:** Strictly adhere to the project's configured linter (`ESLint`) and formatter (`Prettier`).
         
     | 
| 
      
 18 
     | 
    
         
            +
            - **TypeScript:** If the project uses TypeScript (`tsconfig.json` exists), you MUST use it for all new code. Adhere to the configured strictness level.
         
     | 
| 
      
 19 
     | 
    
         
            +
            - **Module System:** Match the project's module system (e.g., ES Modules `import/export` or CommonJS `require/module.exports`). This is usually defined in `package.json` (`"type": "module"`) or `tsconfig.json`.
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
            ## 3. Package Management
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
            - **`npm`:** If the project uses `package-lock.json`, add new dependencies using `npm install <package-name>`.
         
     | 
| 
      
 24 
     | 
    
         
            +
            - **`yarn`:** If the project uses `yarn.lock`, add new dependencies using `yarn add <package-name>`.
         
     | 
| 
      
 25 
     | 
    
         
            +
            - **`pnpm`:** If the project uses `pnpm-lock.yaml`, add new dependencies using `pnpm add <package-name>`.
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
            ## 4. Framework Conventions
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
            - **React:** If the project uses React, follow its component structure (e.g., functional components with hooks), state management (e.g., `useState`, `useReducer`, Redux), and JSX syntax.
         
     | 
| 
      
 30 
     | 
    
         
            +
            - **Vue:** If the project uses Vue, follow its single-file component structure, `v-` directives, and state management patterns (e.g., Pinia).
         
     | 
| 
      
 31 
     | 
    
         
            +
            - **Angular:** If the project uses Angular, follow its module and component structure, dependency injection, and RxJS-based patterns.
         
     | 
| 
      
 32 
     | 
    
         
            +
             
     | 
| 
      
 33 
     | 
    
         
            +
            ## 5. Implementation Patterns
         
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
      
 35 
     | 
    
         
            +
            - **Error Handling:** Replicate existing patterns for `try/catch`, Promises (`.catch()`), and async/await error handling.
         
     | 
| 
      
 36 
     | 
    
         
            +
            - **Testing:** Use the project's existing test runner (`Jest`, `Vitest`, `Mocha`), assertion library, and mocking patterns. Add tests for all new code.
         
     | 
| 
      
 37 
     | 
    
         
            +
            - **Debugging:** Use the browser's developer tools for front-end code and the Node.js debugger (`node --inspect`) for back-end code.
         
     | 
| 
      
 38 
     | 
    
         
            +
             
     | 
| 
      
 39 
     | 
    
         
            +
            ## 6. Common Commands
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
            - **Install Dependencies:** `npm install`, `yarn install`, `pnpm install`
         
     | 
| 
      
 42 
     | 
    
         
            +
            - **Linting/Formatting:** `npm run lint`, `npm run format`
         
     | 
| 
      
 43 
     | 
    
         
            +
            - **Type Checking:** `npm run typecheck`, `tsc --noEmit`
         
     | 
| 
      
 44 
     | 
    
         
            +
            - **Testing:** `npm test`, `npm run test`
         
     | 
| 
      
 45 
     | 
    
         
            +
            - **Building:** `npm run build`
         
     | 
| 
         @@ -0,0 +1,41 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Kotlin Development Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide provides the baseline for Kotlin development. It is superseded by project-specific conventions.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. Project Analysis Checklist
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Before coding, inspect the project for these files to determine its conventions:
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            - **Build System:** `build.gradle.kts` (Gradle with Kotlin DSL) or `pom.xml` (Maven). Note the dependencies, plugins, and build lifecycle.
         
     | 
| 
      
 10 
     | 
    
         
            +
            - **Kotlin Version:** Look for a `.kotlin-version` file, or check the `build.gradle.kts` or `pom.xml` file.
         
     | 
| 
      
 11 
     | 
    
         
            +
            - **Style & Linting Config:** `.editorconfig`, `.ktlint.ruleset.json`. These define the coding standard.
         
     | 
| 
      
 12 
     | 
    
         
            +
            - **Testing Framework:** Look for a `src/test/kotlin` directory and check the build file for dependencies like `junit` or `kotest`.
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            ## 2. Core Principles
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            - **Style:** Strictly adhere to the project's configured linter (e.g., `ktlint`). If none exists, default to the official Kotlin coding conventions.
         
     | 
| 
      
 17 
     | 
    
         
            +
            - **Idiomatic Kotlin:** Embrace Kotlin's core features:
         
     | 
| 
      
 18 
     | 
    
         
            +
              - Use `val` and `var` correctly.
         
     | 
| 
      
 19 
     | 
    
         
            +
              - Use null safety features (`?`, `!!`, `let`).
         
     | 
| 
      
 20 
     | 
    
         
            +
              - Use data classes for immutable data.
         
     | 
| 
      
 21 
     | 
    
         
            +
              - Use extension functions to add functionality to existing classes.
         
     | 
| 
      
 22 
     | 
    
         
            +
            - **Functional Programming:** Use higher-order functions, lambdas, and collections API where it improves clarity.
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
            ## 3. Implementation Patterns
         
     | 
| 
      
 25 
     | 
    
         
            +
             
     | 
| 
      
 26 
     | 
    
         
            +
            - **Error Handling:** Replicate existing patterns for exceptions. Use `try-catch` expressions and the `Result` type.
         
     | 
| 
      
 27 
     | 
    
         
            +
            - **Testing:** Use the project's existing test structure. Write unit tests for all new code.
         
     | 
| 
      
 28 
     | 
    
         
            +
            - **Coroutines:** Follow existing concurrency patterns. Use coroutines for asynchronous programming.
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
            ## 4. Common Commands
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            - **Gradle:**
         
     | 
| 
      
 33 
     | 
    
         
            +
                - **Clean:** `./gradlew clean`
         
     | 
| 
      
 34 
     | 
    
         
            +
                - **Build:** `./gradlew build`
         
     | 
| 
      
 35 
     | 
    
         
            +
                - **Test:** `./gradlew test`
         
     | 
| 
      
 36 
     | 
    
         
            +
            - **Maven:**
         
     | 
| 
      
 37 
     | 
    
         
            +
                - **Clean:** `mvn clean`
         
     | 
| 
      
 38 
     | 
    
         
            +
                - **Compile:** `mvn compile`
         
     | 
| 
      
 39 
     | 
    
         
            +
                - **Test:** `mvn test`
         
     | 
| 
      
 40 
     | 
    
         
            +
                - **Package:** `mvn package`
         
     | 
| 
      
 41 
     | 
    
         
            +
                - **Install:** `mvn install`
         
     | 
| 
         @@ -0,0 +1,30 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # PHP Development Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide provides the baseline for PHP development. It is superseded by project-specific conventions.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. Project Analysis Checklist
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Before coding, inspect the project for these files to determine its conventions:
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            - **Dependency Management:** `composer.json` and `composer.lock`. Note the dependencies and scripts.
         
     | 
| 
      
 10 
     | 
    
         
            +
            - **PHP Version:** Look for a `.php-version` file or check `composer.json`.
         
     | 
| 
      
 11 
     | 
    
         
            +
            - **Style & Linting Config:** `.php-cs-fixer.php`, `phpcs.xml`. These define the coding standard.
         
     | 
| 
      
 12 
     | 
    
         
            +
            - **Testing Framework:** Look for a `tests/` directory and check `composer.json` for dependencies like `phpunit`.
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            ## 2. Core Principles
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            - **Style:** Strictly adhere to the project's configured linter (e.g., PHP-CS-Fixer, PHP_CodeSniffer). If none exists, default to PSR-12.
         
     | 
| 
      
 17 
     | 
    
         
            +
            - **Modern PHP:** Use modern PHP features, such as type declarations, strict types, and the null coalescing operator.
         
     | 
| 
      
 18 
     | 
    
         
            +
            - **Frameworks:** If the project uses a framework like Laravel or Symfony, follow its conventions.
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            ## 3. Implementation Patterns
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
            - **Error Handling:** Replicate existing patterns for exceptions. Use `try-catch` blocks for exception handling.
         
     | 
| 
      
 23 
     | 
    
         
            +
            - **Testing:** Use the project's existing test structure. Write unit tests for all new code.
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            ## 4. Common Commands
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
            - **Install Dependencies:** `composer install`
         
     | 
| 
      
 28 
     | 
    
         
            +
            - **Update Dependencies:** `composer update`
         
     | 
| 
      
 29 
     | 
    
         
            +
            - **Linting:** `vendor/bin/php-cs-fixer fix`, `vendor/bin/phpcs`
         
     | 
| 
      
 30 
     | 
    
         
            +
            - **Testing:** `vendor/bin/phpunit`
         
     | 
| 
         @@ -0,0 +1,44 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Python Development Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide provides the baseline for Python development. It is superseded by project-specific conventions.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. Project Analysis Checklist
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Before coding, inspect the project for these files to determine its conventions:
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            - **Dependency Management:** `pyproject.toml` (and `poetry.lock` or `pdm.lock`), `requirements.txt`, `setup.py`. Note the exact libraries and versions used.
         
     | 
| 
      
 10 
     | 
    
         
            +
            - **Virtual Environment:** Check for a `.venv` or `venv` directory. If it exists, activate it using `source .venv/bin/activate`. If not, create one using `python -m venv .venv` and then activate it.
         
     | 
| 
      
 11 
     | 
    
         
            +
            - **Python Version:** Look for a `.python-version` file or check `pyproject.toml`.
         
     | 
| 
      
 12 
     | 
    
         
            +
            - **Style & Linting Config:** `ruff.toml`, `pyproject.toml` (for `black`, `isort`, `ruff`), `.flake8`, `.pylintrc`. These define the coding standard.
         
     | 
| 
      
 13 
     | 
    
         
            +
            - **Type Checking Config:** `mypy.ini`, `pyrightconfig.json`.
         
     | 
| 
      
 14 
     | 
    
         
            +
            - **Testing Framework:** Look for a `tests/` directory, `pytest.ini`, or `tox.ini` to identify `pytest`, `unittest`, etc.
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            ## 2. Core Principles
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            - **Style:** Strictly adhere to the project's configured linter (e.g., `ruff`, `flake8`) and formatter (e.g., `black`, `autopep8`). If none exist, default to PEP 8.
         
     | 
| 
      
 19 
     | 
    
         
            +
            - **Type Hints:** If the project uses type hints, you MUST use them for all new code. Match the existing style.
         
     | 
| 
      
 20 
     | 
    
         
            +
            - **Imports:** Follow the project's import organization (e.g., stdlib, third-party, local). Use the configured import sorter (like `isort`).
         
     | 
| 
      
 21 
     | 
    
         
            +
            - **Docstrings:** Match the existing docstring format (e.g., Google, NumPy, reStructuredText).
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
            ## 3. Dependency Management
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            - **`pip`:** If the project uses `requirements.txt`, add new dependencies to the file and then run `pip install -r requirements.txt`.
         
     | 
| 
      
 26 
     | 
    
         
            +
            - **`poetry`:** If the project uses `pyproject.toml` with poetry, add new dependencies using `poetry add <package-name>` and install them with `poetry install`.
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
            ## 4. Implementation Patterns
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
            - **Error Handling:** Replicate the existing patterns for exceptions, logging, and error wrapping.
         
     | 
| 
      
 31 
     | 
    
         
            +
            - **Testing:** Use the project's existing test structure, fixtures, and mocking libraries. Add tests for all new code.
         
     | 
| 
      
 32 
     | 
    
         
            +
            - **Debugging:** Use the built-in `pdb` for debugging, or `ipdb` if it's available in the project.
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
            ## 5. Project Structure
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
            - **Simple scripts:** For single-file scripts, keep them in the root of the project.
         
     | 
| 
      
 37 
     | 
    
         
            +
            - **Larger projects:** For larger projects, use a `src` layout, where the main source code resides in a `src` directory. Tests should be in a separate `tests` directory.
         
     | 
| 
      
 38 
     | 
    
         
            +
             
     | 
| 
      
 39 
     | 
    
         
            +
            ## 6. Common Commands
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
            - **Formatting:** `black .`, `autopep8 .`
         
     | 
| 
      
 42 
     | 
    
         
            +
            - **Linting:** `ruff check .`, `flake8 .`, `pylint .`
         
     | 
| 
      
 43 
     | 
    
         
            +
            - **Type Checking:** `mypy .`, `pyright .`
         
     | 
| 
      
 44 
     | 
    
         
            +
            - **Testing:** `pytest`, `python -m unittest discover`
         
     | 
| 
         @@ -0,0 +1,34 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Ruby on Rails Development Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide provides the baseline for Ruby on Rails development. It is superseded by project-specific conventions.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. Project Analysis Checklist
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Before coding, inspect the project for these files to determine its conventions:
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            - **Gemfile:** This file contains all the gems used in the project.
         
     | 
| 
      
 10 
     | 
    
         
            +
            - **config/routes.rb:** This file defines the application's routes.
         
     | 
| 
      
 11 
     | 
    
         
            +
            - **app/models/:** This directory contains the application's models.
         
     | 
| 
      
 12 
     | 
    
         
            +
            - **app/views/:** This directory contains the application's views.
         
     | 
| 
      
 13 
     | 
    
         
            +
            - **app/controllers/:** This directory contains the application's controllers.
         
     | 
| 
      
 14 
     | 
    
         
            +
            - **db/schema.rb:** This file defines the database schema.
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            ## 2. Core Principles
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            - **Convention over Configuration:** Follow the Rails conventions for file and class naming.
         
     | 
| 
      
 19 
     | 
    
         
            +
            - **Fat Model, Skinny Controller:** Keep your controllers thin and your models fat.
         
     | 
| 
      
 20 
     | 
    
         
            +
            - **RESTful Design:** Use RESTful principles for your application's design.
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
            ## 3. Implementation Patterns
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
            - **Active Record:** Use Active Record for database interaction.
         
     | 
| 
      
 25 
     | 
    
         
            +
            - **Action View:** Use Action View for creating views.
         
     | 
| 
      
 26 
     | 
    
         
            +
            - **Action Controller:** Use Action Controller for handling requests and responses.
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
            ## 4. Common Commands
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
            - **Start the server:** `bin/rails server`
         
     | 
| 
      
 31 
     | 
    
         
            +
            - **Run the console:** `bin/rails console`
         
     | 
| 
      
 32 
     | 
    
         
            +
            - **Run the tests:** `bin/rails test`
         
     | 
| 
      
 33 
     | 
    
         
            +
            - **Generate code:** `bin/rails generate`
         
     | 
| 
      
 34 
     | 
    
         
            +
            - **Run database migrations:** `bin/rails db:migrate`
         
     | 
| 
         @@ -0,0 +1,33 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Ruby Development Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide provides the baseline for Ruby development. It is superseded by project-specific conventions.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. Project Analysis Checklist
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Before coding, inspect the project for these files to determine its conventions:
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            - **Dependency Management:** `Gemfile` and `Gemfile.lock`. Note the gems and their versions.
         
     | 
| 
      
 10 
     | 
    
         
            +
            - **Ruby Version:** Look for a `.ruby-version` file.
         
     | 
| 
      
 11 
     | 
    
         
            +
            - **Style & Linting Config:** `.rubocop.yml`. This defines the coding standard.
         
     | 
| 
      
 12 
     | 
    
         
            +
            - **Testing Framework:** Look for a `test/` or `spec/` directory and check the `Gemfile` for dependencies like `minitest` or `rspec`.
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            ## 2. Core Principles
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            - **Style:** Strictly adhere to the project's configured linter (e.g., RuboCop). If none exists, default to the Ruby Style Guide.
         
     | 
| 
      
 17 
     | 
    
         
            +
            - **Idiomatic Ruby:** Embrace Ruby's core features:
         
     | 
| 
      
 18 
     | 
    
         
            +
              - Use blocks and iterators.
         
     | 
| 
      
 19 
     | 
    
         
            +
              - Use symbols for identifiers and strings for data.
         
     | 
| 
      
 20 
     | 
    
         
            +
              - Use metaprogramming responsibly.
         
     | 
| 
      
 21 
     | 
    
         
            +
            - **Frameworks:** If the project uses a framework like Ruby on Rails, follow its conventions.
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
            ## 3. Implementation Patterns
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            - **Error Handling:** Replicate existing patterns for exceptions. Use `begin-rescue-end` blocks for exception handling.
         
     | 
| 
      
 26 
     | 
    
         
            +
            - **Testing:** Use the project's existing test structure. Write unit tests for all new code.
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
            ## 4. Common Commands
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
            - **Install Dependencies:** `bundle install`
         
     | 
| 
      
 31 
     | 
    
         
            +
            - **Update Dependencies:** `bundle update`
         
     | 
| 
      
 32 
     | 
    
         
            +
            - **Linting:** `bundle exec rubocop`
         
     | 
| 
      
 33 
     | 
    
         
            +
            - **Testing:** `bundle exec rake test`, `bundle exec rspec`
         
     | 
| 
         @@ -0,0 +1,38 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Rust Development Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide provides the baseline for Rust development. It is superseded by project-specific conventions.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. Project Analysis Checklist
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Before coding, inspect the project for these files to determine its conventions:
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            - **Crate & Dependency Info:** `Cargo.toml` is the source of truth for dependencies, features, and workspace members. `Cargo.lock` pins dependency versions.
         
     | 
| 
      
 10 
     | 
    
         
            +
            - **Toolchain Version:** A `rust-toolchain.toml` file specifies the exact Rust version and components.
         
     | 
| 
      
 11 
     | 
    
         
            +
            - **Formatting Config:** `rustfmt.toml` or ` .rustfmt.toml` defines the formatting rules.
         
     | 
| 
      
 12 
     | 
    
         
            +
            - **Linting Config:** `clippy.toml` or the `[lints]` section in `Cargo.toml` defines Clippy rules.
         
     | 
| 
      
 13 
     | 
    
         
            +
            - **Module Structure:** Analyze `src/lib.rs`, `src/main.rs`, and the `src/bin` directory to understand the crate structure and module hierarchy.
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            ## 2. Core Principles
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
            - **Formatting:** `cargo fmt` is mandatory. All code must be formatted.
         
     | 
| 
      
 18 
     | 
    
         
            +
            - **Linting:** `cargo clippy` is mandatory. All warnings must be addressed. Strictly adhere to the project's Clippy configuration.
         
     | 
| 
      
 19 
     | 
    
         
            +
            - **Safety:** Write safe Rust. `unsafe` blocks are forbidden unless you have an extremely compelling, documented reason and receive explicit approval.
         
     | 
| 
      
 20 
     | 
    
         
            +
            - **Idiomatic Rust:** Embrace Rust's core features:
         
     | 
| 
      
 21 
     | 
    
         
            +
              - Use `Result` and `Option` for error and optional value handling.
         
     | 
| 
      
 22 
     | 
    
         
            +
              - Leverage ownership, borrowing, and lifetimes correctly.
         
     | 
| 
      
 23 
     | 
    
         
            +
              - Use iterators and closures over manual loops where it improves clarity.
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            ## 3. Implementation Patterns
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
            - **Error Handling:** Match the existing error handling strategy. If the project uses a specific error library (e.g., `anyhow`, `thiserror`), you must use it.
         
     | 
| 
      
 28 
     | 
    
         
            +
            - **Testing:** Place unit tests in a `#[cfg(test)]` module at the bottom of the file they are testing. Integration tests go in the `tests/` directory. Follow existing patterns for test setup.
         
     | 
| 
      
 29 
     | 
    
         
            +
            - **API Design:** Follow the Rust API Guidelines. Pay attention to how public APIs are structured and documented.
         
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
            ## 4. Common Commands
         
     | 
| 
      
 32 
     | 
    
         
            +
             
     | 
| 
      
 33 
     | 
    
         
            +
            - **Formatting:** `cargo fmt`
         
     | 
| 
      
 34 
     | 
    
         
            +
            - **Linting:** `cargo clippy -- -D warnings` (Treat all warnings as errors)
         
     | 
| 
      
 35 
     | 
    
         
            +
            - **Testing:** `cargo test`
         
     | 
| 
      
 36 
     | 
    
         
            +
            - **Building:** `cargo build`
         
     | 
| 
      
 37 
     | 
    
         
            +
            - **Run:** `cargo run`
         
     | 
| 
      
 38 
     | 
    
         
            +
            - **Check for Errors:** `cargo check` (Faster than a full build)
         
     | 
| 
         @@ -0,0 +1,49 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Shell Scripting Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide is for writing robust, safe, and maintainable shell scripts.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. The Non-Negotiable Boilerplate
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Every script you write MUST start with this. No exceptions.
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 10 
     | 
    
         
            +
            #!/usr/bin/env bash
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            # Exit on error, exit on unset variables, and exit on pipe fails.
         
     | 
| 
      
 13 
     | 
    
         
            +
            set -euo pipefail
         
     | 
| 
      
 14 
     | 
    
         
            +
            ```
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            ## 2. Core Principles
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            - **Safety First:** Always quote your variables (`"$VAR"`). Use `[[` instead of `[`. Check command success.
         
     | 
| 
      
 19 
     | 
    
         
            +
            - **Readability:** Use clear variable names (`snake_case`). Add comments for anything complex. Use functions to structure your code.
         
     | 
| 
      
 20 
     | 
    
         
            +
            - **Portability:** Prefer POSIX-compliant features when possible, but assume `bash` as a safe default unless otherwise specified.
         
     | 
| 
      
 21 
     | 
    
         
            +
            - **Error Handling:** If a command can fail, you MUST check its exit code and handle the failure appropriately.
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
            ## 3. Best Practices
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            ### Variable Safety
         
     | 
| 
      
 26 
     | 
    
         
            +
            - **Quote Everything:** `rm "$file"` instead of `rm $file`.
         
     | 
| 
      
 27 
     | 
    
         
            +
            - **Use Local Variables in Functions:** `local my_var="value"` to avoid polluting the global scope.
         
     | 
| 
      
 28 
     | 
    
         
            +
            - **Use Arrays for Lists:** `args=("-a" "-b" "$file")` and `command "${args[@]}"` is safer than a single string.
         
     | 
| 
      
 29 
     | 
    
         
            +
            - **Use `readonly` for Constants:** `readonly TIMEOUT=30`.
         
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
            ### Robust Commands
         
     | 
| 
      
 32 
     | 
    
         
            +
            - **Check for Command Existence:** `if ! command -v jq &> /dev/null; then ...`
         
     | 
| 
      
 33 
     | 
    
         
            +
            - **Handle Command Failures:** `my_command || { echo "my_command failed" >&2; exit 1; }`
         
     | 
| 
      
 34 
     | 
    
         
            +
            - **Use `mktemp` for Temporary Files/Dirs:** `tmp_file=$(mktemp)` and `trap 'rm -f "$tmp_file"' EXIT`.
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
            ### Script Structure
         
     | 
| 
      
 37 
     | 
    
         
            +
            - **`main` function:** Put your core logic in a `main()` function and call it at the end with `main "$@"`.
         
     | 
| 
      
 38 
     | 
    
         
            +
            - **Logging Functions:** Create simple `log` and `error` functions to standardize output.
         
     | 
| 
      
 39 
     | 
    
         
            +
            - **Usage/Help Function:** Every script should have a `usage()` function that explains what it does and what arguments it expects.
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
            ## 4. Linting
         
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
            - All scripts MUST be checked with `shellcheck`. There should be no warnings.
         
     | 
| 
      
 44 
     | 
    
         
            +
             
     | 
| 
      
 45 
     | 
    
         
            +
            ## 5. Common Commands
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
            - **Linting:** `shellcheck your_script.sh`
         
     | 
| 
      
 48 
     | 
    
         
            +
            - **Executing:** `bash your_script.sh`
         
     | 
| 
      
 49 
     | 
    
         
            +
            - **Debugging:** `bash -x your_script.sh`
         
     | 
| 
         @@ -0,0 +1,38 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # SQL Development Guide
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            This guide provides the baseline for SQL development. It is superseded by project-specific conventions.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## 1. Project Analysis Checklist
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Before coding, inspect the project for these files to determine its conventions:
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            - **Schema Definitions:** `*.sql` files that define the database schema.
         
     | 
| 
      
 10 
     | 
    
         
            +
            - **Migrations:** A directory containing migration files (e.g., `db/migrations`).
         
     | 
| 
      
 11 
     | 
    
         
            +
            - **Database Client:** The database client used in the project (e.g., `psql`, `mysql`, `sqlcmd`).
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
            ## 2. Core Principles
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            - **Style:**
         
     | 
| 
      
 16 
     | 
    
         
            +
              - **Keywords:** Use uppercase for SQL keywords (e.g., `SELECT`, `FROM`, `WHERE`).
         
     | 
| 
      
 17 
     | 
    
         
            +
              - **Identifiers:** Use snake_case for table and column names.
         
     | 
| 
      
 18 
     | 
    
         
            +
              - **Indentation:** Use consistent indentation to make your queries readable.
         
     | 
| 
      
 19 
     | 
    
         
            +
            - **Data Types:** Use the most appropriate data types for your columns.
         
     | 
| 
      
 20 
     | 
    
         
            +
            - **Normalization:** Normalize your database to reduce data redundancy and improve data integrity.
         
     | 
| 
      
 21 
     | 
    
         
            +
            - **Indexes:** Use indexes to improve the performance of your queries.
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
            ## 3. Implementation Patterns
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            - **Transactions:** Use transactions to ensure data consistency.
         
     | 
| 
      
 26 
     | 
    
         
            +
            - **Stored Procedures:** Use stored procedures to encapsulate complex business logic.
         
     | 
| 
      
 27 
     | 
    
         
            +
            - **Views:** Use views to simplify complex queries and to enforce security.
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
            ## 4. Common Commands
         
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
            - **Connect to database:**
         
     | 
| 
      
 32 
     | 
    
         
            +
              - **PostgreSQL:** `psql -h <host> -U <user> -d <database>`
         
     | 
| 
      
 33 
     | 
    
         
            +
              - **MySQL:** `mysql -h <host> -u <user> -p <database>`
         
     | 
| 
      
 34 
     | 
    
         
            +
              - **SQL Server:** `sqlcmd -S <server> -U <user> -P <password> -d <database>`
         
     | 
| 
      
 35 
     | 
    
         
            +
            - **Run a script:**
         
     | 
| 
      
 36 
     | 
    
         
            +
              - **PostgreSQL:** `psql -h <host> -U <user> -d <database> -f <script.sql>`
         
     | 
| 
      
 37 
     | 
    
         
            +
              - **MySQL:** `mysql -h <host> -u <user> -p <database> < <script.sql>`
         
     | 
| 
      
 38 
     | 
    
         
            +
              - **SQL Server:** `sqlcmd -S <server> -U <user> -P <password> -d <database> -i <script.sql>`
         
     |