Skip to content

Commit 7688db4

Browse files
committed
Bump version v1.0.0
1 parent 2239e0d commit 7688db4

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2026-02-01
11+
12+
### Added
13+
14+
- **Minimal Path** for small, isolated bug fixes — agents can skip Requirements and Design phases when the fix is straightforward
15+
- Concerns integration in the init block — agents now name relevant concerns (security, performance, etc.) upfront
16+
- Session setup questions (docs path, autonomy level) built into the init block examples
17+
- Minimal Path example in `AGENTS.md` showing expected output format
18+
- Missing terms added to terminology glossary
19+
20+
### Changed
21+
22+
- Simplified `AGENTS.md` to an example-driven format for better agent compliance
23+
- Replaced abstract instructions with concrete examples throughout
24+
- Moved frontier-model recommendation from `AGENTS.md` to `README.md`
25+
- Condensed development and document-format docs into existing phases
26+
27+
### Removed
28+
29+
- `document-format.md` (consolidated into existing guidance)
30+
- Redundant development docs that duplicated phase content
31+
- Work-path diagram from `AGENTS.md` (replaced by examples)
32+
33+
### Fixed
34+
35+
- Blocker threshold now uses concrete guidance instead of a placeholder
36+
- Duplicate heading in testing README
37+
1038
## [1.0.0-beta.4] - 2026-01-25
1139

1240
### Added
@@ -61,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6189
- Install script for easy protocol adoption
6290
- MIT license
6391

64-
[Unreleased]: https://github.com/edgarjs/dlp/compare/v1.0.0-beta.4...HEAD
92+
[Unreleased]: https://github.com/edgarjs/dlp/compare/v1.0.0...HEAD
93+
[1.0.0]: https://github.com/edgarjs/dlp/compare/v1.0.0-beta.4...v1.0.0
6594
[1.0.0-beta.4]: https://github.com/edgarjs/dlp/compare/v1.0.0-beta.3...v1.0.0-beta.4
6695
[1.0.0-beta.3]: https://github.com/edgarjs/dlp/compare/v1.0.0-beta.2...v1.0.0-beta.3
6796
[1.0.0-beta.2]: https://github.com/edgarjs/dlp/compare/v1.0.0-beta...v1.0.0-beta.2

0 commit comments

Comments
 (0)