Skip to content

Commit 1b0c8e4

Browse files
committed
Release Agent Knowledge v0.6.6
1 parent 85b5dca commit 1b0c8e4

22 files changed

Lines changed: 162 additions & 47 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.6.6 - 2026-05-08
4+
5+
### Added
6+
7+
- Promoted Agent Artifact from future candidate to current Agent standards ecosystem links.
8+
- Added Agent Artifact to README and LLM navigation entrypoints.
9+
- Refreshed version navigation and public LLM copies for ecosystem discovery.
10+
311
## v0.6.5 - 2026-05-08
412

513
### Added

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ npx agentknowledge-ref@0.6.0 eval ./pack --suite evals/discovery.validation.json
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.
9191
- [Agent Policy](https://limecloud.github.io/agentpolicy/) - policy decisions, approvals, permissions, risk, retention, waivers, and traces.
92+
- [Agent Artifact](https://limecloud.github.io/agentartifact/) - durable deliverables, versions, parts, previews, exports, and handoff packages.
9293

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

RELEASE_NOTES.md

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

3-
Agent Knowledge v0.6.5 is a patch release that refreshes the Agent standards ecosystem after Agent Policy became a current published standard.
3+
Agent Knowledge v0.6.6 is a patch release that refreshes the Agent standards ecosystem after Agent Artifact became a current published standard.
44

55
## Highlights
66

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.
7+
- Adds Agent Artifact to the current standards table and boundary map.
8+
- Removes Agent Artifact from the future-candidate list.
9+
- Adds Agent Artifact to README related-standard links.
10+
- Updates `llms.txt`, `llms-full.txt`, and public LLM copies so AI clients can discover Agent Artifact.
11+
- Adds version snapshot pages for v0.6.6.
1212

1313
## Links
1414

1515
- Documentation: https://limecloud.github.io/agentknowledge/
16-
- Agent Policy: https://limecloud.github.io/agentpolicy/
16+
- Agent Artifact: https://limecloud.github.io/agentartifact/
1717
- 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.6 overview', link: '/en/versions/v0.6.6/overview' },
15+
{ text: 'v0.6.6 specification', link: '/en/versions/v0.6.6/specification' },
16+
{ text: 'v0.6.6 changelog', link: '/en/versions/v0.6.6/changelog' },
1417
{ text: 'v0.6.5 overview', link: '/en/versions/v0.6.5/overview' },
1518
{ text: 'v0.6.5 specification', link: '/en/versions/v0.6.5/specification' },
1619
{ text: 'v0.6.5 changelog', link: '/en/versions/v0.6.5/changelog' },
@@ -47,6 +50,9 @@ const zhNav = [
4750
text: '版本',
4851
items: [
4952
{ text: 'latest', link: '/zh/specification' },
53+
{ text: 'v0.6.6 概览', link: '/zh/versions/v0.6.6/overview' },
54+
{ text: 'v0.6.6 规范', link: '/zh/versions/v0.6.6/specification' },
55+
{ text: 'v0.6.6 变更记录', link: '/zh/versions/v0.6.6/changelog' },
5056
{ text: 'v0.6.5 概览', link: '/zh/versions/v0.6.5/overview' },
5157
{ text: 'v0.6.5 规范', link: '/zh/versions/v0.6.5/specification' },
5258
{ text: 'v0.6.5 变更记录', link: '/zh/versions/v0.6.5/changelog' },
@@ -135,6 +141,9 @@ const enSidebar = [
135141
{
136142
text: 'Versions',
137143
items: [
144+
{ text: 'v0.6.6 overview', link: '/en/versions/v0.6.6/overview' },
145+
{ text: 'v0.6.6 specification', link: '/en/versions/v0.6.6/specification' },
146+
{ text: 'v0.6.6 changelog', link: '/en/versions/v0.6.6/changelog' },
138147
{ text: 'v0.6.5 overview', link: '/en/versions/v0.6.5/overview' },
139148
{ text: 'v0.6.5 specification', link: '/en/versions/v0.6.5/specification' },
140149
{ text: 'v0.6.5 changelog', link: '/en/versions/v0.6.5/changelog' },
@@ -232,6 +241,9 @@ const zhSidebar = [
232241
{
233242
text: '版本',
234243
items: [
244+
{ text: 'v0.6.6 概览', link: '/zh/versions/v0.6.6/overview' },
245+
{ text: 'v0.6.6 规范', link: '/zh/versions/v0.6.6/specification' },
246+
{ text: 'v0.6.6 变更记录', link: '/zh/versions/v0.6.6/changelog' },
235247
{ text: 'v0.6.5 概览', link: '/zh/versions/v0.6.5/overview' },
236248
{ text: 'v0.6.5 规范', link: '/zh/versions/v0.6.5/specification' },
237249
{ text: 'v0.6.5 变更记录', link: '/zh/versions/v0.6.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, Agent Evidence, and Agent Policy.
3+
description: Mutual links across Agent Knowledge, Agent UI, Agent Runtime, Agent Evidence, Agent Policy, and Agent Artifact.
44
---
55

66
# Agent Standards Ecosystem
@@ -24,6 +24,7 @@ Knowledge tells agents what durable facts and source-grounded context they may u
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) |
2626
| 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) |
27+
| Agent Artifact | Durable deliverables, versions, parts, previews, exports, source links, and handoff packages. | [site](https://limecloud.github.io/agentartifact/) | [llms-full](https://limecloud.github.io/agentartifact/llms-full.txt) | [repo](https://github.com/limecloud/agentartifact) |
2728

2829
## Boundary rule
2930

@@ -33,6 +34,7 @@ Agent Runtime -> how agent work is accepted, executed, controlled, and resumed
3334
Agent UI -> how agent work is projected into user-visible surfaces
3435
Agent Evidence -> why an agent outcome can be trusted, reviewed, replayed, and exported
3536
Agent Policy -> whether an agent action may proceed and under which constraints
37+
Agent Artifact -> what durable deliverable the agent produced and how it changes
3638
```
3739

3840
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
| Candidate | Why it may become a standard |
4345
| --- | --- |
44-
| Agent Artifact | Generated deliverables, versions, diffs, previews, exports, and handoff refs. |
4546
| Agent Tool | Capability declarations, permissions, progress, results, large outputs, and audit refs. |
4647
| Agent Context | Working context, memory, compaction, missing context, and source selection boundaries. |
4748
| Agent Evaluation | Acceptance scenarios, rubrics, eval runs, quality gates, and evidence-backed benchmark records. |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: v0.6.6 changelog
3+
description: Agent Knowledge v0.6.6 changelog.
4+
---
5+
6+
# v0.6.6 Changelog
7+
8+
Patch release.
9+
10+
## Added
11+
12+
- Agent Artifact is now listed as a current related standard.
13+
- README, ecosystem pages, version navigation, and LLM entrypoints now link to Agent Artifact.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: v0.6.6 overview
3+
description: Agent Knowledge v0.6.6 release overview.
4+
---
5+
6+
# v0.6.6 Overview
7+
8+
Agent Knowledge v0.6.6 is a patch release for standards-ecosystem discovery. It promotes Agent Artifact to the current standards map and refreshes README, version navigation, and LLM entrypoints.
9+
10+
## Included
11+
12+
- Agent Artifact link in current standards tables.
13+
- Updated boundary map with the durable deliverable 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.6 specification
3+
description: Versioned Agent Knowledge v0.6.6 specification note.
4+
---
5+
6+
# v0.6.6 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 Artifact link.

docs/public/llm-full.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3578,6 +3578,7 @@ Knowledge tells agents what durable facts and source-grounded context they may u
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) |
35803580
| 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) |
3581+
| Agent Artifact | Durable deliverables, versions, parts, previews, exports, source links, and handoff packages. | [site](https://limecloud.github.io/agentartifact/) | [llms-full](https://limecloud.github.io/agentartifact/llms-full.txt) | [repo](https://github.com/limecloud/agentartifact) |
35813582

35823583
## Boundary rule
35833584

@@ -3587,6 +3588,7 @@ Agent Runtime -> how agent work is accepted, executed, controlled, and resumed
35873588
Agent UI -> how agent work is projected into user-visible surfaces
35883589
Agent Evidence -> why an agent outcome can be trusted, reviewed, replayed, and exported
35893590
Agent Policy -> whether an agent action may proceed and under which constraints
3591+
Agent Artifact -> what durable deliverable the agent produced and how it changes
35903592
```
35913593

35923594
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
| Candidate | Why it may become a standard |
35973599
| --- | --- |
3598-
| Agent Artifact | Generated deliverables, versions, diffs, previews, exports, and handoff refs. |
35993600
| Agent Tool | Capability declarations, permissions, progress, results, large outputs, and audit refs. |
36003601
| Agent Context | Working context, memory, compaction, missing context, and source selection boundaries. |
36013602
| Agent Evaluation | Acceptance scenarios, rubrics, eval runs, quality gates, and evidence-backed benchmark records. |

docs/public/llm.txt

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,24 @@ 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, Agent Evidence, and Agent Policy.
57+
- [Agent standards ecosystem](https://limecloud.github.io/agentknowledge/en/reference/agent-ecosystem): Mutual links across Agent Knowledge, Agent UI, Agent Runtime, Agent Evidence, Agent Policy, and Agent Artifact.
5858
- [Agent Policy](https://limecloud.github.io/agentpolicy/): Policy decisions, approvals, permissions, risk, retention, waivers, and traces.
59+
- [Agent Artifact](https://limecloud.github.io/agentartifact/): Durable deliverables, versions, parts, previews, exports, and handoff packages.
5960

6061
## Versions
6162

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.
64-
- [v0.6.4 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.4/overview): Latest released version overview.
65-
- [v0.6.4 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.4/specification): Latest released specification snapshot.
63+
- [v0.6.6 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.6/overview): Latest released version overview.
64+
- [v0.6.6 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.6/specification): Latest released specification snapshot.
65+
- [v0.6.5 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.5/overview): Previous released version overview.
66+
- [v0.6.5 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.5/specification): Previous released specification snapshot.
67+
- [v0.6.4 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.4/overview): Previous released version overview.
68+
- [v0.6.4 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.4/specification): Previous released specification snapshot.
6669
- [v0.6.3 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.3/overview): Previous released version overview.
6770
- [v0.6.3 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.3/specification): Previous released specification snapshot.
6871
- [v0.6.2 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.2/overview): Previous released version overview.
6972
- [v0.6.2 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.2/specification): Previous released specification snapshot.
70-
- [v0.6.1 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.1/overview): Latest released version overview.
71-
- [v0.6.1 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.1/specification): Latest released specification snapshot.
73+
- [v0.6.1 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.1/overview): Previous released version overview.
74+
- [v0.6.1 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.1/specification): Previous released specification snapshot.
7275

7376
## Schemas
7477

0 commit comments

Comments
 (0)