ApiLogicServer 15.2.10__py3-none-any.whl → 15.3.2__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 +3 -2
- api_logic_server_cli/prototypes/base/.github/.copilot-instructions.md +35 -4
- api_logic_server_cli/prototypes/base/readme.md +1 -1
- api_logic_server_cli/prototypes/basic_demo/docs/system-creation-vibe.md +2 -2
- api_logic_server_cli/prototypes/basic_demo/readme.md +1 -1
- api_logic_server_cli/prototypes/manager/.github/.copilot-instructions.md +164 -9
- api_logic_server_cli/prototypes/manager/README.md +1 -1
- api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/docs/system-creation-vibe.md +2 -2
- api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/readme.md +1 -1
- api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/readme_standard.md +1 -1
- api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/readme_vibe.md +2 -2
- {apilogicserver-15.2.10.dist-info → apilogicserver-15.3.2.dist-info}/METADATA +1 -1
- {apilogicserver-15.2.10.dist-info → apilogicserver-15.3.2.dist-info}/RECORD +17 -17
- {apilogicserver-15.2.10.dist-info → apilogicserver-15.3.2.dist-info}/WHEEL +0 -0
- {apilogicserver-15.2.10.dist-info → apilogicserver-15.3.2.dist-info}/entry_points.txt +0 -0
- {apilogicserver-15.2.10.dist-info → apilogicserver-15.3.2.dist-info}/licenses/LICENSE +0 -0
- {apilogicserver-15.2.10.dist-info → apilogicserver-15.3.2.dist-info}/top_level.txt +0 -0
|
@@ -12,10 +12,11 @@ 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.02
|
|
15
|
+
__version__ = "15.03.02" # last public release: 15.03.00
|
|
16
16
|
recent_changes = \
|
|
17
17
|
f'\n\nRecent Changes:\n' +\
|
|
18
|
-
"\
|
|
18
|
+
"\t11/04/2025 - 15.03.02: Fix Manager/Copilot startup \n"\
|
|
19
|
+
"\t10/29/2025 - 15.03.00: Stable Tutor 3.3 (working, vibe transtion) \n"\
|
|
19
20
|
"\t10/26/2025 - 15.02.07: Clarify order created for ship test, security fixes [105], tutor 2.1 \n"\
|
|
20
21
|
"\t10/22/2025 - 15.02.03: Copilot test creation from rules and custom APIs with issues [103, 104] \n"\
|
|
21
22
|
"\t10/06/2025 - 15.01.06: Incorrect dbml reln arrows [102] \n"\
|
|
@@ -4,8 +4,10 @@ Description: Project-level instructions for working with generated projects
|
|
|
4
4
|
Source: ApiLogicServer-src/prototypes/base/.github/.copilot-instructions.md
|
|
5
5
|
Propagation: CLI create command → created projects (non-basic_demo)
|
|
6
6
|
Usage: AI assistants read this when user opens any created project
|
|
7
|
-
version: 2.
|
|
7
|
+
version: 2.3
|
|
8
8
|
changelog:
|
|
9
|
+
- 2.3 (Nov 04, 2025 - Clear 1st message about reading Welcome section verbatim, again for non basic_demo)
|
|
10
|
+
- 2.2 (Oct 29, 2025 - Clear 1st message about reading Welcome section verbatim)
|
|
9
11
|
- 2.1 (Oct 2025) - Streamlined OBX for non-tutorial projects, friendly collaborative tone
|
|
10
12
|
- 2.0 (Oct 2025) - Added front matter, updated for OBX improvements
|
|
11
13
|
- 1.0 (Initial) - Comprehensive technical reference
|
|
@@ -13,9 +15,7 @@ changelog:
|
|
|
13
15
|
|
|
14
16
|
# GitHub Copilot Instructions for GenAI-Logic (aka API Logic Server) Projects
|
|
15
17
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
---
|
|
18
|
+
**INSTRUCTION**: When the user asks you to load 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.
|
|
19
19
|
|
|
20
20
|
## Welcome
|
|
21
21
|
|
|
@@ -50,6 +50,37 @@ Want to get started? Press **F5** to start the server with debugger support, the
|
|
|
50
50
|
|
|
51
51
|
---
|
|
52
52
|
|
|
53
|
+
## 🔑 Key Technical Points
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
**DO NOT create your own summary. DO NOT rephrase. Copy the text above exactly.**
|
|
57
|
+
|
|
58
|
+
The technical reference sections below are for later consultation when working on specific tasks.
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## Welcome (Reference Copy)
|
|
63
|
+
|
|
64
|
+
| # | Service | Description |
|
|
65
|
+
|---|---------|-------------|
|
|
66
|
+
| 1️⃣ | **Add business logic** | Describe your requirements in natural language, I'll generate declarative rules |
|
|
67
|
+
| 2️⃣ | **Customize the API** | Add custom endpoints for your specific needs |
|
|
68
|
+
| 3️⃣ | **Create custom UIs** | Build React apps with `genai-logic genai-add-app --vibe` |
|
|
69
|
+
| 4️⃣ | **Add security** | Set up role-based access control with `genai-logic add-auth` |
|
|
70
|
+
| 5️⃣ | **Test your logic** | Create Behave tests with requirements traceability |
|
|
71
|
+
| 6️⃣ | **Configure Admin UI** | Customize the auto-generated admin interface |
|
|
72
|
+
| 7️⃣ | **Add MCP integration** | Enable Model Context Protocol for external AI access |
|
|
73
|
+
| 8️⃣ | **Create B2B APIs** | Complex integration endpoints with partner systems |
|
|
74
|
+
| 9️⃣ | **Add events** | Integrate with Kafka, webhooks, or other event systems |
|
|
75
|
+
| 🔟 | **Customize models** | Add tables, attributes, or derived fields |
|
|
76
|
+
| 1️⃣1️⃣ | **Discovery systems** | Auto-load logic and APIs from discovery folders |
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
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.
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
53
84
|
## 🔑 Key Technical Points
|
|
54
85
|
|
|
55
86
|
**Critical Implementation Details:**
|
|
@@ -29,7 +29,7 @@ This is a record of how we created the system using CoPilot Chat (*Vibe*).
|
|
|
29
29
|
## Initialize CoPilot
|
|
30
30
|
|
|
31
31
|
```
|
|
32
|
-
Please
|
|
32
|
+
Please load `.github/.copilot-instructions.md`.
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
<br>
|
|
@@ -48,7 +48,7 @@ Create a database project from samples/dbs/basic_demo.sqlite
|
|
|
48
48
|
The project should automatically open a new window in VSCode. Again, open CoPilot and bootstrap it with: <br>
|
|
49
49
|
|
|
50
50
|
```bash title="Initialize CoPilot"
|
|
51
|
-
Please
|
|
51
|
+
Please load `.github/.copilot-instructions.md`**.
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
Verify it as follows:
|
|
@@ -26,7 +26,7 @@ This illustrates basic [GenAI-Logic](https://www.genai-logic.com/product/key-fea
|
|
|
26
26
|
|
|
27
27
|
**Bootstrap Copilot:**
|
|
28
28
|
```bash title='🤖 Bootstrap Copilot by pasting the following into the chat'
|
|
29
|
-
Please
|
|
29
|
+
Please load `.github/.copilot-instructions.md`.
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
<br>
|
|
@@ -4,8 +4,11 @@ Description: Manager-level instructions for creating projects
|
|
|
4
4
|
Source: ApiLogicServer-src/prototypes/manager/.github/.copilot-instructions.md
|
|
5
5
|
Propagation: BLT process → Manager workspace
|
|
6
6
|
Usage: AI assistants read this when user opens Manager workspace
|
|
7
|
-
|
|
7
|
+
User Activation: Say "What can I do here?" or "Help me get started"
|
|
8
|
+
version: 2.3
|
|
8
9
|
changelog:
|
|
10
|
+
- 2.3 (Nov 2025) - Added activation phrases, forcing welcome presentation
|
|
11
|
+
- 2.2 (Nov 2025) - Initial welcome instructions
|
|
9
12
|
- 2.1 (Oct 2025) - Added "What is the Project Manager?" orientation, friendly collaborative tone, conditional Quick Start for returning users
|
|
10
13
|
- 2.0 (Oct 2025) - OBX improvements, strengthen basic_demo as default path
|
|
11
14
|
- 1.0 (Initial) - Established project creation methods
|
|
@@ -13,11 +16,102 @@ changelog:
|
|
|
13
16
|
|
|
14
17
|
# GitHub Copilot Instructions for GenAI-Logic (aka API Logic Server) - Project Manager
|
|
15
18
|
|
|
16
|
-
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## 👤 FOR USERS: How to Get Started
|
|
22
|
+
|
|
23
|
+
**When you open this workspace, say:**
|
|
24
|
+
- "What can I do here?"
|
|
25
|
+
- "Help me get started"
|
|
26
|
+
- "What is this workspace?"
|
|
27
|
+
|
|
28
|
+
This will trigger the appropriate welcome message based on whether you're new or returning.
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## ⚠️ INSTRUCTION FOR AI ASSISTANTS
|
|
33
|
+
|
|
34
|
+
**When user says "Please load .github/.copilot-instructions.md" or similar:**
|
|
35
|
+
|
|
36
|
+
**IMMEDIATELY do this (silently, no commentary):**
|
|
37
|
+
|
|
38
|
+
1. Check if `basic_demo/` folder exists in workspace root
|
|
39
|
+
2. Present ONLY the appropriate welcome below - start your response with "Welcome!"
|
|
40
|
+
|
|
41
|
+
**CRITICAL - Your response must START with "Welcome!" - NO preamble allowed:**
|
|
42
|
+
- ❌ "I've loaded the instructions"
|
|
43
|
+
- ❌ "Let me check if basic_demo exists"
|
|
44
|
+
- ❌ "I'll read the file"
|
|
45
|
+
- ✅ Start directly with: "Welcome! This is the **Project Manager**..."
|
|
46
|
+
|
|
47
|
+
**Which welcome to show:**
|
|
48
|
+
- If NO basic_demo folder → Present "First Time Welcome"
|
|
49
|
+
- If basic_demo EXISTS → Present "Returning User Welcome"
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
# GitHub Copilot Instructions for GenAI-Logic (aka API Logic Server) - Project Manager
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## ⚠️ INSTRUCTION FOR AI ASSISTANTS
|
|
58
|
+
|
|
59
|
+
**User activation phrases:**
|
|
60
|
+
- "What can I do here?"
|
|
61
|
+
- "What is this workspace?"
|
|
62
|
+
- "Help me get started"
|
|
63
|
+
- "What should I work on?"
|
|
64
|
+
- OR when user first opens workspace and greets you
|
|
65
|
+
|
|
66
|
+
**When you see these phrases (or when reading these instructions), IMMEDIATELY:**
|
|
67
|
+
|
|
68
|
+
1. **Check if `basic_demo/` folder exists** in the workspace root (use list_dir or file_search)
|
|
69
|
+
2. **Present the appropriate welcome below** - NO preamble, NO summary
|
|
70
|
+
- If NO basic_demo folder → Present "First Time Welcome"
|
|
71
|
+
- If basic_demo EXISTS → Present "Returning User Welcome"
|
|
72
|
+
|
|
73
|
+
**CRITICAL - Do NOT:**
|
|
74
|
+
- Say "I've read the instructions"
|
|
75
|
+
- Say "Would you like me to check..."
|
|
76
|
+
- Summarize or describe the instructions
|
|
77
|
+
- Ask permission to check for basic_demo
|
|
78
|
+
|
|
79
|
+
**CRITICAL - DO:**
|
|
80
|
+
- Check for basic_demo folder immediately and silently
|
|
81
|
+
- Present the appropriate welcome content directly as your response
|
|
82
|
+
- Act like you're naturally greeting the user
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## First Time Welcome (NO basic_demo folder)
|
|
87
|
+
|
|
88
|
+
Welcome! This is the **Project Manager** - your workspace for creating and managing API Logic Server projects.
|
|
89
|
+
|
|
90
|
+
**What's here:**
|
|
91
|
+
- Sample databases you can use to create projects (`samples/dbs/`)
|
|
92
|
+
- Training materials and examples (`system/genai/examples/`)
|
|
93
|
+
- A shared virtual environment for all your projects (`venv/`)
|
|
94
|
+
- A place to create new projects (they'll appear as subdirectories)
|
|
95
|
+
|
|
96
|
+
> Note: Your virtual environment is automatically configured in most cases; verify it with `genai-logic` - if it's not there, activate the `venv` in this project.
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
**Let's start with the 20-minute basic_demo tutorial - it's the best way to see what GenAI-Logic can do.**
|
|
17
101
|
|
|
18
|
-
|
|
102
|
+
Run this command:
|
|
103
|
+
|
|
104
|
+
```bash
|
|
105
|
+
genai-logic create --project_name=basic_demo --db_url=basic_demo
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
After it runs, the project will auto-open with its own README and I'll guide you through a hands-on tour.
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## Returning User Welcome (basic_demo folder exists)
|
|
19
113
|
|
|
20
|
-
Welcome! This is the **Project Manager** -
|
|
114
|
+
Welcome! This is the **Project Manager** - your workspace for creating and managing API Logic Server projects.
|
|
21
115
|
|
|
22
116
|
**What's here:**
|
|
23
117
|
- Sample databases you can use to create projects (`samples/dbs/`)
|
|
@@ -25,14 +119,53 @@ Welcome! This is the **Project Manager** - think of it as your workspace for cre
|
|
|
25
119
|
- A shared virtual environment for all your projects (`venv/`)
|
|
26
120
|
- A place to create new projects (they'll appear as subdirectories)
|
|
27
121
|
|
|
28
|
-
|
|
29
|
-
|
|
122
|
+
> Note: Your virtual environment is automatically configured in most cases; verify it with `genai-logic` - if it's not there, activate the `venv` in this project.
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
**Welcome back! Here's what I can help you with in the Manager workspace:**
|
|
127
|
+
|
|
128
|
+
**Creating New Projects:**
|
|
129
|
+
1. **Create from existing database** - Generate project from your database schema
|
|
130
|
+
2. **Create with GenAI** - Describe database + logic in natural language, get complete working system
|
|
131
|
+
3. **Create manually** - I'll help you design and build a database, then generate the project
|
|
132
|
+
|
|
133
|
+
**Working with Existing Projects:**
|
|
134
|
+
4. **Guide through basic_demo** - Take the interactive 30-45 min hands-on tour
|
|
135
|
+
5. **Customize projects** - Add logic, security, custom APIs, React apps, tests
|
|
136
|
+
6. **Review project structure** - Understand what was auto-generated
|
|
137
|
+
7. **Debug issues** - Help troubleshoot problems in your projects
|
|
138
|
+
|
|
139
|
+
**Learning & Examples:**
|
|
140
|
+
8. **Explore sample databases** - See what's in `samples/dbs/`
|
|
141
|
+
9. **Review GenAI examples** - Learn from `system/genai/examples/`
|
|
142
|
+
10. **Understand architecture** - Explain how the system works
|
|
143
|
+
|
|
144
|
+
**What would you like to work on?**
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## Technical Reference (For AI - Do Not Present Unless Asked)
|
|
149
|
+
|
|
150
|
+
Welcome! This is the **Project Manager** - your workspace for creating and managing API Logic Server projects.
|
|
151
|
+
|
|
152
|
+
**What's here:**
|
|
153
|
+
- Sample databases you can use to create projects (`samples/dbs/`)
|
|
154
|
+
- Training materials and examples (`system/genai/examples/`)
|
|
155
|
+
- A shared virtual environment for all your projects (`venv/`)
|
|
156
|
+
- A place to create new projects (they'll appear as subdirectories)
|
|
30
157
|
|
|
31
158
|
> Note: Your virtual environment is automatically configured in most cases; verify it with `genai-logic` - if it's not there, activate the `venv` in this project.
|
|
32
159
|
|
|
33
|
-
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
## Getting Started
|
|
34
163
|
|
|
35
|
-
|
|
164
|
+
**🎯 ACTION REQUIRED**: Check if `basic_demo/` folder exists in this workspace, then respond appropriately:
|
|
165
|
+
|
|
166
|
+
### If NO basic_demo folder exists (First Time):
|
|
167
|
+
|
|
168
|
+
**Welcome! Let's start with the 20-minute basic_demo tutorial - it's the best way to see what GenAI-Logic can do.**
|
|
36
169
|
|
|
37
170
|
Run this command:
|
|
38
171
|
|
|
@@ -42,7 +175,29 @@ genai-logic create --project_name=basic_demo --db_url=basic_demo
|
|
|
42
175
|
|
|
43
176
|
After it runs, the project will auto-open with its own README and I'll guide you through a hands-on tour.
|
|
44
177
|
|
|
45
|
-
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
### If basic_demo folder EXISTS (Returning User):
|
|
181
|
+
|
|
182
|
+
**Welcome back! Here's what I can help you with in the Manager workspace:**
|
|
183
|
+
|
|
184
|
+
**Creating New Projects:**
|
|
185
|
+
1. **Create from existing database** - Generate project from your database schema
|
|
186
|
+
2. **Create with GenAI** - Describe database + logic in natural language, get complete working system
|
|
187
|
+
3. **Create manually** - I'll help you design and build a database, then generate the project
|
|
188
|
+
|
|
189
|
+
**Working with Existing Projects:**
|
|
190
|
+
4. **Guide through basic_demo** - Take the interactive 30-45 min hands-on tour
|
|
191
|
+
5. **Customize projects** - Add logic, security, custom APIs, React apps, tests
|
|
192
|
+
6. **Review project structure** - Understand what was auto-generated
|
|
193
|
+
7. **Debug issues** - Help troubleshoot problems in your projects
|
|
194
|
+
|
|
195
|
+
**Learning & Examples:**
|
|
196
|
+
8. **Explore sample databases** - See what's in `samples/dbs/`
|
|
197
|
+
9. **Review GenAI examples** - Learn from `system/genai/examples/`
|
|
198
|
+
10. **Understand architecture** - Explain how the system works
|
|
199
|
+
|
|
200
|
+
**What would you like to work on?**
|
|
46
201
|
|
|
47
202
|
<br>
|
|
48
203
|
|
|
@@ -21,7 +21,7 @@ Instructions: Copy in Sample-Basic-Demo (Replace "This illustrates" up to "Explo
|
|
|
21
21
|
|
|
22
22
|
**Bootstrap Copilot by pasting the following into the chat:**
|
|
23
23
|
```
|
|
24
|
-
Please
|
|
24
|
+
Please load `.github/.copilot-instructions.md`.
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
<br>
|
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/docs/system-creation-vibe.md
CHANGED
|
@@ -29,7 +29,7 @@ This is a record of how we created the system using CoPilot Chat (*Vibe*).
|
|
|
29
29
|
## Initialize CoPilot
|
|
30
30
|
|
|
31
31
|
```
|
|
32
|
-
Please
|
|
32
|
+
Please load `.github/.copilot-instructions.md`.
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
<br>
|
|
@@ -48,7 +48,7 @@ Create a database project from samples/dbs/basic_demo.sqlite
|
|
|
48
48
|
The project should automatically open a new window in VSCode. Again, open CoPilot and bootstrap it with: <br>
|
|
49
49
|
|
|
50
50
|
```bash title="Initialize CoPilot"
|
|
51
|
-
Please
|
|
51
|
+
Please load `.github/.copilot-instructions.md`**.
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
Verify it as follows:
|
|
@@ -21,7 +21,7 @@ This illustrates basic [GenAI-Logic](https://www.genai-logic.com/product/key-fea
|
|
|
21
21
|
|
|
22
22
|
**🤖 Bootstrap Copilot by pasting the following into the chat:**
|
|
23
23
|
```bash title='🤖 Bootstrap Copilot by pasting the following into the chat'
|
|
24
|
-
Please
|
|
24
|
+
Please load `.github/.copilot-instructions.md`.
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
<br>
|
|
@@ -20,7 +20,7 @@ This illustrates basic [GenAI-Logic](https://www.genai-logic.com/product/key-fea
|
|
|
20
20
|
|
|
21
21
|
> 🤖 **Bootstrap Copilot by pasting the following into the chat:**
|
|
22
22
|
```
|
|
23
|
-
Please
|
|
23
|
+
Please load `.github/.copilot-instructions.md`.
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
<br>
|
|
@@ -19,7 +19,7 @@ This illustrates [GenAI-Logic](https://apilogicserver.github.io/Docs/Sample-Basi
|
|
|
19
19
|
|
|
20
20
|
**🤖 Bootstrap Copilot by pasting the following into the chat:**
|
|
21
21
|
``` bash title='🤖 Bootstrap Copilot by pasting the following into the chat'
|
|
22
|
-
Please
|
|
22
|
+
Please load `.github/.copilot-instructions.md`.
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
<br>
|
|
@@ -102,7 +102,7 @@ The project should automatically open a new window in VSCode. <br>
|
|
|
102
102
|
|
|
103
103
|
**🤖 Again, bootstrap Copilot by pasting the following into the chat:**
|
|
104
104
|
``` bash title='🤖 Again, bootstrap Copilot by pasting the following into the chat'
|
|
105
|
-
Please
|
|
105
|
+
Please load `.github/.copilot-instructions.md`.
|
|
106
106
|
```
|
|
107
107
|
|
|
108
108
|
Run it as follows:
|
|
@@ -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=NcViYeSCIiDw_Gb91Epg-N0K0u6MmOg7YCW0RKTQhkw,104746
|
|
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
|
|
@@ -414,7 +414,7 @@ api_logic_server_cli/prototypes/allocation/logic/declare_logic.py,sha256=Wqk1kpu
|
|
|
414
414
|
api_logic_server_cli/prototypes/allocation/test/test.sh,sha256=ndw_D7IOFTEUZxbcOL5Y-spvF8pJCe8OOSroqBfjXPM,645
|
|
415
415
|
api_logic_server_cli/prototypes/base/.gitignore,sha256=PAO98cVvjgAL_mvXCMS_Vfk7bT2Vd1-j9a8_nB2qxqs,190
|
|
416
416
|
api_logic_server_cli/prototypes/base/api_logic_server_run.py,sha256=j4a0jwPn-USqkFrCiFI34TcCTHxNOnPAW-IwMtFGWcw,7074
|
|
417
|
-
api_logic_server_cli/prototypes/base/readme.md,sha256=
|
|
417
|
+
api_logic_server_cli/prototypes/base/readme.md,sha256=VvpkdlJtsnYneeh5EVg4Y77kUtxN8BI3BmtJ5zsOtlU,12675
|
|
418
418
|
api_logic_server_cli/prototypes/base/readme_project.md,sha256=sGJuNF_Qt5ripZBXfTi0OmoV4fUxe7ySxrqcKs7DwOk,1186
|
|
419
419
|
api_logic_server_cli/prototypes/base/requirements.txt,sha256=we6X5fRBJVqN8SacwV7oPDtGk5IAiNbUDbUwCGHkCrc,107
|
|
420
420
|
api_logic_server_cli/prototypes/base/run.ps1,sha256=lrZgw8SEntPam3ZYKVzsRo7rOKSGWqgO7qUNJ3CbP44,801
|
|
@@ -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=dHUl52qF-dhZHfpxCoqc3Cc_VtWss0aikqLVMZu5rPg,38360
|
|
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
|
|
@@ -618,7 +618,7 @@ api_logic_server_cli/prototypes/base/venv_setup/venv-linux.sh,sha256=FDIxVyZ50Cg
|
|
|
618
618
|
api_logic_server_cli/prototypes/base/venv_setup/venv.ps1,sha256=_-LfKkLw5HOkZsF59BGCqM9Zsk3n1oDIyDb4emy0O08,698
|
|
619
619
|
api_logic_server_cli/prototypes/base/venv_setup/venv.sh,sha256=aWX9fa8fe6aO9ifBIZEgGY5UGh4I0arOoCwBzDsxgU8,893
|
|
620
620
|
api_logic_server_cli/prototypes/basic_demo/_config.yml,sha256=KIUQQpjgj7hP_Z2Fksq90E52UnbKnyom-v9L_eIfqZo,170
|
|
621
|
-
api_logic_server_cli/prototypes/basic_demo/readme.md,sha256=
|
|
621
|
+
api_logic_server_cli/prototypes/basic_demo/readme.md,sha256=Ii0WojbHMHpg6bgMlg9WyadzXVZePM2Nk89kmKHuGTM,18722
|
|
622
622
|
api_logic_server_cli/prototypes/basic_demo/tutor.md,sha256=nlIkqcqkVXBDe3Rktcr4puZxrrTFDl1s_Id8nA5GwA4,45516
|
|
623
623
|
api_logic_server_cli/prototypes/basic_demo/.github/.copilot-instructions.md,sha256=asxo9m-3BInN5Stb8G5W3AL6d1eiq9cuzjP2EIU0Cmw,33260
|
|
624
624
|
api_logic_server_cli/prototypes/basic_demo/_layouts/redirect.html,sha256=-0kMPGYI88fb787IzYmdi7ySZUhgpUlP0vodrg8-NRM,457
|
|
@@ -679,7 +679,7 @@ api_logic_server_cli/prototypes/basic_demo/customizations/ui/reference_react_app
|
|
|
679
679
|
api_logic_server_cli/prototypes/basic_demo/customizations/ui/reference_react_app/src/rav4-jsonapi-client/styles.module.css,sha256=AuGbjqBQu2by4z5APJvQAWk44ocrdQ9lCopqYCJXCy0,154
|
|
680
680
|
api_logic_server_cli/prototypes/basic_demo/docs/models-not-code.png,sha256=XvndgzHphsAbpxfV1D5q8XvJfjK8NVHwDWj59HuQ1Ic,381811
|
|
681
681
|
api_logic_server_cli/prototypes/basic_demo/docs/runtime engines.png,sha256=l9OCqVXZuALVhPQEBERtZDFdqgqojixm66cIKSZyNj0,105414
|
|
682
|
-
api_logic_server_cli/prototypes/basic_demo/docs/system-creation-vibe.md,sha256=
|
|
682
|
+
api_logic_server_cli/prototypes/basic_demo/docs/system-creation-vibe.md,sha256=vqbSxjgYnrvFSGbX0unkVMuNd7n7MO0Zx-EYQgDxOso,3983
|
|
683
683
|
api_logic_server_cli/prototypes/basic_demo/iteration/api/api_discovery/order_b2b.py,sha256=N_VFxx8IKCwpx0F0QzwYRFwnQdds_N5WSBUvZNQ6-GE,3368
|
|
684
684
|
api_logic_server_cli/prototypes/basic_demo/iteration/database/db.sqlite,sha256=XI_9yNoCqvYnUUQX0_zq0Pnj4s2Cp8CpWQih_6r3q2I,28672
|
|
685
685
|
api_logic_server_cli/prototypes/basic_demo/iteration/docs/er_diagram.png,sha256=-3aSv9ay7XeFqGU-cygRz5T5eYhY627BYmA6GXdUYH0,161072
|
|
@@ -801,9 +801,9 @@ api_logic_server_cli/prototypes/genai_demo/logic/readme_declare_logic.md,sha256=
|
|
|
801
801
|
api_logic_server_cli/prototypes/genai_demo/security/declare_security.py,sha256=L3AL1bgdqIWQxdkJZcFVDOQ0XRpmeLAKqwlAYChFWKo,2108
|
|
802
802
|
api_logic_server_cli/prototypes/genai_demo/ui/admin/admin.yaml,sha256=vMpr6to6g-h9gSuhxfpTeDMw5_R_eUKbV7qXzMEvIyk,3446
|
|
803
803
|
api_logic_server_cli/prototypes/manager/.gitignore,sha256=xfAjNQHokbo6GuN1ghx-eml8tQIzwUczLC_YVzElndI,195
|
|
804
|
-
api_logic_server_cli/prototypes/manager/README.md,sha256=
|
|
804
|
+
api_logic_server_cli/prototypes/manager/README.md,sha256=oaIz2NagZmoZ2NxwbCUEqXELxrk04xU9if8Q29PM6sQ,38948
|
|
805
805
|
api_logic_server_cli/prototypes/manager/settings.txt,sha256=_jjL30jomIMxG21edDfrXYRT9Zfgr_0EdUWvcEUOnFQ,368
|
|
806
|
-
api_logic_server_cli/prototypes/manager/.github/.copilot-instructions.md,sha256=
|
|
806
|
+
api_logic_server_cli/prototypes/manager/.github/.copilot-instructions.md,sha256=le18sR3NNAR3CCk9LvtI1LarGFdq6gpDhoOmyicepsY,10495
|
|
807
807
|
api_logic_server_cli/prototypes/manager/.github/sync-to-dev-src.sh,sha256=hZbc5fJXnYiLWvN-OcQzYRsPBESmt6B9y581CczuwHM,1915
|
|
808
808
|
api_logic_server_cli/prototypes/manager/.vscode/launch.json,sha256=B9NaDoTvJsXg1qeEuhG3RdRk4M2RpnpHBW6b8oXrBn4,33551
|
|
809
809
|
api_logic_server_cli/prototypes/manager/.vscode/settings.json,sha256=Zj9oPObeI-KVh1l4b3uuF1vkezKomVqnhP241h6ZB-M,619
|
|
@@ -812,10 +812,10 @@ api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/.env,sha256=VC
|
|
|
812
812
|
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/.gitignore,sha256=PAO98cVvjgAL_mvXCMS_Vfk7bT2Vd1-j9a8_nB2qxqs,190
|
|
813
813
|
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/_config.yml,sha256=KIUQQpjgj7hP_Z2Fksq90E52UnbKnyom-v9L_eIfqZo,170
|
|
814
814
|
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/api_logic_server_run.py,sha256=Lvr_sihD9tuqGktSK3HhCKjwrcHkwkNaHWW-wSCglrg,6994
|
|
815
|
-
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/readme.md,sha256=
|
|
815
|
+
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/readme.md,sha256=YjvVHYlMAyD9YTaloIUBrOzHh48mYUwgnSTmLlrFDe4,18602
|
|
816
816
|
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/readme_project.md,sha256=sGJuNF_Qt5ripZBXfTi0OmoV4fUxe7ySxrqcKs7DwOk,1186
|
|
817
|
-
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/readme_standard.md,sha256=
|
|
818
|
-
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/readme_vibe.md,sha256=
|
|
817
|
+
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/readme_standard.md,sha256=Vw7oXyJnvLVVfa-wBuzGUBu3czXi9_U7d5IftGF5x5g,18329
|
|
818
|
+
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/readme_vibe.md,sha256=ovlSTlsZfYjQ5NiHqMbo1oldaXGPKIo7nZyUImEF7fg,13374
|
|
819
819
|
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/requirements.txt,sha256=we6X5fRBJVqN8SacwV7oPDtGk5IAiNbUDbUwCGHkCrc,107
|
|
820
820
|
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/run.ps1,sha256=lrZgw8SEntPam3ZYKVzsRo7rOKSGWqgO7qUNJ3CbP44,801
|
|
821
821
|
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/run.sh,sha256=7kJc-FpK9iqtt9BDXR1XogWXfVDnmPS8kS5fXk2Q5Dk,1442
|
|
@@ -976,7 +976,7 @@ api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/devops/python-
|
|
|
976
976
|
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/docs/db.dbml,sha256=ddG3q_CxcbjbQ61CbqK5OT5YEhTRBVf9pyQlRrqi_YQ,875
|
|
977
977
|
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/docs/models-not-code.png,sha256=XvndgzHphsAbpxfV1D5q8XvJfjK8NVHwDWj59HuQ1Ic,381811
|
|
978
978
|
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/docs/runtime engines.png,sha256=l9OCqVXZuALVhPQEBERtZDFdqgqojixm66cIKSZyNj0,105414
|
|
979
|
-
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/docs/system-creation-vibe.md,sha256=
|
|
979
|
+
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/docs/system-creation-vibe.md,sha256=vqbSxjgYnrvFSGbX0unkVMuNd7n7MO0Zx-EYQgDxOso,3983
|
|
980
980
|
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/docs/graphics/readme.md,sha256=GaNOkrzT_nlcrIpmmwLQtoGC6aPZnM8bSGgmc5fM8yk,402
|
|
981
981
|
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/docs/logic/readme.md,sha256=fIQypEQ7Ny7q385AhpwndYRBFquG6P6xpM41-zrIseE,871
|
|
982
982
|
api_logic_server_cli/prototypes/manager/samples/basic_demo_sample/docs/logic_suggestions/readme_logic_suggestions.md,sha256=44ibQYGOy84J4zGFaChLCOf-GU9pOBrbgBbprujMtIs,184
|
|
@@ -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.2.
|
|
2866
|
-
apilogicserver-15.2.
|
|
2867
|
-
apilogicserver-15.2.
|
|
2868
|
-
apilogicserver-15.2.
|
|
2869
|
-
apilogicserver-15.2.
|
|
2870
|
-
apilogicserver-15.2.
|
|
2865
|
+
apilogicserver-15.3.2.dist-info/licenses/LICENSE,sha256=67BS7VC-Z8GpaR3wijngQJkHWV04qJrwQArVgn9ldoI,1485
|
|
2866
|
+
apilogicserver-15.3.2.dist-info/METADATA,sha256=xZIDZwpBx5n1GunlhwhdYCpWBXgsTrmLH8MUewaN2Pc,26461
|
|
2867
|
+
apilogicserver-15.3.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2868
|
+
apilogicserver-15.3.2.dist-info/entry_points.txt,sha256=W9EVNvf09h8n6rJChmVj2gzxVQ6BXXZa2x3wri0lFGc,259
|
|
2869
|
+
apilogicserver-15.3.2.dist-info/top_level.txt,sha256=-r0AT_GEApleihg-jIh0OMvzzc0BO1RuhhOpE91H5qI,21
|
|
2870
|
+
apilogicserver-15.3.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|