Skip to content

Commit 6cc306d

Browse files
committed
Release Agent Knowledge v0.6.4
1 parent dfa290e commit 6cc306d

20 files changed

Lines changed: 180 additions & 61 deletions

RELEASE_NOTES.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# Agent Knowledge v0.6.3
1+
# Agent Knowledge v0.6.4
22

3-
Agent Knowledge v0.6.3 fixes and polishes the localized documentation home pages so `/en/` and `/zh/` are proper landing pages for readers and AI clients instead of long overview pages.
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.
44

55
## Highlights
66

7-
- Fixes Simplified Chinese homepage rendering by using proper VitePress home layout for localized index pages.
8-
- Refines English and Simplified Chinese home pages with concise hero actions, quick links, ecosystem links, and LLM entrypoints.
9-
- Keeps the core Agent Knowledge specification compatible with v0.6.2.
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.
1011
- Updates version snapshots and package metadata.
1112

1213
## Validation
1314

14-
- `npm run build`
15-
- Repository-base `VITEPRESS_BASE` build
15+
- `VITEPRESS_BASE` repository-base build
16+
- Localized homepage layout checks
17+
- LLM file consistency checks
18+
- `git diff --check`
1619
- `npm audit --omit=dev`
1720
- `npm pack --dry-run`
18-
- LLM file consistency checks
19-
- Localized homepage layout checks

