Worklog for task "Fix URL decoding in haih-agent"
Progress: the fix has been implemented and expanded to the CNC (ChPU) basis
The implementation is completed in the commit: https://github.com/haih-net/agent/commit/1f99a51dd407eb4e58f9e2f83f411a265db2f24c
Incoming URIs are now decoded via decodeURI at key points when working with router.asPath, which eliminates false 404s for existing pages with percent-encoded characters.
At the same time, the work has been expanded to the general URI basis of haih-agent: generation of slugified URIs from the concept name and automatic 301 redirect upon URI changes have been added. This is done as a foundation for the transition of haih-agent-based applications to human-readable URLs.
The practical continuation is SEO/GEO of fi1osof.ru, where current task and project URLs use technical CUIDs. Related task: Upgrade SEO/GEO.
Add proper URL/route params decoding in haih-agent so that percent-encoded special characters do not lead to false 404 errors.