Skip to content

Commit 1130724

Browse files
committed
chore(release): v0.19.7 [skip actions]
1 parent 4bfdf9f commit 1130724

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.changeset/improve-example-code-clarity.md

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# agentic-node-ts-starter
22

3+
## 0.19.7
4+
5+
### Patch Changes
6+
7+
- [#101](https://github.com/sapientpants/agentic-node-ts-starter/pull/101) [`4bfdf9f`](https://github.com/sapientpants/agentic-node-ts-starter/commit/4bfdf9f588695d64548123e021e5990255ac216a) Thanks [@sapientpants](https://github.com/sapientpants)! - docs: Improve clarity of example code marking in starter template
8+
- Added prominent header comments to all example files (src/index.ts, tests/\*.spec.ts) marking them as "EXAMPLE CODE - REPLACE WITH YOUR IMPLEMENTATION"
9+
- Added subtle header comments to template infrastructure files marking them as production-ready and customizable
10+
- Updated GETTING_STARTED.md with an info box clearly distinguishing between example code to remove and template infrastructure to keep
11+
- Added note to README.md explaining that the template includes marked example code
12+
- All files now have clear visual indicators helping developers quickly identify what to keep vs. what to replace
13+
14+
This change addresses issue #97 by making it immediately apparent which files are examples versus production-ready template code, reducing confusion for new users adopting the starter template.
15+
316
## 0.19.6
417

518
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentic-node-ts-starter",
3-
"version": "0.19.6",
3+
"version": "0.19.7",
44
"private": true,
55
"type": "module",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)