Skip to content

Commit 24993ba

Browse files
committed
Rename to Stellar Kit, update docs/site/changelog, bump to 0.1.2, stop tracking BUILD.md
Made-with: Cursor
1 parent d68a9a9 commit 24993ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+467
-735
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ISSUES.md
1212
.env
1313
.env.local
1414
stellar-suite-*.vsix
15+
stellar-kit-*.vsix
1516

1617
frontend/node_modules/
1718
frontend/.env

BUILD.md

Lines changed: 0 additions & 291 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
All notable changes to the **Stellar Suite** extension will be documented in this file.
3+
All notable changes to the **Stellar Kit** (prev. Stellar Suite) extension will be documented in this file.
4+
5+
## [Unreleased]
6+
7+
### Changed
8+
- **Product rename:** Stellar Suite is now **Stellar Kit**. The extension is published on the VS Code Marketplace as `0xVida.stellar-kit`. User-facing names, docs, and marketing have been updated to Stellar Kit; repo name and config keys (e.g. `stellarSuite.*`, `stellar-suite.templates.json`) stay the same for compatibility. MVP screenshots and some assets may still show "Stellar Suite" in the UI — they refer to this same product.
49

510
## [0.1.0] - 2024-02-23
611

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Stellar Suite
3+
Copyright (c) 2024 Stellar Kit (prev. Stellar Suite)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
![Stellar Kit MVP Screenshot](https://raw.githubusercontent.com/0xVida/stellar-suite/refs/heads/main/assets/screenshot.png)
2222

23-
*Screenshot of the current Stellar Kit MVP.*
23+
*Screenshot of the current Stellar Kit MVP. The project and repo were originally released as Stellar Suite; the product is now named Stellar Kit.*
2424

2525
---
2626

assets/banners/GUIDELINES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Stellar Suite Banner Guidelines
1+
# Stellar Kit Banner Guidelines
22

33
## Design Specifications
44

5-
These guidelines define the visual identity for the Stellar Suite VS Code marketplace listing and related promotional materials.
5+
These guidelines define the visual identity for the Stellar Kit VS Code marketplace listing and related promotional materials.
66

77
### 1. Typography
88
- **Primary Font**: System fonts (San Francisco on macOS, Segoe UI on Windows, Roboto on Android, Inter for web).
@@ -26,7 +26,7 @@ These guidelines define the visual identity for the Stellar Suite VS Code market
2626

2727
### 3. Key Messaging (Extension Value)
2828
The banner must clearly communicate the core functionality:
29-
- **Title**: Stellar Suite
29+
- **Title**: Stellar Kit
3030
- **Subtitle**: Build, Deploy, and Simulate Smart Contracts in VS Code
3131
- **Highlights**: INTERACTIVE CLI • ONE-CLICK DEPLOYS • RPC MANAGEMENT
3232

assets/banners/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Stellar Suite Promotional Assets
1+
# Stellar Kit (prev. Stellar Suite) Promotional Assets
22

3-
This directory contains the promotional banners and design assets for the Stellar Suite VS Code Marketplace listing.
3+
This directory contains the promotional banners and design assets for the Stellar Kit VS Code Marketplace listing.
44

55
## Contents
66
- `GUIDELINES.md`: Design specifications, color palettes, and typography rules.

docs/RPC_INTEGRATION_TESTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
This document provides comprehensive documentation for the RPC integration test suite in Stellar Suite. The test suite ensures reliable network communication, proper error handling, and robust performance of RPC operations.
5+
This document provides comprehensive documentation for the RPC integration test suite in Stellar Kit. The test suite ensures reliable network communication, proper error handling, and robust performance of RPC operations.
66

77
## Test Architecture
88

@@ -487,4 +487,4 @@ The CI/CD pipeline includes:
487487

488488
---
489489

490-
For more information, see the [Stellar Suite Documentation](../README.md) or contact the development team.
490+
For more information, see the [Stellar Kit Documentation](../README.md) or contact the development team.

0 commit comments

Comments
 (0)