Skip to content

Commit 218af85

Browse files
committed
docs: update dates to September 19, 2025 and add v0.2 changelog
- Updated active development dates across all language versions - Added comprehensive v0.2 changelog entry documenting 6 new techniques - Reflects current state with complete translations and tool implementations
1 parent 660896e commit 218af85

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to the Coding with AI techniques collection are documented here.
44

5+
## September 19, 2025 - v0.2
6+
7+
### Added
8+
- "Choose Tools by Conversational Style" technique - Guide for selecting tools based on personality preferences
9+
- "Centralise Memory Files" technique - Keep instructions consistent across tools using symlinks/includes
10+
- "A Session Should Have One Goal" technique - Apply single responsibility principle to AI conversations
11+
- "Use Feature Sessions" technique - Isolate features in separate sessions like git feature branches
12+
- "Always Test Code Yourself" technique - Critical testing responsibility that cannot be outsourced
13+
- "Create Rollback Points While Coding" technique enhanced with comprehensive tool implementations
14+
15+
### Changed
16+
- Updated all README translations (Spanish, German, French, Japanese) with new techniques
17+
- Enhanced tool implementations with detailed commands and workflows
18+
- Updated active development dates across all language versions
19+
- Improved session management and context organization guidance
20+
21+
### Fixed
22+
- Verified no duplicate content across all technique additions
23+
- Maintained consistent documentation structure across all languages
24+
525
## September 16, 2025 - v0.1
626

727
### Added

README-de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **Aktive Entwicklung** — Aktualisiert am 16. September 2025
1+
> **Aktive Entwicklung** — Aktualisiert am 19. September 2025
22
> Neueste: Neue Planungs- und Modellauswahl-Techniken hinzugefügt
33
> [Alle Updates ansehen →](CHANGELOG.md)
44

README-es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **Desarrollo Activo** — Actualizado 16 de septiembre de 2025
1+
> **Desarrollo Activo** — Actualizado 19 de septiembre de 2025
22
> Último: Añadidas nuevas técnicas de planificación y selección de modelos
33
> [Ver todas las actualizaciones →](CHANGELOG.md)
44

README-fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **Développement Actif** — Mis à jour le 16 septembre 2025
1+
> **Développement Actif** — Mis à jour le 19 septembre 2025
22
> Dernière : Ajout de nouvelles techniques de planification et de sélection de modèles
33
> [Voir toutes les mises à jour →](CHANGELOG.md)
44

README-ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **アクティブな開発**2025年9月16日更新
1+
> **アクティブな開発**2025年9月19日更新
22
> 最新:新しいプランニングとモデル選択技術を追加
33
> [すべての更新を見る →](CHANGELOG.md)
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **Active Development** — Updated September 16, 2025
1+
> **Active Development** — Updated September 19, 2025
22
> [See all updates →](CHANGELOG.md)
33
>
44
> **Note:** For the best experience, visit the [website](https://coding-with-ai.dev) where you can see the popularity of each technique based on community engagement and discover which approaches developers find most valuable.

0 commit comments

Comments
 (0)