Skip to content

Commit 413faa9

Browse files
committed
seucrity fixes for test creation
1 parent ce686f4 commit 413faa9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,18 +254,18 @@ Constraint: customer balance cannot exceed credit limit.
254254
```
255255

256256
**Result:** Working microservice with logic in 10 seconds!
257-
258257
#### AI-Assisted Development
259-
Every created project includes:
260-
- 🤖 **Copilot instructions** (`.copilot-instructions.md`)
261-
- 📚 **Training materials** (`docs/training/`)
258+
259+
Every created project includes **AI tutoring** to help you get oriented and productive quickly:
260+
261+
- 🤖 **Copilot instructions** (`.copilot-instructions.md`) - When you open a project, Copilot presents a friendly welcome message explaining what's already built and what you can do next. Ask Copilot to "read instructions" anytime for guidance.
262+
- 📚 **Training materials** (`docs/training/`) - Comprehensive guides for all features
262263
- 🔍 **Logic from natural language** (translate English → rules)
263264

264265
```python
265266
# Paste into Copilot: "Create logic for check credit"
266267
# Copilot generates the 5 rules above!
267268
```
268-
269269
### 4️⃣ Living Documentation
270270

271271
**Automated test generation** from your rules:

api_logic_server_cli/api_logic_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
Called from api_logic_server_cli.py, by instantiating the ProjectRun object.
1313
'''
1414

15-
__version__ = "15.02.07" # last public release: 15.02.00
15+
__version__ = "15.02.07" # last public release: 15.02.03
1616
recent_changes = \
1717
f'\n\nRecent Changes:\n' +\
18-
"\t10/25/2025 - 15.02.07: Clarify order created for ship test, security fixes [105], tutor 2.1 \n"\
18+
"\t10/26/2025 - 15.02.07: Clarify order created for ship test, security fixes [105], tutor 2.1 \n"\
1919
"\t10/22/2025 - 15.02.03: Copilot test creation from rules and custom APIs with issues [103, 104] \n"\
2020
"\t10/06/2025 - 15.01.06: Incorrect dbml reln arrows [102] \n"\
2121
"\t09/27/2025 - 15.01.05: Error reporting for bad test data rebuild [101], Minor fix to ensure react-app cards have links \n"\

0 commit comments

Comments
 (0)