From 8cb85ea36a777a75ff03b5fe9be08826100719f0 Mon Sep 17 00:00:00 2001 From: mdheller <21163552+mdheller@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:43:52 -0400 Subject: [PATCH 1/2] brand(agentplane): add logo asset for landscape submission prep --- assets/agentplane.svg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 assets/agentplane.svg diff --git a/assets/agentplane.svg b/assets/agentplane.svg new file mode 100644 index 0000000..80b1b74 --- /dev/null +++ b/assets/agentplane.svg @@ -0,0 +1,11 @@ + + Agentplane logo + A stacked execution plane mark with a central governed control spine. + + + + + + + + From b1018072ee72fcbcce88372282cc9b1ff5f516d1 Mon Sep 17 00:00:00 2001 From: mdheller <21163552+mdheller@users.noreply.github.com> Date: Fri, 10 Apr 2026 04:45:30 -0400 Subject: [PATCH 2/2] docs(agentplane): capture landscape positioning metadata --- LANDSCAPE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LANDSCAPE.md diff --git a/LANDSCAPE.md b/LANDSCAPE.md new file mode 100644 index 0000000..c5697ad --- /dev/null +++ b/LANDSCAPE.md @@ -0,0 +1,21 @@ +# Agentplane landscape positioning + +Intended category: Workflow Orchestration. + +Reasoning: +- execution control plane for bundle -> validate -> place -> run -> evidence -> replay +- runner-based execution surface +- replay inputs and lifecycle artifacts +- runtime governance and receipt-oriented evidence work already on main + +Summary tag: Open Source. + +Recommended one-line description: +Execution control plane for governed bundles, executor placement, and run/replay evidence artifacts. + +Suggested homepage URL: https://github.com/SocioProphet/agentplane +Suggested repo URL: https://github.com/SocioProphet/agentplane +Suggested logo filename: agentplane.svg +Repo-local logo asset path: assets/agentplane.svg + +This file exists so the external listing work is captured in-repo even before the upstream landscape submission is opened.