ApiLogicServer 15.2.10__py3-none-any.whl → 15.3.0__py3-none-any.whl
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.
- api_logic_server_cli/api_logic_server.py +2 -2
- api_logic_server_cli/prototypes/base/.github/.copilot-instructions.md +42 -1
- {apilogicserver-15.2.10.dist-info → apilogicserver-15.3.0.dist-info}/METADATA +1 -1
- {apilogicserver-15.2.10.dist-info → apilogicserver-15.3.0.dist-info}/RECORD +8 -8
- {apilogicserver-15.2.10.dist-info → apilogicserver-15.3.0.dist-info}/WHEEL +0 -0
- {apilogicserver-15.2.10.dist-info → apilogicserver-15.3.0.dist-info}/entry_points.txt +0 -0
- {apilogicserver-15.2.10.dist-info → apilogicserver-15.3.0.dist-info}/licenses/LICENSE +0 -0
- {apilogicserver-15.2.10.dist-info → apilogicserver-15.3.0.dist-info}/top_level.txt +0 -0
|
@@ -12,10 +12,10 @@ ApiLogicServer CLI: given a database url, create [and run] customizable ApiLogic
|
|
|
12
12
|
Called from api_logic_server_cli.py, by instantiating the ProjectRun object.
|
|
13
13
|
'''
|
|
14
14
|
|
|
15
|
-
__version__ = "15.
|
|
15
|
+
__version__ = "15.03.00" # last public release: 15.02.10
|
|
16
16
|
recent_changes = \
|
|
17
17
|
f'\n\nRecent Changes:\n' +\
|
|
18
|
-
"\t10/
|
|
18
|
+
"\t10/29/2025 - 15.03.00: Stable Tutor 3.3 (working, vibe transtion) \n"\
|
|
19
19
|
"\t10/26/2025 - 15.02.07: Clarify order created for ship test, security fixes [105], tutor 2.1 \n"\
|
|
20
20
|
"\t10/22/2025 - 15.02.03: Copilot test creation from rules and custom APIs with issues [103, 104] \n"\
|
|
21
21
|
"\t10/06/2025 - 15.01.06: Incorrect dbml reln arrows [102] \n"\
|
|
@@ -6,6 +6,7 @@ Propagation: CLI create command → created projects (non-basic_demo)
|
|
|
6
6
|
Usage: AI assistants read this when user opens any created project
|
|
7
7
|
version: 2.1
|
|
8
8
|
changelog:
|
|
9
|
+
- 2.2 (Oct 29, 2025 - Clear 1st message about reading Welcome section verbatim
|
|
9
10
|
- 2.1 (Oct 2025) - Streamlined OBX for non-tutorial projects, friendly collaborative tone
|
|
10
11
|
- 2.0 (Oct 2025) - Added front matter, updated for OBX improvements
|
|
11
12
|
- 1.0 (Initial) - Comprehensive technical reference
|
|
@@ -13,7 +14,16 @@ changelog:
|
|
|
13
14
|
|
|
14
15
|
# GitHub Copilot Instructions for GenAI-Logic (aka API Logic Server) Projects
|
|
15
16
|
|
|
16
|
-
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## ⚠️ CRITICAL INSTRUCTION FOR AI ASSISTANTS
|
|
20
|
+
|
|
21
|
+
**When user first opens this project or asks "what can you help me with", respond with the following text VERBATIM (copy-paste exactly as shown below):**
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
# GitHub Copilot Instructions for GenAI-Logic (aka API Logic Server) Projects
|
|
25
|
+
|
|
26
|
+
**INSTRUCTION**: When the user asks you to read these instructions, respond with the Welcome section content below as your greeting. Do not add preamble like "I've read the instructions" - just present the Welcome content directly.
|
|
17
27
|
|
|
18
28
|
---
|
|
19
29
|
|
|
@@ -50,6 +60,37 @@ Want to get started? Press **F5** to start the server with debugger support, the
|
|
|
50
60
|
|
|
51
61
|
---
|
|
52
62
|
|
|
63
|
+
## 🔑 Key Technical Points
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
**DO NOT create your own summary. DO NOT rephrase. Copy the text above exactly.**
|
|
67
|
+
|
|
68
|
+
The technical reference sections below are for later consultation when working on specific tasks.
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## Welcome (Reference Copy)
|
|
73
|
+
|
|
74
|
+
| # | Service | Description |
|
|
75
|
+
|---|---------|-------------|
|
|
76
|
+
| 1️⃣ | **Add business logic** | Describe your requirements in natural language, I'll generate declarative rules |
|
|
77
|
+
| 2️⃣ | **Customize the API** | Add custom endpoints for your specific needs |
|
|
78
|
+
| 3️⃣ | **Create custom UIs** | Build React apps with `genai-logic genai-add-app --vibe` |
|
|
79
|
+
| 4️⃣ | **Add security** | Set up role-based access control with `genai-logic add-auth` |
|
|
80
|
+
| 5️⃣ | **Test your logic** | Create Behave tests with requirements traceability |
|
|
81
|
+
| 6️⃣ | **Configure Admin UI** | Customize the auto-generated admin interface |
|
|
82
|
+
| 7️⃣ | **Add MCP integration** | Enable Model Context Protocol for external AI access |
|
|
83
|
+
| 8️⃣ | **Create B2B APIs** | Complex integration endpoints with partner systems |
|
|
84
|
+
| 9️⃣ | **Add events** | Integrate with Kafka, webhooks, or other event systems |
|
|
85
|
+
| 🔟 | **Customize models** | Add tables, attributes, or derived fields |
|
|
86
|
+
| 1️⃣1️⃣ | **Discovery systems** | Auto-load logic and APIs from discovery folders |
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
Want to get started? Press **F5** to start the server with debugger support, then open `http://localhost:5656`. (There are also run configurations for running tests and other tasks.) Or just ask me what you'd like to work on.
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
53
94
|
## 🔑 Key Technical Points
|
|
54
95
|
|
|
55
96
|
**Critical Implementation Details:**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
api_logic_server_cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
api_logic_server_cli/api_logic_server.py,sha256=
|
|
2
|
+
api_logic_server_cli/api_logic_server.py,sha256=ZZK75f0lilPXF0H686uZZp94C0dmZwPGjbPGEzvAjwo,104683
|
|
3
3
|
api_logic_server_cli/api_logic_server_info.yaml,sha256=xwH5ENyjrlv3XbKx7IaY2iaF0Cc4zHi3x7qtpEWTzBI,139
|
|
4
4
|
api_logic_server_cli/cli.py,sha256=xAqTOhq-OnXU2HEQgzsGC9yKrGcAgKUt_8b9U2bV5No,87831
|
|
5
5
|
api_logic_server_cli/cli_args_base.py,sha256=7cVM6BeizwttYAwUu1FUyuLuvWufvgt0TFeA8FI6tu0,3304
|
|
@@ -423,7 +423,7 @@ api_logic_server_cli/prototypes/base/.devcontainer-option/For_VSCode.dockerfile,
|
|
|
423
423
|
api_logic_server_cli/prototypes/base/.devcontainer-option/devcontainer.json,sha256=tk-mGd4XdmbpKUqUeGmcPMzX3RDc6am9-de8c-rFmSo,2361
|
|
424
424
|
api_logic_server_cli/prototypes/base/.devcontainer-option/readme.md,sha256=-sSneMDne1fqEoox2hXUGmoO8ewgi34y7lJwGTidSpY,104
|
|
425
425
|
api_logic_server_cli/prototypes/base/.devcontainer-option/setup.sh,sha256=pOvGjZ7jgRQzFkD93mNICmcC2y66Dexrq4bCnSSVwtU,310
|
|
426
|
-
api_logic_server_cli/prototypes/base/.github/.copilot-instructions.md,sha256=
|
|
426
|
+
api_logic_server_cli/prototypes/base/.github/.copilot-instructions.md,sha256=BGU0adVd8VPcRTTKe2mLz8NDt0amUOeDUMn6qhhzlug,38549
|
|
427
427
|
api_logic_server_cli/prototypes/base/.idea/runConfigurations/ApiLogicServer.xml,sha256=eFzhe9NH-VNjcPWbPsRQy5o-MugJR9IWklA1Fo8wtYg,1127
|
|
428
428
|
api_logic_server_cli/prototypes/base/.idea/runConfigurations/Report_Behave_Logic.xml,sha256=I3jlEf-TPzc-1NY843v6AcQIQ8QJD3z9KvxTYSZWMtY,1306
|
|
429
429
|
api_logic_server_cli/prototypes/base/.idea/runConfigurations/Run_Behave.xml,sha256=CTzF0P4w7o4FzOi-eSpru0HczSEGtJsKqkQ7VWRyxPc,1196
|
|
@@ -2862,9 +2862,9 @@ api_logic_server_cli/tools/mini_skel/database/system/SAFRSBaseX.py,sha256=p8C7AF
|
|
|
2862
2862
|
api_logic_server_cli/tools/mini_skel/database/system/TestDataBase.py,sha256=U02SYqThsbY5g3DX7XGaiMxjZBuOpzvtPS6RfI1WQFg,371
|
|
2863
2863
|
api_logic_server_cli/tools/mini_skel/logic/declare_logic.py,sha256=fTrlHyqMeZsw_TyEXFa1VlYBL7fzjZab5ONSXO7aApo,175
|
|
2864
2864
|
api_logic_server_cli/tools/mini_skel/logic/load_verify_rules.py,sha256=Rr5bySJpYCZmNPF2h-phcPJ53nAOPcT_ohZpCD93-a0,7530
|
|
2865
|
-
apilogicserver-15.
|
|
2866
|
-
apilogicserver-15.
|
|
2867
|
-
apilogicserver-15.
|
|
2868
|
-
apilogicserver-15.
|
|
2869
|
-
apilogicserver-15.
|
|
2870
|
-
apilogicserver-15.
|
|
2865
|
+
apilogicserver-15.3.0.dist-info/licenses/LICENSE,sha256=67BS7VC-Z8GpaR3wijngQJkHWV04qJrwQArVgn9ldoI,1485
|
|
2866
|
+
apilogicserver-15.3.0.dist-info/METADATA,sha256=mHJeflp12ZsMqQT7f0TwRxNdSixyOVoTgsvgEbHQGkU,26461
|
|
2867
|
+
apilogicserver-15.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2868
|
+
apilogicserver-15.3.0.dist-info/entry_points.txt,sha256=W9EVNvf09h8n6rJChmVj2gzxVQ6BXXZa2x3wri0lFGc,259
|
|
2869
|
+
apilogicserver-15.3.0.dist-info/top_level.txt,sha256=-r0AT_GEApleihg-jIh0OMvzzc0BO1RuhhOpE91H5qI,21
|
|
2870
|
+
apilogicserver-15.3.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|