create-fleetbo-project 1.2.76 → 1.2.77

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.
@@ -121,7 +121,7 @@ if (command === 'alex') {
121
121
  checkGitSecurity();
122
122
  const initialPrompt = args.slice(1).join(' ');
123
123
  const processAlexRequest = async (prompt) => {
124
- if (prompt.length > 500) {
124
+ if (prompt.length > 100) {
125
125
  console.log('\\n\\x1b[31m⛔ [Alex Safety] Request too long (' + prompt.length + '/500 chars).\\x1b[0m');
126
126
  console.log('\\x1b[90mAlex prefers concise instructions. Please summarize.\\x1b[0m');
127
127
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fleetbo-project",
3
- "version": "1.2.76",
3
+ "version": "1.2.77",
4
4
  "description": "Creates a new Fleetbo project.",
5
5
  "main": "install-react-template.js",
6
6
  "bin": {