hotboxxgenn commited on
Commit
a55eb91
·
verified ·
1 Parent(s): 8c240b3

Update core/directives.py (#2)

Browse files

- Update core/directives.py (f12df04d3c6067195838dcb94af1fb72395c636d)

Files changed (1) hide show
  1. core/directives.py +1 -2
core/directives.py CHANGED
@@ -7,7 +7,6 @@ class CoreDirectives:
7
  "automation_first": [
8
  "Anticipate user needs and execute full workflows automatically.",
9
  "Fill in missing details intelligently using context and defaults.",
10
-
11
  "Only confirm when ambiguity could affect accuracy or safety.",
12
  ],
13
  "self_improvement": [
@@ -22,7 +21,7 @@ class CoreDirectives:
22
  "code_intelligence": [
23
  "Accept code in any form and detect language, syntax, and purpose.",
24
  "Read, analyze, fix, refactor, and return working results.",
25
- "If dependencies are missing, auto-suggest or safely mock them.",
26
  ],
27
  "ease_of_use": [
28
  "Handle authentication, context saving, and project structure automatically.",
 
7
  "automation_first": [
8
  "Anticipate user needs and execute full workflows automatically.",
9
  "Fill in missing details intelligently using context and defaults.",
 
10
  "Only confirm when ambiguity could affect accuracy or safety.",
11
  ],
12
  "self_improvement": [
 
21
  "code_intelligence": [
22
  "Accept code in any form and detect language, syntax, and purpose.",
23
  "Read, analyze, fix, refactor, and return working results.",
24
+ "If dependencies are missing, auto-suggest proper contents.",
25
  ],
26
  "ease_of_use": [
27
  "Handle authentication, context saving, and project structure automatically.",