Skip to content

Commit 7db888c

Browse files
authored
release: v1.0.0 cloned Neo — first major release (#10)
1 parent 0eb336e commit 7db888c

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
55
All notable changes to agents-smith will be documented in this file.
66

7-
## [0.3.0] - assimilated Apoc - 20260502
7+
## [1.0.0] - cloned Neo - 20260502
88

99
### Changed
1010

11+
- **First major release** — stable API for `smith clone` and `smith purge`
1112
- **Breaking:** `smith connect` renamed to `smith clone` — the command that fetches template files and writes them to a project
1213
- **Breaking:** `smith disconnect` renamed to `smith purge` — the command that removes smith-managed files
1314
- Complete documentation rewrite: specs, features, ADRs, glossary, domain model, technical design, context map

docs/branding/branding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Dark void background (`#0F1117`) with the S logo mark scaled to height, followed
4242

4343
- **Convention:** `adjective-character` — one adjective from the approved list below, paired with a Matrix character name
4444
- **Rule:** No adjective-character pair may be reused across releases
45-
- **Examples:** assimilated Apoc, cloned Oracle, overwritten Bane
45+
- **Released:** assimilated Apoc (0.3.0), cloned Neo (1.0.0)
4646

4747
### Approved adjectives
4848

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agents-smith"
7-
version = "0.3.0"
7+
version = "1.0.0"
88
description = "Clone AI agent configurations into any project"
99
readme = "README.md"
1010
requires-python = ">=3.13"

smith/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)