@tiangong-ai/cli 0.0.41 → 0.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +1 -1
- package/README.md +2 -2
- package/dist/research/workspace/setup-catalog.js +2 -2
- package/package.json +1 -1
package/AGENTS.md
CHANGED
package/README.md
CHANGED
|
@@ -12,8 +12,8 @@ checkPaths:
|
|
|
12
12
|
- package.json
|
|
13
13
|
- bin/**
|
|
14
14
|
- src/**
|
|
15
|
-
lastReviewedAt: 2026-08-
|
|
16
|
-
lastReviewedCommit:
|
|
15
|
+
lastReviewedAt: 2026-08-18
|
|
16
|
+
lastReviewedCommit: 9205e1b06678ef79042bee89bd3bca3fa77af515
|
|
17
17
|
---
|
|
18
18
|
|
|
19
19
|
# Tiangong AI CLI
|
|
@@ -15,7 +15,7 @@ export const RESEARCH_SETUP_SELECTION_GUIDANCE = {
|
|
|
15
15
|
},
|
|
16
16
|
};
|
|
17
17
|
const BRAVE_COMMIT = "3e088af66eb61f1c207c22b2be0278ca8744d1d1";
|
|
18
|
-
const TIANGONG_SKILLS_COMMIT = "
|
|
18
|
+
const TIANGONG_SKILLS_COMMIT = "e05a056e422c178a1ba5de66b2e561c3574717a2";
|
|
19
19
|
const ANTHROPIC_SKILLS_COMMIT = "f17010c9bb483898c1d9c9f42dde2b3a98889434";
|
|
20
20
|
const PPT_MASTER_COMMIT = "4343bd8bfc91e79dfb9680681a378476cc38a280";
|
|
21
21
|
export const RESEARCH_SETUP_INSTALLER = {
|
|
@@ -337,7 +337,7 @@ export const RESEARCH_SETUP_SKILLS = [
|
|
|
337
337
|
skillName: "academic-paper-download",
|
|
338
338
|
sourceId: "tiangong-ai-skills",
|
|
339
339
|
sourceRelativePath: "academic-paper-download",
|
|
340
|
-
expectedTreeSha256: "
|
|
340
|
+
expectedTreeSha256: "29ae2a10b345cf3dadbf084f30217c29018ba49fe7822caf8c93d62767900b11",
|
|
341
341
|
tier: "enhanced",
|
|
342
342
|
role: "acquisition-adapter",
|
|
343
343
|
purpose: "Deterministic OA paper acquisition with verified PDF provenance; browser handoff remains explicit and user-authorized.",
|