Commit a37a54
2026-06-23 21:23:59 Anonymous: -/-| /dev/null .. kael-changelog.md | |
| @@ 0,0 1,65 @@ | |
| + | # KAEL Changelog |
| + | |
| + | The KAEL Changelog records visible changes to KAEL docs, surfaces, behavior, integrations, and build direction. |
| + | |
| + | <div class="docs-section-heading"> |
| + | <h2>Living update log</h2> |
| + | <p>Use this page to keep KAEL current instead of letting the docs drift away from the build.</p> |
| + | </div> |
| + | |
| + | ## 2026-06-23 |
| + | |
| + | ### Added |
| + | |
| + | - Created the dedicated KAEL docs section. |
| + | - Added the main [[KAEL]] overview page. |
| + | - Added [[KAEL-Build]] to describe how KAEL is being developed. |
| + | - Added [[KAEL-Endpoints]] to document public KAEL-related surfaces. |
| + | - Documented **chat.aethex.tech** as the conversational KAEL entry point. |
| + | - Documented **kael.aethex.tech** as the dedicated KAEL surface. |
| + | |
| + | ### Clarified |
| + | |
| + | - KAEL should be treated as AeThex's intelligence layer, not merely a chatbot. |
| + | - KAEL documentation should distinguish current capability from future intent. |
| + | - Permissioned actions should require authentication, authorization, and auditability. |
| + | |
| + | ### Next documentation tasks |
| + | |
| + | - Add screenshots or interface notes once the public KAEL surfaces stabilize. |
| + | - Document supported commands, flows, or intents when they exist. |
| + | - Add integration notes for Passport, support routing, and developer workflows. |
| + | - Define which KAEL behaviors are experimental, beta, or stable. |
| + | |
| + | ## Changelog rules |
| + | |
| + | When KAEL changes, add an entry with: |
| + | |
| + | 1. Date. |
| + | 2. Surface affected: chat, KAEL site, docs, API, support, or backend. |
| + | 3. Type: added, changed, fixed, removed, security, or experimental. |
| + | 4. Plain-language summary. |
| + | 5. Links to affected docs pages. |
| + | |
| + | ## Entry template |
| + | |
| + | ## YYYY-MM-DD |
| + | |
| + | ### Added |
| + | |
| + | - Summary of new behavior or surface. |
| + | |
| + | ### Changed |
| + | |
| + | - Summary of changed behavior. |
| + | |
| + | ### Fixed |
| + | |
| + | - Summary of resolved issue. |
| + | |
| + | ### Notes |
| + | |
| + | - Any migration, limitation, or follow-up. |
| + | |
| + | > [!NOTE] |
| + | > Keep this changelog factual. Do not describe planned work as shipped work. |