pythia-plsql 0.4.2__tar.gz → 0.4.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.4.2/scripts/pythia_plsql.egg-info → pythia_plsql-0.4.3}/PKG-INFO +6 -1
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/README.md +5 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/pyproject.toml +1 -1
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3/scripts/pythia_plsql.egg-info}/PKG-INFO +6 -1
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/LICENSE +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/queries/compile-errors.sql +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/queries/dependencies.sql +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/queries/impact.sql +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/queries/invalid-objects.sql +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/queries/name-occupants.sql +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/queries/object-source.sql +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/queries/plscope-enabled.sql +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/queries/plscope-statements.sql +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/queries/plscope-usages.sql +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/queries/session-privileges.sql +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/queries/similar-candidates.sql +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/queries/source.sql +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/scripts/pythia.py +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/scripts/pythia_plsql.egg-info/SOURCES.txt +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/scripts/pythia_plsql.egg-info/dependency_links.txt +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/scripts/pythia_plsql.egg-info/entry_points.txt +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/scripts/pythia_plsql.egg-info/requires.txt +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/scripts/pythia_plsql.egg-info/top_level.txt +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/setup.cfg +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/skills/pythia-apply/SKILL.md +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/skills/pythia-explore/SKILL.md +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/skills/pythia-explore/reference/data-dictionary.md +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/skills/pythia-impact/SKILL.md +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/skills/pythia-review/SKILL.md +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/skills/pythia-review/reference/antipatterns.md +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/skills/pythia-setup/SKILL.md +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/skills/pythia-skill-author/SKILL.md +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/skills/pythia-write/SKILL.md +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/skills/pythia-write/reference/patterns.md +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/tests/test_install.py +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/tests/test_phase1.py +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/tests/test_phase2.py +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.3}/tests/test_phase3.py +0 -0
- {pythia_plsql-0.4.2 → pythia_plsql-0.4.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.4.
|
|
3
|
+
Version: 0.4.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
|
|
@@ -151,6 +151,11 @@ hand with
|
|
|
151
151
|
works just as well.
|
|
152
152
|
`pythia check` warns when the session runs with more power than the task needs.
|
|
153
153
|
|
|
154
|
+
Using Claude Code? [`examples/claude-code-settings.example.json`](examples/claude-code-settings.example.json)
|
|
155
|
+
stops it prompting for the read-only commands and asks it to pause on
|
|
156
|
+
writes — optional, and yours to install
|
|
157
|
+
([why pythia does not](GUIDE.md#11-optional-claude-code-permission-settings)).
|
|
158
|
+
|
|
154
159
|
Per-group write policy, `.pythia/policy.json` (defaults shown):
|
|
155
160
|
|
|
156
161
|
| Group | Default | Is rollback real? |
|
|
@@ -137,6 +137,11 @@ hand with
|
|
|
137
137
|
works just as well.
|
|
138
138
|
`pythia check` warns when the session runs with more power than the task needs.
|
|
139
139
|
|
|
140
|
+
Using Claude Code? [`examples/claude-code-settings.example.json`](examples/claude-code-settings.example.json)
|
|
141
|
+
stops it prompting for the read-only commands and asks it to pause on
|
|
142
|
+
writes — optional, and yours to install
|
|
143
|
+
([why pythia does not](GUIDE.md#11-optional-claude-code-permission-settings)).
|
|
144
|
+
|
|
140
145
|
Per-group write policy, `.pythia/policy.json` (defaults shown):
|
|
141
146
|
|
|
142
147
|
| Group | Default | Is rollback real? |
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pythia-plsql"
|
|
7
|
-
version = "0.4.
|
|
7
|
+
version = "0.4.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.4.
|
|
3
|
+
Version: 0.4.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
|
|
@@ -151,6 +151,11 @@ hand with
|
|
|
151
151
|
works just as well.
|
|
152
152
|
`pythia check` warns when the session runs with more power than the task needs.
|
|
153
153
|
|
|
154
|
+
Using Claude Code? [`examples/claude-code-settings.example.json`](examples/claude-code-settings.example.json)
|
|
155
|
+
stops it prompting for the read-only commands and asks it to pause on
|
|
156
|
+
writes — optional, and yours to install
|
|
157
|
+
([why pythia does not](GUIDE.md#11-optional-claude-code-permission-settings)).
|
|
158
|
+
|
|
154
159
|
Per-group write policy, `.pythia/policy.json` (defaults shown):
|
|
155
160
|
|
|
156
161
|
| Group | Default | Is rollback real? |
|
|
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.4.2 → pythia_plsql-0.4.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
|
|
File without changes
|
{pythia_plsql-0.4.2 → pythia_plsql-0.4.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
|