Restructure as Codex plugin
This commit is contained in:
@@ -10,7 +10,7 @@ REPO_ROOT = Path(__file__).resolve().parents[1]
|
||||
|
||||
def run_mock_json(topic: str) -> dict:
|
||||
result = subprocess.run(
|
||||
[sys.executable, "scripts/last30days.py", topic, "--mock", "--emit=json"],
|
||||
[sys.executable, "skills/last30days/scripts/last30days.py", topic, "--mock", "--emit=json"],
|
||||
cwd=REPO_ROOT,
|
||||
capture_output=True,
|
||||
text=True,
|
||||
|
||||
Reference in New Issue
Block a user