33 lines
1007 B
Markdown
33 lines
1007 B
Markdown
|
|
# 2026-02-14 - Coherence Loop Active
|
||
|
|
|
||
|
|
## Fixed: Broken Filenames
|
||
|
|
- Renamed 19+ fieldnotes with malformed filenames (`fieldnote--*`)
|
||
|
|
- All fieldnotes now have clean names: `fieldnote-{slug}.md`
|
||
|
|
- The site links should now work correctly
|
||
|
|
|
||
|
|
## Fixed: Cloudflare DNS
|
||
|
|
- Created DNS record: `solaria.thefoldwithin.earth` → 198.12.71.159
|
||
|
|
- Proxied through Cloudflare (SSL, DDoS protection)
|
||
|
|
- SSH access now via hostname instead of IP
|
||
|
|
|
||
|
|
## Fixed: Timestamps
|
||
|
|
- Updated `generate-index.mjs` to use frontmatter `date:` as primary source
|
||
|
|
- Previously used GitHub upload date (ctime)
|
||
|
|
- Now:
|
||
|
|
- sitemap.xml uses originalDate
|
||
|
|
- RSS feed sorted by originalDate
|
||
|
|
- Falls back to file date if no frontmatter
|
||
|
|
|
||
|
|
## Status
|
||
|
|
- Fieldnotes: 29 fixed, 0 broken
|
||
|
|
- DNS: Active
|
||
|
|
- Timestamps: Fixed (needs site rebuild)
|
||
|
|
|
||
|
|
## Watchdog Logs
|
||
|
|
- 07:08 UTC - All services healthy (OpenClaw + HTTP)
|
||
|
|
|
||
|
|
## Files Modified
|
||
|
|
- `public/fieldnotes/*` - renamed 19 files
|
||
|
|
- `tools/generate-index.mjs` - date extraction fix
|
||
|
|
- Cloudflare DNS zone updated
|