feat(registry): add Stata CLI harness (standalone repo)#266
feat(registry): add Stata CLI harness (standalone repo)#266LI-Meng420 wants to merge 1 commit intoHKUDS:mainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8431dd1c2a
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "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://github.com/LI-Meng420/stata-cli/blob/main/cli_anything/stata/skills/SKILL.md", |
There was a problem hiding this comment.
Use raw SKILL.md URL for standalone registry entries
Change skill_md to a raw-content URL (raw.githubusercontent.com) instead of a GitHub blob page URL. For standalone CLIs, automation that fetches skill_md as Markdown will receive HTML from the blob endpoint, which breaks machine parsing and agent ingestion workflows; this also conflicts with the standalone contribution requirement that skill_md point to the raw file.
Useful? React with 👍 / 👎.
|
@copilot resolve the merge conflicts in this pull request |
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>
7d5b0b8 to
4dedae9
Compare
Summary
What it does
CLI harness for running real Stata
.dofiles from a shell, coding agent, or reproducible analysis pipeline. Features include:Checklist