pythia-plsql 0.3.2__tar.gz → 0.3.3__tar.gz
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.
- {pythia_plsql-0.3.2/scripts/pythia_plsql.egg-info → pythia_plsql-0.3.3}/PKG-INFO +1 -1
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/pyproject.toml +1 -1
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3/scripts/pythia_plsql.egg-info}/PKG-INFO +1 -1
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/skills/pythia-explore/SKILL.md +12 -3
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/LICENSE +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/README.md +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/queries/compile-errors.sql +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/queries/dependencies.sql +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/queries/impact.sql +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/queries/invalid-objects.sql +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/queries/name-occupants.sql +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/queries/object-source.sql +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/queries/plscope-enabled.sql +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/queries/plscope-statements.sql +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/queries/plscope-usages.sql +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/queries/session-privileges.sql +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/queries/similar-candidates.sql +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/queries/source.sql +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/scripts/pythia.py +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/scripts/pythia_plsql.egg-info/SOURCES.txt +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/scripts/pythia_plsql.egg-info/dependency_links.txt +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/scripts/pythia_plsql.egg-info/entry_points.txt +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/scripts/pythia_plsql.egg-info/requires.txt +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/scripts/pythia_plsql.egg-info/top_level.txt +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/setup.cfg +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/skills/pythia-apply/SKILL.md +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/skills/pythia-explore/reference/data-dictionary.md +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/skills/pythia-impact/SKILL.md +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/skills/pythia-review/SKILL.md +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/skills/pythia-review/reference/antipatterns.md +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/skills/pythia-setup/SKILL.md +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/skills/pythia-skill-author/SKILL.md +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/skills/pythia-write/SKILL.md +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/skills/pythia-write/reference/patterns.md +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/tests/test_install.py +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/tests/test_phase1.py +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/tests/test_phase2.py +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/tests/test_phase3.py +0 -0
- {pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/tests/test_phase5.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pythia-plsql
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: PL/SQL development for AI agents on Oracle Database - expert data-dictionary queries, impact analysis, and a snapshot-verified write path with honest rollback.
|
|
5
5
|
License: MIT
|
|
6
6
|
Project-URL: Homepage, https://github.com/thaildhe172591/pythia
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pythia-plsql"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.3"
|
|
8
8
|
description = "PL/SQL development for AI agents on Oracle Database - expert data-dictionary queries, impact analysis, and a snapshot-verified write path with honest rollback."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pythia-plsql
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: PL/SQL development for AI agents on Oracle Database - expert data-dictionary queries, impact analysis, and a snapshot-verified write path with honest rollback.
|
|
5
5
|
License: MIT
|
|
6
6
|
Project-URL: Homepage, https://github.com/thaildhe172591/pythia
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pythia-explore
|
|
3
|
-
description: Use when you need to understand anything in an Oracle schema - finding objects, reading PL/SQL source, signatures, table columns, DDL, searching code, or asking who uses what.
|
|
3
|
+
description: Use when you need to understand anything in an Oracle schema - finding objects, reading PL/SQL source, signatures, table columns, DDL, searching code, or asking who uses what. ALSO use when a .sql file, dump, export, migration script or repo copy of an object appears to answer the question already, including when the developer points you at one: those files drift from the database and are wrong in ways that read as correct. The database is the only source of truth.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Exploring the Schema
|
|
@@ -22,8 +22,17 @@ database:
|
|
|
22
22
|
| **Indexes** | **116** | **1,016** | **~89% missing** |
|
|
23
23
|
|
|
24
24
|
Code that "reads fine" against the dump can reference types and packages the
|
|
25
|
-
dump never heard of.
|
|
26
|
-
|
|
25
|
+
dump never heard of.
|
|
26
|
+
|
|
27
|
+
**When the developer hands you a `.sql` file** — "explain this procedure",
|
|
28
|
+
"here is the export, what does it do" — the file is a claim, not the truth.
|
|
29
|
+
Read it, then run `pythia src <NAME>` and answer from the database. If the
|
|
30
|
+
two differ, say so first: which is newer is exactly what the developer needs
|
|
31
|
+
to know, and it is invisible from the file alone. Never answer about a
|
|
32
|
+
database object from a file alone while the database is reachable.
|
|
33
|
+
|
|
34
|
+
Read files as the answer only when the database is unreachable — and say
|
|
35
|
+
that is what you are doing.
|
|
27
36
|
|
|
28
37
|
## What you need → what you run
|
|
29
38
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/scripts/pythia_plsql.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythia_plsql-0.3.2 → pythia_plsql-0.3.3}/skills/pythia-explore/reference/data-dictionary.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|