Skip to content

Commit

Permalink
Merge pull request #61 from bumble-tech/ai-refactor
Browse files Browse the repository at this point in the history
Ai refactor
  • Loading branch information
seanmcn authored Nov 2, 2023
2 parents 19055cb + c8a5aab commit c7258ee
Show file tree
Hide file tree
Showing 56 changed files with 2,177 additions and 2,700 deletions.
19 changes: 8 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
composer.phar
/vendor/
.idea
/demo/demo1/docs/
/demo/demo1/__cache/
/demo/demo2-templates-generation/__cache/
/demo/demo2-templates-generation/docs/
/demo/demo3-add-missing-doc-blocks/__cache/
/demo/demo4-generating-readme-file/__cache/
/demo/demo4-generating-readme-file/docs/
/demo/demo4-generating-readme-file/templates/
/.bumbleDocGenCache/
/last_run.log
/.phpunit.result.cache
/demo/*/__cache/
/demo/*/.cache/
/demo/*/docs/
/demo/*/last_run.log

/demo/demo1/docs/
/demo/demo2-templates-generation/templates/
/.bumbleDocGenCache/
/demo/demo5-config-array/docs/
/demo/demo5-config-array/.cache/
/demo/demo3-generating-readme-file/templates/
2 changes: 1 addition & 1 deletion captainhook.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"action": "\\CaptainHook\\App\\Hook\\Message\\Action\\Beams",
"options": {
"subjectLength": 50,
"bodyLineLength": 72
"bodyLineLength": 200
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"php-di/php-di": "^7.0",
"symfony/yaml": "^6.0",
"hassankhan/config": "^3.1",
"tectalic/openai": "^1.5",
"guzzlehttp/guzzle": "^7.7",
"guzzlehttp/guzzle": "^7.8",
"symfony/filesystem": "^6.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^9.5",
"dg/bypass-finals": "^1.4",
"squizlabs/php_codesniffer": "3.*",
Expand Down
Loading

0 comments on commit c7258ee

Please sign in to comment.