Skip to content

Commit 85b5dca

Browse files
committed
Release Agent Knowledge v0.6.5
1 parent 6cc306d commit 85b5dca

22 files changed

Lines changed: 142 additions & 29 deletions

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## v0.6.5 - 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.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ npx agentknowledge-ref@0.6.0 eval ./pack --suite evals/discovery.validation.json
8888
- [Agent UI](https://limecloud.github.io/agentui/) - interaction surfaces for agent products.
8989
- [Agent Runtime](https://limecloud.github.io/agentruntime/) - execution facts, controls, tasks, tools, and recovery.
9090
- [Agent Evidence](https://limecloud.github.io/agentevidence/) - evidence, provenance, verification, review, replay, and export.
91+
- [Agent Policy](https://limecloud.github.io/agentpolicy/) - policy decisions, approvals, permissions, risk, retention, waivers, and traces.
9192

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

RELEASE_NOTES.md

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

3-
Agent Knowledge v0.6.4 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 Knowledge v0.6.5 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.6.3.
10-
- Keeps the core Agent Knowledge specification compatible with v0.6.3.
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.6.5.
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/agentknowledge/
16+
- Agent Policy: https://limecloud.github.io/agentpolicy/
17+
- LLM context: https://limecloud.github.io/agentknowledge/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.6.5 overview', link: '/en/versions/v0.6.5/overview' },
15+
{ text: 'v0.6.5 specification', link: '/en/versions/v0.6.5/specification' },
16+
{ text: 'v0.6.5 changelog', link: '/en/versions/v0.6.5/changelog' },
1417
{ text: 'v0.6.4 overview', link: '/en/versions/v0.6.4/overview' },
1518
{ text: 'v0.6.4', link: '/en/versions/v0.6.4/specification' },
1619
{ text: 'v0.6.3 overview', link: '/en/versions/v0.6.3/overview' },
@@ -44,6 +47,9 @@ const zhNav = [
4447
text: '版本',
4548
items: [
4649
{ text: 'latest', link: '/zh/specification' },
50+
{ text: 'v0.6.5 概览', link: '/zh/versions/v0.6.5/overview' },
51+
{ text: 'v0.6.5 规范', link: '/zh/versions/v0.6.5/specification' },
52+
{ text: 'v0.6.5 变更记录', link: '/zh/versions/v0.6.5/changelog' },
4753
{ text: 'v0.6.4 概览', link: '/zh/versions/v0.6.4/overview' },
4854
{ text: 'v0.6.4', link: '/zh/versions/v0.6.4/specification' },
4955
{ text: 'v0.6.3 概览', link: '/zh/versions/v0.6.3/overview' },
@@ -129,6 +135,9 @@ const enSidebar = [
129135
{
130136
text: 'Versions',
131137
items: [
138+
{ text: 'v0.6.5 overview', link: '/en/versions/v0.6.5/overview' },
139+
{ text: 'v0.6.5 specification', link: '/en/versions/v0.6.5/specification' },
140+
{ text: 'v0.6.5 changelog', link: '/en/versions/v0.6.5/changelog' },
132141
{ text: 'v0.6.4 overview', link: '/en/versions/v0.6.4/overview' },
133142
{ text: 'v0.6.4 specification', link: '/en/versions/v0.6.4/specification' },
134143
{ text: 'v0.6.4 changelog', link: '/en/versions/v0.6.4/changelog' },
@@ -223,6 +232,9 @@ const zhSidebar = [
223232
{
224233
text: '版本',
225234
items: [
235+
{ text: 'v0.6.5 概览', link: '/zh/versions/v0.6.5/overview' },
236+
{ text: 'v0.6.5 规范', link: '/zh/versions/v0.6.5/specification' },
237+
{ text: 'v0.6.5 变更记录', link: '/zh/versions/v0.6.5/changelog' },
226238
{ text: 'v0.6.4 概览', link: '/zh/versions/v0.6.4/overview' },
227239
{ text: 'v0.6.4 规范', link: '/zh/versions/v0.6.4/specification' },
228240
{ text: 'v0.6.4 变更记录', link: '/zh/versions/v0.6.4/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 @@ Knowledge tells agents what durable facts and source-grounded context they may u
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.6.5 changelog
3+
description: Agent Knowledge v0.6.5 changelog.
4+
---
5+
6+
# v0.6.5 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.6.5 overview
3+
description: Agent Knowledge v0.6.5 release overview.
4+
---
5+
6+
# v0.6.5 Overview
7+
8+
Agent Knowledge v0.6.5 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 Knowledge.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: v0.6.5 specification
3+
description: Versioned Agent Knowledge v0.6.5 specification note.
4+
---
5+
6+
# v0.6.5 Specification
7+
8+
This release does not change the core Agent Knowledge 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
@@ -3577,6 +3577,7 @@ Knowledge tells agents what durable facts and source-grounded context they may u
35773577
| 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) |
35783578
| 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) |
35793579
| 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) |
3580+
| 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) |
35803581

35813582
## Boundary rule
35823583

@@ -3585,6 +3586,7 @@ Agent Knowledge -> what durable source-grounded context an agent can use
35853586
Agent Runtime -> how agent work is accepted, executed, controlled, and resumed
35863587
Agent UI -> how agent work is projected into user-visible surfaces
35873588
Agent Evidence -> why an agent outcome can be trusted, reviewed, replayed, and exported
3589+
Agent Policy -> whether an agent action may proceed and under which constraints
35883590
```
35893591

35903592
No standard should become the whole stack. A compatible implementation should preserve native ids and link across standards with refs.
@@ -3595,7 +3597,6 @@ No standard should become the whole stack. A compatible implementation should pr
35953597
| --- | --- |
35963598
| Agent Artifact | Generated deliverables, versions, diffs, previews, exports, and handoff refs. |
35973599
| Agent Tool | Capability declarations, permissions, progress, results, large outputs, and audit refs. |
3598-
| Agent Policy | Risk, permission, approval, retention, waiver, and access decisions. |
35993600
| Agent Context | Working context, memory, compaction, missing context, and source selection boundaries. |
36003601
| Agent Evaluation | Acceptance scenarios, rubrics, eval runs, quality gates, and evidence-backed benchmark records. |
36013602
| 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
@@ -54,10 +54,13 @@ Use this file as the concise navigation index for LLMs. Use `llms-full.txt` when
5454

5555
## Ecosystem
5656

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

5960
## Versions
6061

62+
- [v0.6.5 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.5/overview): Latest released version overview.
63+
- [v0.6.5 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.5/specification): Latest released specification snapshot.
6164
- [v0.6.4 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.4/overview): Latest released version overview.
6265
- [v0.6.4 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.4/specification): Latest released specification snapshot.
6366
- [v0.6.3 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.3/overview): Previous released version overview.

0 commit comments

Comments
 (0)