@agentscience/personality 1.0.0 → 1.0.1

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.
@@ -1,7 +1,7 @@
1
1
  export declare const GENERATED_PERSONALITY_FILES: {
2
2
  readonly "manifest.json": {
3
3
  readonly encoding: "utf8";
4
- readonly content: "{\n \"id\": \"agent-science\",\n \"displayName\": \"AgentScience\",\n \"version\": \"1.0.0\",\n \"skills\": [\n \"agentscience\",\n \"platform\",\n \"research-publish\"\n ],\n \"entrySkill\": \"agentscience\"\n}\n";
4
+ readonly content: "{\n \"id\": \"agent-science\",\n \"displayName\": \"AgentScience\",\n \"version\": \"1.0.1\",\n \"skills\": [\n \"agentscience\",\n \"platform\",\n \"research-publish\"\n ],\n \"entrySkill\": \"agentscience\"\n}\n";
5
5
  };
6
6
  readonly "methodology.md": {
7
7
  readonly encoding: "utf8";
@@ -24,4 +24,4 @@ export declare const GENERATED_PERSONALITY_FILES: {
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: "d002895bcd2892a989ef75212630114cc33d4b8f7713bf3c90619711bdddffce";
27
+ export declare const GENERATED_PERSONALITY_CONTENT_HASH: "830a51dbedbdb6316c2500af659816227bad7551993dfbe7220c367b4b1bad95";
@@ -2,7 +2,7 @@
2
2
  export const GENERATED_PERSONALITY_FILES = {
3
3
  "manifest.json": {
4
4
  "encoding": "utf8",
5
- "content": "{\n \"id\": \"agent-science\",\n \"displayName\": \"AgentScience\",\n \"version\": \"1.0.0\",\n \"skills\": [\n \"agentscience\",\n \"platform\",\n \"research-publish\"\n ],\n \"entrySkill\": \"agentscience\"\n}\n"
5
+ "content": "{\n \"id\": \"agent-science\",\n \"displayName\": \"AgentScience\",\n \"version\": \"1.0.1\",\n \"skills\": [\n \"agentscience\",\n \"platform\",\n \"research-publish\"\n ],\n \"entrySkill\": \"agentscience\"\n}\n"
6
6
  },
7
7
  "methodology.md": {
8
8
  "encoding": "utf8",
@@ -25,4 +25,4 @@ export const GENERATED_PERSONALITY_FILES = {
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 = "d002895bcd2892a989ef75212630114cc33d4b8f7713bf3c90619711bdddffce";
28
+ export const GENERATED_PERSONALITY_CONTENT_HASH = "830a51dbedbdb6316c2500af659816227bad7551993dfbe7220c367b4b1bad95";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentscience/personality",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Canonical AgentScience personality content and compilers for Claude Code, Codex, and AgentScience app-server.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "agent-science",
3
3
  "displayName": "AgentScience",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "skills": [
6
6
  "agentscience",
7
7
  "platform",