docs(work): close conformance-hardening-v1 epic

This commit is contained in:
2026-05-13 07:36:39 +02:00
parent f06f7dbadf
commit 2399f950c2
3 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ id: 01-ast-manifest-source
epic: conformance-hardening-v1
title: Replace regex manifest source parser with AST
type: technical-story
status: in-progress
status: done
feature: core-eslint
depends-on: []
blocks: [02-dev-seed-assertion]
@@ -26,8 +26,8 @@ uses `@typescript-eslint/parser` AST traversal instead of regex.
- Changing any rule's behaviour beyond the parsing path
## Tasks
- [ ] Epic + story scaffold
- [ ] Extend `_manifest-ast.js` with `parseManifestFully`
- [ ] Switch `readManifestSource` to delegate to `parseManifestFully`
- [ ] Add edge-case tests
- [ ] Verify all rules still pass; commit
- [x] Epic + story scaffold
- [x] Extend `_manifest-ast.js` with `parseManifestFully`
- [x] Switch `readManifestSource` to delegate to `parseManifestFully`
- [x] Add edge-case tests
- [x] Verify all rules still pass; commit