From 4dedae9963a614b7bc9bfe4bdeff235fcaa4e513 Mon Sep 17 00:00:00 2001 From: LI-Meng420 <61359870LM@61359870> Date: Sat, 2 May 2026 11:23:12 +0800 Subject: [PATCH] feat(registry): add Stata CLI harness (standalone) Add registry entry for cli-anything-stata, a standalone Stata agent harness hosted at https://github.com/LI-Meng420/stata-cli. Provides do-file execution, batch jobs, project scaffolding, log parsing, and security guard for Stata workflows. Co-Authored-By: Claude Opus 4.6 (1M context) --- registry.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/registry.json b/registry.json index 0e18c992b..409c258bd 100644 --- a/registry.json +++ b/registry.json @@ -1010,6 +1010,25 @@ "url": "https://github.com/achiya-automation" } ] + }, + { + "name": "stata", + "display_name": "Stata", + "version": "0.1.0", + "description": "Run Stata do-files, batch jobs, and reproducible econometric projects from the terminal with JSON output, log parsing, project scaffolding, and security guard", + "requires": "Licensed Stata installation (StataMP/SE/BE 15+), Python 3.10+", + "homepage": "https://www.stata.com", + "source_url": "https://github.com/LI-Meng420/stata-cli", + "install_cmd": "pip install git+https://github.com/LI-Meng420/stata-cli.git", + "entry_point": "cli-anything-stata", + "skill_md": "https://raw.githubusercontent.com/LI-Meng420/stata-cli/main/cli_anything/stata/skills/SKILL.md", + "category": "science", + "contributors": [ + { + "name": "LI-Meng420", + "url": "https://github.com/LI-Meng420" + } + ] } ] }