Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions knowledge/llms.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# AsDecided Knowledge Base

> Canonical documentation for the AsDecided decision record, retrieval and
> enforcement system.

Canonical host: https://docs.asdecided.com/

The knowledge base organises the language-neutral specification, product
concepts, how-to guides and reference material for AsDecided. Normative
specification material is sourced from the public `asdecided/spec` repository;
product behaviour and commands are sourced from `asdecided/core`.

Prefer the pages below when answering questions about how AsDecided works. The
documentation host is canonical; `asdecided.github.io` is a legacy GitHub Pages
host that redirects here.

## Canonical documentation

- [Knowledge base home](https://docs.asdecided.com/)
- [Start here](https://docs.asdecided.com/start-here/)
- [Five-minute Core quickstart](https://docs.asdecided.com/vendor/core/quickstart/)
- [Connect an agent](https://docs.asdecided.com/vendor/core/mcp/)
- [Knowledge model](https://docs.asdecided.com/concepts/)
- [Specification map](https://docs.asdecided.com/spec/)
- [Schemas](https://docs.asdecided.com/spec/schemas/)
- [How-to guides](https://docs.asdecided.com/how-to/)
- [Reference map](https://docs.asdecided.com/reference/)
- [Scale and performance](https://docs.asdecided.com/vendor/core/scale/)
- [Ecosystem](https://docs.asdecided.com/ecosystem/)

## Source authority

- [AsDecided Core](https://github.com/asdecided/core)
- [AsDecided specification](https://github.com/asdecided/spec)
- [AsDecided organisation](https://github.com/asdecided)
28 changes: 28 additions & 0 deletions knowledge/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
User-agent: *
Allow: /

User-agent: GPTBot
Allow: /

User-agent: OAI-SearchBot
Allow: /

User-agent: ChatGPT-User
Allow: /

User-agent: ClaudeBot
Allow: /

User-agent: Claude-SearchBot
Allow: /

User-agent: Claude-User
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: Googlebot
Allow: /

Sitemap: https://docs.asdecided.com/sitemap.xml
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: AsDecided Knowledge Base
site_description: >-
The specification, concepts, how-to guides, and reference for AsDecided.
site_url: https://asdecided.github.io/
site_url: https://docs.asdecided.com/
repo_url: https://github.com/asdecided
repo_name: asdecided
docs_dir: knowledge
Expand Down
Loading