Skip to content

Commit c7c8108

Browse files
committed
Sync from local-mgr (gold v17.01.00)
1 parent c917ced commit c7c8108

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Most code generators produce code you then have to own. This one produces *model
7272
2. **Full JSONAPI** — Swagger, pagination, optimistic locking (`api/expose_api_models.py` — 52 lines, zero per-table code)
7373
3. **Admin App**`ui/admin/admin.yaml`
7474

75-
Each small, readable, yours. Plain Python — nothing locks you in.
75+
Each small, readable, yours. Plain Python — standard tooling applies.
7676

7777
Security is opt-in, not default — bootstrap RBAC anytime with `genai-logic add-auth`.
7878

@@ -217,10 +217,10 @@ This is why the same prompt produces a governed system, not a working-but-ungove
217217

218218
**Have some questions before we get started?** Ask your AI assistant directly — it has the same materials we just walked through:
219219

220-
- Ok, why not just let AI write the code?
221220
- Is this really infrastructure, like a database?
222221
- Is this a black box? How do I debug a rule chain?
223-
- What's the lock-in risk if we stop using this?
222+
- What does it take to migrate off this if we ever wanted to?
223+
- How does this perform at scale?
224224
- How is this different from Copilot/Cursor generating the same logic as code?
225225
- What does this integrate with — APIs, workflows, agents, MCP?
226226
- Does this work with my existing database?

0 commit comments

Comments
 (0)