mirror of
https://github.com/Imbad0202/academic-research-skills.git
synced 2026-09-14 13:51:17 +08:00
e377b43798
* feat(platform): add pi wrapper * feat(pi): scope ARS activation and add evidence * fix(pi): gate automatic ARS skill invocation * fix(pi): preserve args and tree activation * docs(pi): scope prompt guarantees to idle runs * fix(pi): canonicalize hidden skill paths Pi preserves lexical resource paths while Node resolves extension imports through symlinks. Compare real filesystem identity after XML decoding. * fix(pi): substitute command arguments once Avoid reprocessing placeholder-like text introduced from user arguments. * fix(pi): bound inactive skill block matching Prevent alternate skill formatting from extending a match into an adjacent unrelated skill block.
27 lines
542 B
JSON
27 lines
542 B
JSON
{
|
|
"name": "academic-research-skills-pi-wrapper",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.1.0",
|
|
"description": "Thin Pi wrapper for the upstream Claude Code Academic Research Skills",
|
|
"keywords": [
|
|
"pi-package",
|
|
"academic-research"
|
|
],
|
|
"license": "CC-BY-NC-4.0",
|
|
"pi": {
|
|
"extensions": [
|
|
"./wrapper.js"
|
|
],
|
|
"skills": [
|
|
"../deep-research",
|
|
"../academic-paper",
|
|
"../academic-paper-reviewer",
|
|
"../academic-pipeline"
|
|
],
|
|
"prompts": [
|
|
"../commands"
|
|
]
|
|
}
|
|
}
|