pythia-plsql 0.5.0 → 0.6.1
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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ npx pythia-plsql
|
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
It finds Python, installs the [`pythia-plsql`](https://pypi.org/project/pythia-plsql/)
|
|
18
|
-
package from PyPI (CLI + expert data-dictionary queries + the
|
|
18
|
+
package from PyPI (CLI + expert data-dictionary queries + the skill
|
|
19
19
|
pack), installs the skills into your agents via `npx skills add`, and
|
|
20
20
|
scaffolds `.pythia/connections.json`. Without Node the pip package alone
|
|
21
21
|
still carries the whole kit.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pythia-plsql",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "One-command installer for pythia: PL/SQL development for AI agents on Oracle Database. Installs the Python CLI, the
|
|
3
|
+
"version": "0.6.1",
|
|
4
|
+
"description": "One-command installer for pythia: PL/SQL development for AI agents on Oracle Database. Installs the Python CLI, the skill pack, and the .pythia/ config scaffold.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"pythia-plsql": "bin.js"
|
|
7
7
|
},
|