From c8d08117c534b11a97d0a503adf5fed2abfbe2e2 Mon Sep 17 00:00:00 2001 From: zeevolution Date: Sun, 12 Apr 2026 19:49:56 -0300 Subject: [PATCH 1/3] Add HypoStage plugin to plugin directory Made-with: Cursor Signed-off-by: zeevolution --- microsite/data/plugins/hypo-stage.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 microsite/data/plugins/hypo-stage.yaml diff --git a/microsite/data/plugins/hypo-stage.yaml b/microsite/data/plugins/hypo-stage.yaml new file mode 100644 index 0000000000..7ff603d09c --- /dev/null +++ b/microsite/data/plugins/hypo-stage.yaml @@ -0,0 +1,11 @@ +--- +title: HypoStage +author: ArchHypo +authorUrl: https://github.com/ArchHypo +category: Discovery +description: Document architectural assumptions, track uncertainty, and validate decisions with hypothesis management, quality attributes, and technical planning. +documentation: https://github.com/ArchHypo/hypo-stage/blob/main/README.md +iconUrl: 'https://avatars.githubusercontent.com/u/241217195?s=400&u=de66fa64fcad1d10f09f7bd2ebacdc9dd12ec9b2&v=4' +npmPackageName: '@archhypo/plugin-hypo-stage' +addedDate: '2026-04-14' +status: active From f21f03ce912169c43496cf10010c61b1e48b19b4 Mon Sep 17 00:00:00 2001 From: zeevolution Date: Sun, 12 Apr 2026 20:00:18 -0300 Subject: [PATCH 2/3] chore(microsite): use repo-hosted HypoStage directory icon URL Made-with: Cursor Signed-off-by: zeevolution --- microsite/data/plugins/hypo-stage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/hypo-stage.yaml b/microsite/data/plugins/hypo-stage.yaml index 7ff603d09c..30c7a75797 100644 --- a/microsite/data/plugins/hypo-stage.yaml +++ b/microsite/data/plugins/hypo-stage.yaml @@ -5,7 +5,7 @@ authorUrl: https://github.com/ArchHypo category: Discovery description: Document architectural assumptions, track uncertainty, and validate decisions with hypothesis management, quality attributes, and technical planning. documentation: https://github.com/ArchHypo/hypo-stage/blob/main/README.md -iconUrl: 'https://avatars.githubusercontent.com/u/241217195?s=400&u=de66fa64fcad1d10f09f7bd2ebacdc9dd12ec9b2&v=4' +iconUrl: 'https://raw.githubusercontent.com/ArchHypo/hypo-stage/main/docs/backstage-directory/icon/hypo-stage.png' npmPackageName: '@archhypo/plugin-hypo-stage' addedDate: '2026-04-14' status: active From c809593c341994149162d3b8a182df88b0297234 Mon Sep 17 00:00:00 2001 From: zeevolution Date: Sun, 12 Apr 2026 20:01:13 -0300 Subject: [PATCH 3/3] chore(microsite): point HypoStage directory docs at v1.0.0 tag Made-with: Cursor Signed-off-by: zeevolution --- microsite/data/plugins/hypo-stage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/hypo-stage.yaml b/microsite/data/plugins/hypo-stage.yaml index 30c7a75797..2fc4f16afe 100644 --- a/microsite/data/plugins/hypo-stage.yaml +++ b/microsite/data/plugins/hypo-stage.yaml @@ -4,7 +4,7 @@ author: ArchHypo authorUrl: https://github.com/ArchHypo category: Discovery description: Document architectural assumptions, track uncertainty, and validate decisions with hypothesis management, quality attributes, and technical planning. -documentation: https://github.com/ArchHypo/hypo-stage/blob/main/README.md +documentation: https://github.com/ArchHypo/hypo-stage/blob/v1.0.0/README.md iconUrl: 'https://raw.githubusercontent.com/ArchHypo/hypo-stage/main/docs/backstage-directory/icon/hypo-stage.png' npmPackageName: '@archhypo/plugin-hypo-stage' addedDate: '2026-04-14'