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) <noreply@anthropic.com>
This commit is contained in:
LI-Meng420
2026-05-02 11:23:12 +08:00
parent bc03f9bac4
commit 4dedae9963

View File

@@ -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"
}
]
}
]
}