Skip to content

Commit d2b542d

Browse files
MehmetGoekceclaude
andcommitted
docs: update CHANGELOG for v1.1.0 release
Separate v1.0.0 (core features) from v1.1.0 (specs, community files, setup.sh hardening). Fix v1.0.0 date to actual initial release date. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c19089b commit d2b542d

1 file changed

Lines changed: 28 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,33 @@ All notable changes to this project will be documented in this file.
55
Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.0.0] - 2026-04-10
8+
## [1.1.0] - 2026-04-10
9+
10+
### Added
11+
12+
- 7 OpenSpec specifications with 162 EARS requirements and 66 BDD scenarios
13+
- `ingest.md` — 5-phase source processing pipeline
14+
- `query.md` — Search, synthesis, write-back, source attribution
15+
- `lint.md` — 9 health checks with auto-fix rules
16+
- `schema.md` — Page types, property validation, format rules
17+
- `config.md` — Configuration loading and error handling
18+
- `setup.md` — Interactive installer specification
19+
- `l1-l2-routing.md` — L1/L2 boundary decision logic
20+
- GitHub issue templates (bug report, feature request)
21+
- Pull request template with dual-tool testing checklist
22+
- SECURITY.md with responsible disclosure process
23+
- `.gitignore` for editor and OS files
24+
- CHANGELOG.md
25+
26+
### Fixed
27+
28+
- `setup.sh`: Add prerequisite checks for python3 and git
29+
- `setup.sh`: Add `set -eo pipefail` for stricter error handling
30+
- `setup.sh`: Validate namespace names (letters, numbers, hyphens only)
31+
- `setup.sh`: Skip existing wiki pages instead of silently overwriting
32+
- `setup.sh`: Prompt before overwriting existing `llm-wiki.yml`
33+
34+
## [1.0.0] - 2026-04-07
935

1036
First stable release.
1137

@@ -19,14 +45,12 @@ First stable release.
1945
- L1/L2 dual-layer cache architecture (CPU cache metaphor)
2046
- Templates for both Logseq (outliner) and Obsidian (flat markdown)
2147
- Schema with 5 page types: Entity, Project, Knowledge, Feedback, Hub
22-
- 7 OpenSpec specifications (162 requirements, 66 BDD scenarios)
23-
- GitHub community files (issue templates, PR template, security policy)
2448
- `config.example.yml` for reference configuration
2549

2650
### Security
2751

2852
- Credential leak detection (lint rule 6) scans for tokens, passwords, secrets
2953
- L1/L2 security boundary: credentials stay in L1 (git-excluded), wiki is git-tracked
30-
- SECURITY.md with responsible disclosure process
3154

55+
[1.1.0]: https://github.com/MehmetGoekce/llm-wiki/compare/v1.0.0...v1.1.0
3256
[1.0.0]: https://github.com/MehmetGoekce/llm-wiki/releases/tag/v1.0.0

0 commit comments

Comments
 (0)