From 2f042c73ed0438121b12acca164b6170c9aa3edc Mon Sep 17 00:00:00 2001 From: thatdudealso Date: Thu, 9 Jul 2026 23:37:07 -0400 Subject: [PATCH 1/4] docs: add oracle-axi to community catalog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80997cd..12d14b9 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ AXIs built and maintained by the community: | [`redis-axi`](https://github.com/thatdudealso/redis-axi) | thatdudealso | Redis | Discover, inspect, query, export, import, maintain, and diagnose Redis databases through safe token-efficient CLI workflows. | | [`celery-axi`](https://github.com/thatdudealso/celery-axi) | thatdudealso | Celery | Discover, inspect, run, debug, monitor, schedule, control, and safely operate Celery task queues through token-efficient CLI workflows. | | [`cyber-mux`](https://github.com/cyberuni/cyber-mux) | unional | Terminal multiplexers | Open, send, read, focus, and close terminal panes across tmux, herdr, and WezTerm through one detection-driven contract with token-efficient output. | +| [`oracle-axi`](https://github.com/thatdudealso/oracle-axi) | thatdudealso | Oracle Database | Discover, create, inspect, query, export, import, maintain, and diagnose Oracle databases through safe token-efficient CLI workflows. | From 02a86ef90359d256c24ef663ed208387549dbceb Mon Sep 17 00:00:00 2001 From: thatdudealso Date: Thu, 9 Jul 2026 23:39:47 -0400 Subject: [PATCH 2/4] no-mistakes(document): add oracle-axi to docs/index.html community catalog --- README.md | 2 +- catalog.yaml | 5 +++++ docs/index.html | 14 ++++++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12d14b9..da62ce7 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ AXIs built and maintained by the community: | [`redis-axi`](https://github.com/thatdudealso/redis-axi) | thatdudealso | Redis | Discover, inspect, query, export, import, maintain, and diagnose Redis databases through safe token-efficient CLI workflows. | | [`celery-axi`](https://github.com/thatdudealso/celery-axi) | thatdudealso | Celery | Discover, inspect, run, debug, monitor, schedule, control, and safely operate Celery task queues through token-efficient CLI workflows. | | [`cyber-mux`](https://github.com/cyberuni/cyber-mux) | unional | Terminal multiplexers | Open, send, read, focus, and close terminal panes across tmux, herdr, and WezTerm through one detection-driven contract with token-efficient output. | -| [`oracle-axi`](https://github.com/thatdudealso/oracle-axi) | thatdudealso | Oracle Database | Discover, create, inspect, query, export, import, maintain, and diagnose Oracle databases through safe token-efficient CLI workflows. | +| [`oracle-axi`](https://github.com/thatdudealso/oracle-axi) | thatdudealso | Oracle Database | Discover, create, inspect, query, export, import, maintain, and diagnose Oracle databases through safe token-efficient CLI workflows. | diff --git a/catalog.yaml b/catalog.yaml index adecb1e..d0ef476 100644 --- a/catalog.yaml +++ b/catalog.yaml @@ -141,3 +141,8 @@ community: author: unional domain: Terminal multiplexers description: "Open, send, read, focus, and close terminal panes across tmux, herdr, and WezTerm through one detection-driven contract with token-efficient output." + - name: oracle-axi + url: https://github.com/thatdudealso/oracle-axi + author: thatdudealso + domain: Oracle Database + description: "Discover, create, inspect, query, export, import, maintain, and diagnose Oracle databases through safe token-efficient CLI workflows." diff --git a/docs/index.html b/docs/index.html index d2a265c..8f058a6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -683,6 +683,20 @@

The [AXI catalog].

contract with token-efficient output. + + + oracle-axi + + thatdudealso + Oracle Database + + Discover, create, inspect, query, export, import, maintain, + and diagnose Oracle databases through safe token-efficient + CLI workflows. + + From 21d54b85ea99caf5b5846ab2228c3369c3a6e7ab Mon Sep 17 00:00:00 2001 From: thatdudealso Date: Tue, 21 Jul 2026 18:37:03 -0400 Subject: [PATCH 3/4] no-mistakes(review): Added pinned oracle-axi admission evidence and validated generated docs --- .../source-review.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .no-mistakes/evidence/fm/oracle-axi-catalog-catalog-admission/source-review.md diff --git a/.no-mistakes/evidence/fm/oracle-axi-catalog-catalog-admission/source-review.md b/.no-mistakes/evidence/fm/oracle-axi-catalog-catalog-admission/source-review.md new file mode 100644 index 0000000..29d2987 --- /dev/null +++ b/.no-mistakes/evidence/fm/oracle-axi-catalog-catalog-admission/source-review.md @@ -0,0 +1,40 @@ +# oracle-axi catalog admission review + +Review target: `thatdudealso/oracle-axi` at source revision `4f4d3da6cfd1578d871fa3e23389264e3faf93ff` (repository `HEAD` on 2026-07-21). + +## Provenance + +- Source repository: https://github.com/thatdudealso/oracle-axi +- Pinned entrypoint: `bin/oracle-axi.js` +- Package metadata: `package.json`, version `0.1.0`, binary `oracle-axi: ./bin/oracle-axi.js` +- No Git tag was advertised by `git ls-remote`; `npm view oracle-axi` returned registry `E404`. No released package exists, so released-package execution is not applicable. + +## Source inspection and observations + +The pinned entrypoint defines `home`, `services`, and `discover` handlers, validates command-specific flags before dependency calls, emits structured stdout, and adds actionable `help` commands. Representative source executions at the pinned revision produced: + +```text +$ curl -fsSL https://raw.githubusercontent.com/thatdudealso/oracle-axi/4f4d3da6cfd1578d871fa3e23389264e3faf93ff/bin/oracle-axi.js | node - +targets_count: 0 +targets: 0 Oracle targets detected in this workspace +help[3]: + Run `oracle-axi doctor` to check Oracle readiness + Run `oracle-axi discover --full` to inspect project Oracle targets + Run `oracle-axi recommend --goal local-dev` to choose an Oracle path + +$ curl -fsSL https://raw.githubusercontent.com/thatdudealso/oracle-axi/4f4d3da6cfd1578d871fa3e23389264e3faf93ff/bin/oracle-axi.js | node - services --capability querying +count: 1 of 12 Oracle domains +services[1]{capability,domain,use}: + querying,"capped-reads|write-guards|result-truncation",run safe SQL with default read-only behavior +help[1]: + Run `oracle-axi recommend --goal ` for workflow paths + +$ curl -fsSL https://raw.githubusercontent.com/thatdudealso/oracle-axi/4f4d3da6cfd1578d871fa3e23389264e3faf93ff/bin/oracle-axi.js | node - discover --bogus +error: unknown flag --bogus for `discover` +help[1]: + valid flags for `discover`: --connect, --cwd, --fields, --full, --help, --password, --service, --tns-admin, --user, --wallet +``` + +The source paths inspected for these observations are `main`, `parseArgs`, `home`, `services`, `discover`, `formatHelp`, and `usageError` in `bin/oracle-axi.js`. + +Verdict: source inspection supports the proposed community catalog admission for the described AXI-facing behavior. This review does not claim released-package behavior because no release was available at the pinned review time. From 35a7dbd44a3aaf76fa71d6a161b1cc2a63c16dd8 Mon Sep 17 00:00:00 2001 From: thatdudealso Date: Tue, 21 Jul 2026 18:41:19 -0400 Subject: [PATCH 4/4] no-mistakes(document): Updated docs and cleared lint checks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da62ce7..ed71dfd 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Evaluated across 425 runs (17 tasks × 5 conditions × 5 repeats) using Claude S Claude Sonnet 4.6 is the model the published runs used, not a limit of the harness. Both benchmarks take `--model`, which is passed straight through to -the agent CLI, so any Claude model works — for example +the agent CLI, so any Claude model works - for example `--model claude-opus-4-6`. Results for other models are simply not published here, and they may respond differently to output format.