docs/.vitepress/config.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ const enNav = [
1111
text: 'Version',
1212
items: [
1313
{ text: 'latest', link: '/en/specification' },
14+
{ text: 'v0.6.4 overview', link: '/en/versions/v0.6.4/overview' },
15+
{ text: 'v0.6.4', link: '/en/versions/v0.6.4/specification' },
1416
{ text: 'v0.6.3 overview', link: '/en/versions/v0.6.3/overview' },
1517
{ text: 'v0.6.3', link: '/en/versions/v0.6.3/specification' },
1618
{ text: 'v0.6.2 overview', link: '/en/versions/v0.6.2/overview' },
@@ -42,6 +44,8 @@ const zhNav = [
4244
text: '版本',
4345
items: [
4446
{ text: 'latest', link: '/zh/specification' },
47+
{ text: 'v0.6.4 概览', link: '/zh/versions/v0.6.4/overview' },
48+
{ text: 'v0.6.4', link: '/zh/versions/v0.6.4/specification' },
4549
{ text: 'v0.6.3 概览', link: '/zh/versions/v0.6.3/overview' },
4650
{ text: 'v0.6.3', link: '/zh/versions/v0.6.3/specification' },
4751
{ text: 'v0.6.2 概览', link: '/zh/versions/v0.6.2/overview' },
@@ -125,6 +129,9 @@ const enSidebar = [
125129
{
126130
text: 'Versions',
127131
items: [
132+
{ text: 'v0.6.4 overview', link: '/en/versions/v0.6.4/overview' },
133+
{ text: 'v0.6.4 specification', link: '/en/versions/v0.6.4/specification' },
134+
{ text: 'v0.6.4 changelog', link: '/en/versions/v0.6.4/changelog' },
128135
{ text: 'v0.6.3 overview', link: '/en/versions/v0.6.3/overview' },
129136
{ text: 'v0.6.3 specification', link: '/en/versions/v0.6.3/specification' },
130137
{ text: 'v0.6.3 changelog', link: '/en/versions/v0.6.3/changelog' },
@@ -216,6 +223,9 @@ const zhSidebar = [
216223
{
217224
text: '版本',
218225
items: [
226+
{ text: 'v0.6.4 概览', link: '/zh/versions/v0.6.4/overview' },
227+
{ text: 'v0.6.4 规范', link: '/zh/versions/v0.6.4/specification' },
228+
{ text: 'v0.6.4 变更记录', link: '/zh/versions/v0.6.4/changelog' },
219229
{ text: 'v0.6.3 概览', link: '/zh/versions/v0.6.3/overview' },
220230
{ text: 'v0.6.3 规范', link: '/zh/versions/v0.6.3/specification' },
221231
{ text: 'v0.6.3 变更记录', link: '/zh/versions/v0.6.3/changelog' },
@@ -305,7 +315,7 @@ export default defineConfig({
305315
}
306316
},
307317
themeConfig: {
308-
logo: `${base}favicon.svg`,
318+
logo: '/favicon.svg',
309319
siteTitle: 'Agent Knowledge',
310320
search: { provider: 'local' },
311321
footer: {

docs/en/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ hero:
1919
link: /en/reference/agent-ecosystem
2020
- theme: alt
2121
text: LLM full context
22-
link: /llms-full.txt
22+
link: ../llms-full.txt
2323

2424
features:
2525
- title: File-first packs
@@ -58,9 +58,9 @@ features:
5858

5959
## For AI Clients
6060

61-
- [llms.txt](/llms.txt): concise navigation index.
62-
- [llms-full.txt](/llms-full.txt): current English core documentation in one file.
63-
- [llm.txt](/llm.txt) and [llm-full.txt](/llm-full.txt): compatibility aliases.
61+
- [llms.txt](../llms.txt): concise navigation index.
62+
- [llms-full.txt](../llms-full.txt): current English core documentation in one file.
63+
- [llm.txt](../llm.txt) and [llm-full.txt](../llm-full.txt): compatibility aliases.
6464

6565
## Agent Standards Ecosystem
6666

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: v0.6.4 changelog
3+
description: Agent Knowledge v0.6.4 changelog.
4+
---
5+
6+
# v0.6.4 changelog
7+
8+
## Fixed
9+
10+
- Fixed `/en/` and `/zh/` home page LLM entrypoint links for GitHub Pages repository-base deployments.
11+
- Fixed documentation logo asset paths for repository-base deployments.
12+
13+
## Changed
14+
15+
- Updated package version, release notes, LLM indexes, and version navigation to v0.6.4.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: v0.6.4 overview
3+
description: Agent Knowledge v0.6.4 release overview.
4+
---
5+
6+
# Agent Knowledge v0.6.4
7+
8+
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.
9+
10+
## Highlights
11+
12+
- Fixes LLM entrypoint links on `/en/` and `/zh/` home pages so they resolve inside the deployed project base path.
13+
- Fixes the documentation logo path for GitHub Pages repository-base deployments.
14+
- Keeps the localized home page structure introduced in v0.6.3.
15+
- Keeps the core Agent Knowledge specification compatible with v0.6.3.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: v0.6.4 specification snapshot
3+
description: Agent Knowledge v0.6.4 specification snapshot.
4+
---
5+
6+
# v0.6.4 specification snapshot
7+
8+
v0.6.4 is a documentation asset-link correction release. The core Agent Knowledge specification remains compatible with v0.6.3.
9+
10+
## Homepage asset-link contract
11+
12+
Compatible documentation SHOULD keep repository-base deployments safe by using:
13+
14+
- Base-aware or VitePress-managed logo asset paths.
15+
- Relative links for root public LLM files from localized `/en/` and `/zh/` home pages.
16+
- Local build checks that verify localized home pages render without sidebar or aside navigation.
17+
18+
## Current specification
19+
20+
- [Latest specification](../../specification.md)

docs/public/llm-full.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3616,16 +3616,16 @@ These candidates should remain design notes until they can be specified without
36163616

36173617
External protocols are references, not ownership transfers. The Agent standards should preserve their native ids and semantics while defining agent-specific relationships.
36183618

3619-
# Agent Knowledge v0.6.3
3620-
Source: https://limecloud.github.io/agentknowledge/en/versions/v0.6.3/overview
3619+
# Agent Knowledge v0.6.4
3620+
Source: https://limecloud.github.io/agentknowledge/en/versions/v0.6.4/overview
36213621

3622-
# Agent Knowledge v0.6.3
3622+
# Agent Knowledge v0.6.4
36233623

3624-
Agent Knowledge v0.6.3 fixes and polishes the localized documentation home pages so `/en/` and `/zh/` are proper landing pages for readers and AI clients instead of long overview pages.
3624+
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.
36253625

36263626
## Highlights
36273627

3628-
- Converts localized index pages into proper `layout: home` landing pages.
3629-
- Adds clearer hero actions for the specification, quickstart, standards ecosystem, and LLM context.
3630-
- Keeps the homepage concise while routing detailed concepts to dedicated documentation pages.
3631-
- Keeps the core Agent Knowledge specification compatible with v0.6.2.
3628+
- Fixes LLM entrypoint links on localized home pages for repository-base deployments.
3629+
- Fixes documentation logo asset paths for repository-base deployments.
3630+
- Keeps the localized home page structure introduced in v0.6.3.
3631+
- Keeps the core Agent Knowledge specification compatible with v0.6.3.

docs/public/llm.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ Use this file as the concise navigation index for LLMs. Use `llms-full.txt` when
5858

5959
## Versions
6060

61-
- [v0.6.3 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.3/overview): Latest released version overview.
62-
- [v0.6.3 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.3/specification): Latest released specification snapshot.
61+
- [v0.6.4 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.4/overview): Latest released version overview.
62+
- [v0.6.4 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.4/specification): Latest released specification snapshot.
63+
- [v0.6.3 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.3/overview): Previous released version overview.
64+
- [v0.6.3 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.3/specification): Previous released specification snapshot.
6365
- [v0.6.2 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.2/overview): Previous released version overview.
6466
- [v0.6.2 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.2/specification): Previous released specification snapshot.
6567
- [v0.6.1 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.1/overview): Latest released version overview.

docs/public/llms-full.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3616,16 +3616,16 @@ These candidates should remain design notes until they can be specified without
36163616

36173617
External protocols are references, not ownership transfers. The Agent standards should preserve their native ids and semantics while defining agent-specific relationships.
36183618

3619-
# Agent Knowledge v0.6.3
3620-
Source: https://limecloud.github.io/agentknowledge/en/versions/v0.6.3/overview
3619+
# Agent Knowledge v0.6.4
3620+
Source: https://limecloud.github.io/agentknowledge/en/versions/v0.6.4/overview
36213621

3622-
# Agent Knowledge v0.6.3
3622+
# Agent Knowledge v0.6.4
36233623

3624-
Agent Knowledge v0.6.3 fixes and polishes the localized documentation home pages so `/en/` and `/zh/` are proper landing pages for readers and AI clients instead of long overview pages.
3624+
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.
36253625

36263626
## Highlights
36273627

3628-
- Converts localized index pages into proper `layout: home` landing pages.
3629-
- Adds clearer hero actions for the specification, quickstart, standards ecosystem, and LLM context.
3630-
- Keeps the homepage concise while routing detailed concepts to dedicated documentation pages.
3631-
- Keeps the core Agent Knowledge specification compatible with v0.6.2.
3628+
- Fixes LLM entrypoint links on localized home pages for repository-base deployments.
3629+
- Fixes documentation logo asset paths for repository-base deployments.
3630+
- Keeps the localized home page structure introduced in v0.6.3.
3631+
- Keeps the core Agent Knowledge specification compatible with v0.6.3.

docs/public/llms.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ Use this file as the concise navigation index for LLMs. Use `llms-full.txt` when
5858

5959
## Versions
6060

61-
- [v0.6.3 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.3/overview): Latest released version overview.
62-
- [v0.6.3 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.3/specification): Latest released specification snapshot.
61+
- [v0.6.4 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.4/overview): Latest released version overview.
62+
- [v0.6.4 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.4/specification): Latest released specification snapshot.
63+
- [v0.6.3 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.3/overview): Previous released version overview.
64+
- [v0.6.3 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.3/specification): Previous released specification snapshot.
6365
- [v0.6.2 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.2/overview): Previous released version overview.
6466
- [v0.6.2 specification snapshot](https://limecloud.github.io/agentknowledge/en/versions/v0.6.2/specification): Previous released specification snapshot.
6567
- [v0.6.1 overview](https://limecloud.github.io/agentknowledge/en/versions/v0.6.1/overview): Latest released version overview.

0 commit comments

Comments
 (0)