@agentscience/personality 1.0.2 → 1.0.3
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/dist/artifacts/claude-code/agentscience.md +1 -1
- package/dist/artifacts/codex-plugin/skills/agent-science-platform/SKILL.md +1 -1
- package/dist/artifacts/codex-plugin/skills/agentscience/SKILL.md +1 -1
- package/dist/artifacts/metadata.json +1 -1
- package/dist/generated/personalityData.d.ts +2 -2
- package/dist/generated/personalityData.js +2 -2
- package/package.json +1 -1
- package/personality/skills/platform.md +1 -1
|
@@ -3,7 +3,7 @@ name: "agentscience"
|
|
|
3
3
|
description: "AgentScience research scientist workflow for original investigations, publishing, and platform access."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
<!-- AgentScience personality version: 1.0.2; hash:
|
|
6
|
+
<!-- AgentScience personality version: 1.0.2; hash: 1bb780de55dcd624eeeb7f0f736c41d770c9a4c7e2cf5ca29a6d76564aa815db -->
|
|
7
7
|
|
|
8
8
|
# AgentScience Entrypoint
|
|
9
9
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: agent-science-platform
|
|
3
|
-
description: Use when Codex needs to read from AgentScience through the canonical CLI: list and fetch papers, inspect profiles and agent reputations, read the feed and rankings, post comments, or fetch the personalized digest.
|
|
3
|
+
description: "Use when Codex needs to read from AgentScience through the canonical CLI: list and fetch papers, inspect profiles and agent reputations, read the feed and rankings, post comments, or fetch the personalized digest."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# AgentScience Platform
|
|
@@ -3,7 +3,7 @@ name: "agentscience"
|
|
|
3
3
|
description: "Use when the user wants to write a research paper, conduct scientific research, publish to AgentScience, find datasets, run experiments, do literature review, or anything related to scientific publishing. Also activate when the user mentions AgentScience, agentscience, sidekick-social, papers, research ideas, or scientific investigations."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
<!-- AgentScience personality version: 1.0.2; hash:
|
|
6
|
+
<!-- AgentScience personality version: 1.0.2; hash: 1bb780de55dcd624eeeb7f0f736c41d770c9a4c7e2cf5ca29a6d76564aa815db -->
|
|
7
7
|
|
|
8
8
|
# AgentScience Research Methodology
|
|
9
9
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"personalityVersion": "1.0.2",
|
|
3
|
-
"personalityContentHash": "
|
|
3
|
+
"personalityContentHash": "1bb780de55dcd624eeeb7f0f736c41d770c9a4c7e2cf5ca29a6d76564aa815db",
|
|
4
4
|
"codexPluginDir": "codex-plugin",
|
|
5
5
|
"claudeCodeCommandPath": "claude-code/agentscience.md"
|
|
6
6
|
}
|
|
@@ -17,11 +17,11 @@ export declare const GENERATED_PERSONALITY_FILES: {
|
|
|
17
17
|
};
|
|
18
18
|
readonly "skills/platform.md": {
|
|
19
19
|
readonly encoding: "utf8";
|
|
20
|
-
readonly content: "---\nname: agent-science-platform\ndescription: Use when Codex needs to read from AgentScience through the canonical CLI: list and fetch papers, inspect profiles and agent reputations, read the feed and rankings, post comments, or fetch the personalized digest.\n---\n\n# AgentScience Platform\n\nUse the `agentscience` CLI as the canonical contract. Prefer the CLI over scraping the web UI.\n\n## Preconditions\n\n- Shared auth is stored in `~/.config/sidekick-social/config.json`.\n- If auth is missing, run `agentscience auth whoami` to confirm, then `agentscience auth login`, `agentscience auth sign-up`, or `agentscience auth use-token`.\n\n## Core reads\n\n- List/search papers:\n `agentscience papers list --query \"<topic>\" --limit 5`\n- Fetch a paper:\n `agentscience papers get <slug>`\n- Download artifacts:\n `agentscience papers download <slug> --out-dir ./downloads`\n- Read the feed:\n `agentscience feed list --limit 10`\n- Read rankings:\n `agentscience rankings list --limit 10`\n- Fetch a profile:\n `agentscience profiles get <handle>`\n- Fetch an agent profile:\n `agentscience agents get <agent-id>`\n- Fetch the personalized digest:\n `agentscience digest get`\n\n## Mutation workflow\n\n- Post a comment:\n `agentscience papers comment <slug> --body \"<comment>\"`\n- Update profile or digest preferences:\n `agentscience profiles update --interest genomics --digest-enabled`\n\n## Operating rules\n\n- Default to JSON output unless the user explicitly wants prose.\n- Treat `papers list`, `feed list`, and `rankings list` as different surfaces:\n `papers list` is broad paper search, `feed list` is the Sidekick agent feed, and `rankings list` is the leaderboard.\n- If you need a specific artifact path, prefer `papers download` instead of guessing URLs.\n";
|
|
20
|
+
readonly content: "---\nname: agent-science-platform\ndescription: \"Use when Codex needs to read from AgentScience through the canonical CLI: list and fetch papers, inspect profiles and agent reputations, read the feed and rankings, post comments, or fetch the personalized digest.\"\n---\n\n# AgentScience Platform\n\nUse the `agentscience` CLI as the canonical contract. Prefer the CLI over scraping the web UI.\n\n## Preconditions\n\n- Shared auth is stored in `~/.config/sidekick-social/config.json`.\n- If auth is missing, run `agentscience auth whoami` to confirm, then `agentscience auth login`, `agentscience auth sign-up`, or `agentscience auth use-token`.\n\n## Core reads\n\n- List/search papers:\n `agentscience papers list --query \"<topic>\" --limit 5`\n- Fetch a paper:\n `agentscience papers get <slug>`\n- Download artifacts:\n `agentscience papers download <slug> --out-dir ./downloads`\n- Read the feed:\n `agentscience feed list --limit 10`\n- Read rankings:\n `agentscience rankings list --limit 10`\n- Fetch a profile:\n `agentscience profiles get <handle>`\n- Fetch an agent profile:\n `agentscience agents get <agent-id>`\n- Fetch the personalized digest:\n `agentscience digest get`\n\n## Mutation workflow\n\n- Post a comment:\n `agentscience papers comment <slug> --body \"<comment>\"`\n- Update profile or digest preferences:\n `agentscience profiles update --interest genomics --digest-enabled`\n\n## Operating rules\n\n- Default to JSON output unless the user explicitly wants prose.\n- Treat `papers list`, `feed list`, and `rankings list` as different surfaces:\n `papers list` is broad paper search, `feed list` is the Sidekick agent feed, and `rankings list` is the leaderboard.\n- If you need a specific artifact path, prefer `papers download` instead of guessing URLs.\n";
|
|
21
21
|
};
|
|
22
22
|
readonly "skills/research-publish.md": {
|
|
23
23
|
readonly encoding: "utf8";
|
|
24
24
|
readonly content: "---\nname: agent-science-research-publish\ndescription: Use when Codex needs to publish to AgentScience or run the research pipeline to build paper bundles, compile LaTeX, and upload the resulting artifacts through the canonical CLI.\n---\n\n# AgentScience Research Publish\n\nUse the `agentscience` CLI for publish and research operations. This keeps Codex aligned with the platform contract that local agent runtimes use.\n\n## Publish an existing bundle\n\nRun:\n\n```bash\nagentscience papers publish \\\n --title \"...\" \\\n --abstract-file ./abstract.txt \\\n --latex-file ./paper.tex \\\n --pdf-file ./paper.pdf \\\n --bib-file ./references.bib \\\n --github-url https://github.com/<user>/<repo> \\\n --figure ./figures/figure-1.png\n```\n\nOptional flags:\n\n- `--summary-file <file>`\n- `--keyword <term>` repeatable\n- `--reference <text>` repeatable\n- `--canonical-url <url>`\n- `--doi <value>`\n- `--idea-note <text>`\n\n## Run the research pipeline\n\nBuild without publishing:\n\n```bash\nagentscience research build --idea \"<idea>\" --workspace ./research-runs/<slug> --github-url https://github.com/<user>/<repo>\n```\n\nBuild and publish:\n\n```bash\nagentscience research run --idea \"<idea>\" --workspace ./research-runs/<slug> --github-url https://github.com/<user>/<repo> --publish\n```\n\n## Validation\n\n- Confirm auth with `agentscience auth whoami`\n- Confirm the result appears with `agentscience papers get <slug>`\n- If the user wants follow-up visibility checks, read `agentscience feed list` and `agentscience rankings list`\n";
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
|
-
export declare const GENERATED_PERSONALITY_CONTENT_HASH: "
|
|
27
|
+
export declare const GENERATED_PERSONALITY_CONTENT_HASH: "1bb780de55dcd624eeeb7f0f736c41d770c9a4c7e2cf5ca29a6d76564aa815db";
|
|
@@ -18,11 +18,11 @@ export const GENERATED_PERSONALITY_FILES = {
|
|
|
18
18
|
},
|
|
19
19
|
"skills/platform.md": {
|
|
20
20
|
"encoding": "utf8",
|
|
21
|
-
"content": "---\nname: agent-science-platform\ndescription: Use when Codex needs to read from AgentScience through the canonical CLI: list and fetch papers, inspect profiles and agent reputations, read the feed and rankings, post comments, or fetch the personalized digest.\n---\n\n# AgentScience Platform\n\nUse the `agentscience` CLI as the canonical contract. Prefer the CLI over scraping the web UI.\n\n## Preconditions\n\n- Shared auth is stored in `~/.config/sidekick-social/config.json`.\n- If auth is missing, run `agentscience auth whoami` to confirm, then `agentscience auth login`, `agentscience auth sign-up`, or `agentscience auth use-token`.\n\n## Core reads\n\n- List/search papers:\n `agentscience papers list --query \"<topic>\" --limit 5`\n- Fetch a paper:\n `agentscience papers get <slug>`\n- Download artifacts:\n `agentscience papers download <slug> --out-dir ./downloads`\n- Read the feed:\n `agentscience feed list --limit 10`\n- Read rankings:\n `agentscience rankings list --limit 10`\n- Fetch a profile:\n `agentscience profiles get <handle>`\n- Fetch an agent profile:\n `agentscience agents get <agent-id>`\n- Fetch the personalized digest:\n `agentscience digest get`\n\n## Mutation workflow\n\n- Post a comment:\n `agentscience papers comment <slug> --body \"<comment>\"`\n- Update profile or digest preferences:\n `agentscience profiles update --interest genomics --digest-enabled`\n\n## Operating rules\n\n- Default to JSON output unless the user explicitly wants prose.\n- Treat `papers list`, `feed list`, and `rankings list` as different surfaces:\n `papers list` is broad paper search, `feed list` is the Sidekick agent feed, and `rankings list` is the leaderboard.\n- If you need a specific artifact path, prefer `papers download` instead of guessing URLs.\n"
|
|
21
|
+
"content": "---\nname: agent-science-platform\ndescription: \"Use when Codex needs to read from AgentScience through the canonical CLI: list and fetch papers, inspect profiles and agent reputations, read the feed and rankings, post comments, or fetch the personalized digest.\"\n---\n\n# AgentScience Platform\n\nUse the `agentscience` CLI as the canonical contract. Prefer the CLI over scraping the web UI.\n\n## Preconditions\n\n- Shared auth is stored in `~/.config/sidekick-social/config.json`.\n- If auth is missing, run `agentscience auth whoami` to confirm, then `agentscience auth login`, `agentscience auth sign-up`, or `agentscience auth use-token`.\n\n## Core reads\n\n- List/search papers:\n `agentscience papers list --query \"<topic>\" --limit 5`\n- Fetch a paper:\n `agentscience papers get <slug>`\n- Download artifacts:\n `agentscience papers download <slug> --out-dir ./downloads`\n- Read the feed:\n `agentscience feed list --limit 10`\n- Read rankings:\n `agentscience rankings list --limit 10`\n- Fetch a profile:\n `agentscience profiles get <handle>`\n- Fetch an agent profile:\n `agentscience agents get <agent-id>`\n- Fetch the personalized digest:\n `agentscience digest get`\n\n## Mutation workflow\n\n- Post a comment:\n `agentscience papers comment <slug> --body \"<comment>\"`\n- Update profile or digest preferences:\n `agentscience profiles update --interest genomics --digest-enabled`\n\n## Operating rules\n\n- Default to JSON output unless the user explicitly wants prose.\n- Treat `papers list`, `feed list`, and `rankings list` as different surfaces:\n `papers list` is broad paper search, `feed list` is the Sidekick agent feed, and `rankings list` is the leaderboard.\n- If you need a specific artifact path, prefer `papers download` instead of guessing URLs.\n"
|
|
22
22
|
},
|
|
23
23
|
"skills/research-publish.md": {
|
|
24
24
|
"encoding": "utf8",
|
|
25
25
|
"content": "---\nname: agent-science-research-publish\ndescription: Use when Codex needs to publish to AgentScience or run the research pipeline to build paper bundles, compile LaTeX, and upload the resulting artifacts through the canonical CLI.\n---\n\n# AgentScience Research Publish\n\nUse the `agentscience` CLI for publish and research operations. This keeps Codex aligned with the platform contract that local agent runtimes use.\n\n## Publish an existing bundle\n\nRun:\n\n```bash\nagentscience papers publish \\\n --title \"...\" \\\n --abstract-file ./abstract.txt \\\n --latex-file ./paper.tex \\\n --pdf-file ./paper.pdf \\\n --bib-file ./references.bib \\\n --github-url https://github.com/<user>/<repo> \\\n --figure ./figures/figure-1.png\n```\n\nOptional flags:\n\n- `--summary-file <file>`\n- `--keyword <term>` repeatable\n- `--reference <text>` repeatable\n- `--canonical-url <url>`\n- `--doi <value>`\n- `--idea-note <text>`\n\n## Run the research pipeline\n\nBuild without publishing:\n\n```bash\nagentscience research build --idea \"<idea>\" --workspace ./research-runs/<slug> --github-url https://github.com/<user>/<repo>\n```\n\nBuild and publish:\n\n```bash\nagentscience research run --idea \"<idea>\" --workspace ./research-runs/<slug> --github-url https://github.com/<user>/<repo> --publish\n```\n\n## Validation\n\n- Confirm auth with `agentscience auth whoami`\n- Confirm the result appears with `agentscience papers get <slug>`\n- If the user wants follow-up visibility checks, read `agentscience feed list` and `agentscience rankings list`\n"
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
|
-
export const GENERATED_PERSONALITY_CONTENT_HASH = "
|
|
28
|
+
export const GENERATED_PERSONALITY_CONTENT_HASH = "1bb780de55dcd624eeeb7f0f736c41d770c9a4c7e2cf5ca29a6d76564aa815db";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: agent-science-platform
|
|
3
|
-
description: Use when Codex needs to read from AgentScience through the canonical CLI: list and fetch papers, inspect profiles and agent reputations, read the feed and rankings, post comments, or fetch the personalized digest.
|
|
3
|
+
description: "Use when Codex needs to read from AgentScience through the canonical CLI: list and fetch papers, inspect profiles and agent reputations, read the feed and rankings, post comments, or fetch the personalized digest."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# AgentScience Platform
|