Skip to content

Commit acb20dc

Browse files
committed
docs: update backlog - search verified working, PHP verification count
1 parent 3144571 commit acb20dc

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Ideas that will be planned and find their way into a release at one point
2727
`call_user_func_array` etc.
2828
- [ ] Parse `require`s with ts-morph. Then we can add dependencies back to website
2929
- [ ] website: Render authors server-side
30-
- [ ] website: Fix the search functionality
30+
- [x] website: Fix the search functionality (verified working 2026-01-07, Insight search)
3131
- [ ] Verification: verify examples against native runtimes with Docker (balance efforts across languages)
32-
- [x] PHP: 62/91 (68%) - remaining: Unicode, pass-by-ref, complex edge cases
32+
- [x] PHP: 164 functions verified against PHP 8.3
3333
- [ ] Go: not implemented (Docker image configured but verification skipped)
3434
- [x] Python: 15/17 (88%) - remaining: capwords (impl difference), printable (.length)
3535
- [ ] Ruby: not implemented

docs/prompts/LOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,17 @@ LLMs log key learnings, progress, and next steps in one `### Iteration ${increme
135135
- Added `expected` parameter to `normalize()` for context-aware normalization
136136
- Merged PR #499 (includes all changes from PR #498 + above fixes)
137137
- All 179 verified functions now pass on both arm64 and amd64
138+
139+
### Iteration 17
140+
141+
2026-01-07
142+
143+
- **Area: Website (neglected)**
144+
- Balance check: iterations 12-16 focused heavily on verification, website neglected
145+
- Investigated website search functionality:
146+
- Search IS working (Insight search with hexo-generator-json-content)
147+
- Tested: typing "trim" correctly finds trim, ltrim, rtrim functions
148+
- Shows verified badge in search results (e.g., "verified: 8.3")
149+
- Backlog item "Fix search functionality" appears outdated - marking as done
150+
- Website stack: Hexo 7.1.1 with icarus theme, deployed to gh-pages
151+
- Remaining website items: Jekyll → Next.js migration, Rosetta Stone view

0 commit comments

Comments
 (0)