Docs: Normalized ADRs
CI / lint (push) Failing after 17s
CI / quality (push) Successful in 17s
CI / typecheck (push) Successful in 31s
CI / coverage (push) Has been skipped
CI / security (push) Successful in 32s
CI / build (push) Successful in 15s
CI / integration_tests (push) Successful in 4m5s
CI / unit_tests (push) Has been cancelled
CI / docker (push) Has been cancelled

This commit is contained in:
2026-02-18 00:09:45 -05:00
parent b587c3315f
commit 24b475dcec
8 changed files with 15351 additions and 3078 deletions
+5 -4
View File
@@ -1,10 +1,10 @@
# ADR-026: Agent Client Protocol (ACP)
**Status:** Proposed
**Status:** Accepted
**Date:** 2026-02-17
**Supersedes:** None
**Author(s):** CleverAgents Team
**Approver(s):**
**Author(s):** Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com>
**Approver(s):** Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com>
## Context
@@ -128,8 +128,9 @@ Each ACP operation group maps to an Application-layer service:
| Voter | Comment |
|-------|---------|
| Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com> | ACP provides the standardized agent-to-agent communication layer needed for multi-actor orchestration |
**Total: 0**
**Total: 1**
### Votes Against
+5 -4
View File
@@ -1,10 +1,10 @@
# ADR-027: Language Server Protocol (LSP) Integration
**Status:** Proposed
**Status:** Accepted
**Date:** 2026-02-17
**Supersedes:** None
**Author(s):** CleverAgents Team
**Approver(s):**
**Author(s):** Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com>
**Approver(s):** Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com>
## Context
@@ -107,8 +107,9 @@ The LSP server is a long-lived process launched by the editor. It:
| Voter | Comment |
|-------|---------|
| Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com> | LSP integration gives IDE users real-time access to CleverAgents without leaving their editor |
**Total: 0**
**Total: 1**
### Votes Against
+5 -4
View File
@@ -1,10 +1,10 @@
# ADR-028: Agent Skills Standard (AgentSkills.io)
**Status:** Proposed
**Status:** Accepted
**Date:** 2026-02-17
**Supersedes:** None
**Author(s):** CleverAgents Team
**Approver(s):**
**Author(s):** Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com>
**Approver(s):** Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com>
## Context
@@ -121,8 +121,9 @@ This composition is a key design principle: Agent Skills extend the agent's *kno
| Voter | Comment |
|-------|---------|
| Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com> | AgentSkills.io adoption enables a portable skill ecosystem that works across agent frameworks |
**Total: 0**
**Total: 1**
### Votes Against
+5 -4
View File
@@ -1,10 +1,10 @@
# ADR-029: Model Context Protocol (MCP) Adoption
**Status:** Proposed
**Status:** Accepted
**Date:** 2026-02-17
**Supersedes:** None
**Author(s):** CleverAgents Team
**Approver(s):**
**Author(s):** Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com>
**Approver(s):** Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com>
## Context
@@ -141,8 +141,9 @@ Phase 4 — Deactivation:
| Voter | Comment |
|-------|---------|
| Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com> | MCP provides a proven standard for tool integration that aligns with the broader AI tooling ecosystem |
**Total: 0**
**Total: 1**
### Votes Against
@@ -1,10 +1,10 @@
# ADR-030: Skill Abstraction Definition
**Status:** Proposed
**Status:** Accepted
**Date:** 2026-02-17
**Supersedes:** None
**Author(s):** CleverAgents Team
**Approver(s):**
**Author(s):** Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com>
**Approver(s):** Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com>
## Context
@@ -155,8 +155,9 @@ This binding is the only path through which actors acquire tool capabilities. Th
| Voter | Comment |
|-------|---------|
| Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com> | Formalizing skills as YAML-configured tool bundles with context injection gives actors composable capabilities |
**Total: 0**
**Total: 1**
### Votes Against
@@ -1,10 +1,10 @@
# ADR-031: Actor Abstraction Definition
**Status:** Proposed
**Status:** Accepted
**Date:** 2026-02-17
**Supersedes:** None
**Author(s):** CleverAgents Team
**Approver(s):**
**Author(s):** Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com>
**Approver(s):** Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com>
## Context
@@ -186,8 +186,9 @@ There is no mechanism for an actor to gain tool capabilities outside the skill s
| Voter | Comment |
|-------|---------|
| Jeffrey Phillips Freeman <Jeffrey.Freeman@CleverThis.com> | Unifying agents, workflows, and pipelines under the actor-as-graph abstraction eliminates conceptual fragmentation |
**Total: 0**
**Total: 1**
### Votes Against
+15305 -3054
View File
File diff suppressed because it is too large Load Diff
+16
View File
@@ -110,6 +110,22 @@ plugins:
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- codehilite
- toc:
permalink: true