mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-12 04:01:35 +00:00
* docs(resources): tighten prose across FAQ, learning paths, citation, and license * docs(faq): cut two leftover chained/dramatic-pause colons "unstructured data: documents, APIs, databases: into structured..." chained two colons in one sentence, and "...reached a conclusion: not just what it said" is the exact "X: not Y" pattern #1426 flags for removal. Neither was touched by this PR's original pass. * docs_check: raise Mintlify export timeout from 300s to 600s The "Validate Documentation" CI check has been timing out at exactly 300s on this branch, on main, and on an unrelated branch in the same window (3 consecutive retries here, all with the same "timed out after 300 s" error and no other diagnostic output). Local runs finish well under the limit, so this isn't a content problem — the export step just has no headroom left as the docs site has grown to 27 modules. Doubling the timeout gives it room without masking real export failures, which still fail immediately with their own error. --------- Co-authored-by: AutoHarness Bot <bot@autoharness.local> Co-authored-by: KaifAhmad1 <kaifahmad087@gmail.com>