Skip to content

Commit 23ea25f

Browse files
committed
Release Agent Runtime v0.3.6
1 parent 955a15c commit 23ea25f

22 files changed

Lines changed: 141 additions & 29 deletions

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.3.6 - 2026-05-08
4+
5+
### Added
6+
7+
- Promoted Agent Policy from future candidate to current Agent standards ecosystem links.
8+
- Added Agent Policy to README and LLM navigation entrypoints.
9+
- Refreshed version navigation and public LLM copies for ecosystem discovery.
10+
311

412
## v0.3.5 - 2026-05-08
513

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Key pages:
7878
- [Agent UI](https://limecloud.github.io/agentui/) - interaction surfaces for agent products.
7979
- [Agent Runtime](https://limecloud.github.io/agentruntime/) - execution facts, controls, tasks, tools, and recovery.
8080
- [Agent Evidence](https://limecloud.github.io/agentevidence/) - evidence, provenance, verification, review, replay, and export.
81+
- [Agent Policy](https://limecloud.github.io/agentpolicy/) - policy decisions, approvals, permissions, risk, retention, waivers, and traces.
8182

8283
See the [Agent standards ecosystem](docs/en/reference/agent-ecosystem.md) page for the mutual-link map and future standard candidates.
8384

RELEASE_NOTES.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
# Agent Runtime v0.3.5
1+
# Agent Runtime v0.3.6
22

3-
Agent Runtime v0.3.5 fixes repository-base homepage asset links. The localized home pages now keep their home layout while LLM entrypoint links resolve under the project site path and the navigation logo loads from the correct public asset path.
3+
Agent Runtime v0.3.6 is a patch release that refreshes the Agent standards ecosystem after Agent Policy became a current published standard.
44

55
## Highlights
66

7-
- Fixes localized homepage LLM entrypoint links for GitHub Pages repository-base deployments.
8-
- Fixes the documentation logo asset path under repository-base deployments.
9-
- Keeps the localized home page layout correction from v0.3.4.
10-
- Keeps the core Agent Runtime specification compatible with v0.3.4.
11-
- Updates version snapshots and package metadata.
7+
- Adds Agent Policy to the current standards table and boundary map.
8+
- Removes Agent Policy from the future-candidate list.
9+
- Adds Agent Policy to README related-standard links.
10+
- Updates `llms.txt`, `llms-full.txt`, and public LLM copies so AI clients can discover Agent Policy.
11+
- Adds version snapshot pages for v0.3.6.
1212

13-
## Validation
13+
## Links
1414

15-
- `VITEPRESS_BASE` repository-base build
16-
- Localized homepage layout checks
17-
- LLM file consistency checks
18-
- `git diff --check`
19-
- `npm audit --omit=dev`
20-
- `npm pack --dry-run`
15+
- Documentation: https://limecloud.github.io/agentruntime/
16+
- Agent Policy: https://limecloud.github.io/agentpolicy/
17+
- LLM context: https://limecloud.github.io/agentruntime/llms-full.txt

docs/.vitepress/config.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ const enNav = [
1111
text: 'Version',
1212
items: [
1313
{ text: 'latest', link: '/en/specification' },
14+
{ text: 'v0.3.6 overview', link: '/en/versions/v0.3.6/overview' },
15+
{ text: 'v0.3.6 specification', link: '/en/versions/v0.3.6/specification' },
16+
{ text: 'v0.3.6 changelog', link: '/en/versions/v0.3.6/changelog' },
1417
{ text: 'v0.3.5 overview', link: '/en/versions/v0.3.5/overview' },
1518
{ text: 'v0.3.5', link: '/en/versions/v0.3.5/specification' },
1619
{ text: 'v0.3.4 overview', link: '/en/versions/v0.3.4/overview' },
@@ -40,6 +43,9 @@ const zhNav = [
4043
text: '版本',
4144
items: [
4245
{ text: 'latest', link: '/zh/specification' },
46+
{ text: 'v0.3.6 概览', link: '/zh/versions/v0.3.6/overview' },
47+
{ text: 'v0.3.6 规范', link: '/zh/versions/v0.3.6/specification' },
48+
{ text: 'v0.3.6 变更记录', link: '/zh/versions/v0.3.6/changelog' },
4349
{ text: 'v0.3.5 概览', link: '/zh/versions/v0.3.5/overview' },
4450
{ text: 'v0.3.5', link: '/zh/versions/v0.3.5/specification' },
4551
{ text: 'v0.3.4 概览', link: '/zh/versions/v0.3.4/overview' },
@@ -121,6 +127,9 @@ const enSidebar = [
121127
{
122128
text: 'Versions',
123129
items: [
130+
{ text: 'v0.3.6 overview', link: '/en/versions/v0.3.6/overview' },
131+
{ text: 'v0.3.6 specification', link: '/en/versions/v0.3.6/specification' },
132+
{ text: 'v0.3.6 changelog', link: '/en/versions/v0.3.6/changelog' },
124133
{ text: 'v0.3.5 overview', link: '/en/versions/v0.3.5/overview' },
125134
{ text: 'v0.3.5 specification', link: '/en/versions/v0.3.5/specification' },
126135
{ text: 'v0.3.5 changelog', link: '/en/versions/v0.3.5/changelog' },
@@ -210,6 +219,9 @@ const zhSidebar = [
210219
{
211220
text: '版本',
212221
items: [
222+
{ text: 'v0.3.6 概览', link: '/zh/versions/v0.3.6/overview' },
223+
{ text: 'v0.3.6 规范', link: '/zh/versions/v0.3.6/specification' },
224+
{ text: 'v0.3.6 变更记录', link: '/zh/versions/v0.3.6/changelog' },
213225
{ text: 'v0.3.5 概览', link: '/zh/versions/v0.3.5/overview' },
214226
{ text: 'v0.3.5 规范', link: '/zh/versions/v0.3.5/specification' },
215227
{ text: 'v0.3.5 变更记录', link: '/zh/versions/v0.3.5/changelog' },

docs/en/reference/agent-ecosystem.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Agent standards ecosystem
3-
description: Mutual links across Agent Knowledge, Agent UI, Agent Runtime, and Agent Evidence.
3+
description: Mutual links across Agent Knowledge, Agent UI, Agent Runtime, Agent Evidence, and Agent Policy.
44
---
55

66
# Agent Standards Ecosystem
@@ -23,6 +23,7 @@ Runtime accepts, executes, observes, controls, resumes, and audits agent work.
2323
| Agent UI | Interaction surfaces for agent products. | [site](https://limecloud.github.io/agentui/) | [llms-full](https://limecloud.github.io/agentui/llms-full.txt) | [repo](https://github.com/limecloud/agentui) |
2424
| Agent Runtime | Execution facts, controls, tasks, tools, and recovery. | [site](https://limecloud.github.io/agentruntime/) | [llms-full](https://limecloud.github.io/agentruntime/llms-full.txt) | [repo](https://github.com/limecloud/agentruntime) |
2525
| Agent Evidence | Evidence, provenance, verification, review, replay, and export. | [site](https://limecloud.github.io/agentevidence/) | [llms-full](https://limecloud.github.io/agentevidence/llms-full.txt) | [repo](https://github.com/limecloud/agentevidence) |
26+
| Agent Policy | Risk, permission, approval, retention, waiver, access, and policy decision facts. | [site](https://limecloud.github.io/agentpolicy/) | [llms-full](https://limecloud.github.io/agentpolicy/llms-full.txt) | [repo](https://github.com/limecloud/agentpolicy) |
2627

2728
## Boundary rule
2829

@@ -31,6 +32,7 @@ Agent Knowledge -> what durable source-grounded context an agent can use
3132
Agent Runtime -> how agent work is accepted, executed, controlled, and resumed
3233
Agent UI -> how agent work is projected into user-visible surfaces
3334
Agent Evidence -> why an agent outcome can be trusted, reviewed, replayed, and exported
35+
Agent Policy -> whether an agent action may proceed and under which constraints
3436
```
3537

3638
No standard should become the whole stack. A compatible implementation should preserve native ids and link across standards with refs.
@@ -41,7 +43,6 @@ No standard should become the whole stack. A compatible implementation should pr
4143
| --- | --- |
4244
| Agent Artifact | Generated deliverables, versions, diffs, previews, exports, and handoff refs. |
4345
| Agent Tool | Capability declarations, permissions, progress, results, large outputs, and audit refs. |
44-
| Agent Policy | Risk, permission, approval, retention, waiver, and access decisions. |
4546
| Agent Context | Working context, memory, compaction, missing context, and source selection boundaries. |
4647
| Agent Evaluation | Acceptance scenarios, rubrics, eval runs, quality gates, and evidence-backed benchmark records. |
4748
| Agent Workflow | Portable multi-step work plans, scene launches, background jobs, and handoff states. |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: v0.3.6 changelog
3+
description: Agent Runtime v0.3.6 changelog.
4+
---
5+
6+
# v0.3.6 Changelog
7+
8+
Patch release.
9+
10+
## Added
11+
12+
- Agent Policy is now listed as a current related standard.
13+
- README, ecosystem pages, version navigation, and LLM entrypoints now link to Agent Policy.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: v0.3.6 overview
3+
description: Agent Runtime v0.3.6 release overview.
4+
---
5+
6+
# v0.3.6 Overview
7+
8+
Agent Runtime v0.3.6 is a patch release for standards-ecosystem discovery. It promotes Agent Policy to the current standards map and refreshes README, version navigation, and LLM entrypoints.
9+
10+
## Included
11+
12+
- Agent Policy link in current standards tables.
13+
- Updated boundary map with the policy decision layer.
14+
- LLM entrypoint refresh for AI clients.
15+
- No breaking protocol changes to Agent Runtime.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: v0.3.6 specification
3+
description: Versioned Agent Runtime v0.3.6 specification note.
4+
---
5+
6+
# v0.3.6 Specification
7+
8+
This release does not change the core Agent Runtime protocol semantics. The latest specification remains the normative draft for this version.
9+
10+
See the [latest specification](../../specification) and the [Agent standards ecosystem](../../reference/agent-ecosystem) page for the updated Agent Policy link.

docs/public/llm-full.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,6 +1597,7 @@ Runtime accepts, executes, observes, controls, resumes, and audits agent work.
15971597
| Agent UI | Interaction surfaces for agent products. | [site](https://limecloud.github.io/agentui/) | [llms-full](https://limecloud.github.io/agentui/llms-full.txt) | [repo](https://github.com/limecloud/agentui) |
15981598
| Agent Runtime | Execution facts, controls, tasks, tools, and recovery. | [site](https://limecloud.github.io/agentruntime/) | [llms-full](https://limecloud.github.io/agentruntime/llms-full.txt) | [repo](https://github.com/limecloud/agentruntime) |
15991599
| Agent Evidence | Evidence, provenance, verification, review, replay, and export. | [site](https://limecloud.github.io/agentevidence/) | [llms-full](https://limecloud.github.io/agentevidence/llms-full.txt) | [repo](https://github.com/limecloud/agentevidence) |
1600+
| Agent Policy | Risk, permission, approval, retention, waiver, access, and policy decision facts. | [site](https://limecloud.github.io/agentpolicy/) | [llms-full](https://limecloud.github.io/agentpolicy/llms-full.txt) | [repo](https://github.com/limecloud/agentpolicy) |
16001601

16011602
## Boundary rule
16021603

@@ -1605,6 +1606,7 @@ Agent Knowledge -> what durable source-grounded context an agent can use
16051606
Agent Runtime -> how agent work is accepted, executed, controlled, and resumed
16061607
Agent UI -> how agent work is projected into user-visible surfaces
16071608
Agent Evidence -> why an agent outcome can be trusted, reviewed, replayed, and exported
1609+
Agent Policy -> whether an agent action may proceed and under which constraints
16081610
```
16091611

16101612
No standard should become the whole stack. A compatible implementation should preserve native ids and link across standards with refs.
@@ -1615,7 +1617,6 @@ No standard should become the whole stack. A compatible implementation should pr
16151617
| --- | --- |
16161618
| Agent Artifact | Generated deliverables, versions, diffs, previews, exports, and handoff refs. |
16171619
| Agent Tool | Capability declarations, permissions, progress, results, large outputs, and audit refs. |
1618-
| Agent Policy | Risk, permission, approval, retention, waiver, and access decisions. |
16191620
| Agent Context | Working context, memory, compaction, missing context, and source selection boundaries. |
16201621
| Agent Evaluation | Acceptance scenarios, rubrics, eval runs, quality gates, and evidence-backed benchmark records. |
16211622
| Agent Workflow | Portable multi-step work plans, scene launches, background jobs, and handoff states. |

docs/public/llm.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,13 @@ Use this file as the concise navigation index for LLMs. Use `llms-full.txt` when
4747

4848
## Ecosystem
4949

50-
- [Agent standards ecosystem](https://limecloud.github.io/agentruntime/en/reference/agent-ecosystem): Mutual links across Agent Knowledge, Agent UI, Agent Runtime, and Agent Evidence.
50+
- [Agent standards ecosystem](https://limecloud.github.io/agentruntime/en/reference/agent-ecosystem): Mutual links across Agent Knowledge, Agent UI, Agent Runtime, Agent Evidence, and Agent Policy.
51+
- [Agent Policy](https://limecloud.github.io/agentpolicy/): Policy decisions, approvals, permissions, risk, retention, waivers, and traces.
5152

5253
## Versions
5354

55+
- [v0.3.6 overview](https://limecloud.github.io/agentruntime/en/versions/v0.3.6/overview): Latest released version overview.
56+
- [v0.3.6 specification snapshot](https://limecloud.github.io/agentruntime/en/versions/v0.3.6/specification): Latest released specification snapshot.
5457
- [v0.3.5 overview](https://limecloud.github.io/agentruntime/en/versions/v0.3.5/overview): Latest released version overview.
5558
- [v0.3.5 specification snapshot](https://limecloud.github.io/agentruntime/en/versions/v0.3.5/specification): Latest released specification snapshot.
5659
- [v0.3.4 overview](https://limecloud.github.io/agentruntime/en/versions/v0.3.4/overview): Previous released version overview.

0 commit comments

Comments
 (0)