Conversation
Rewrite the Concept page around layered sameness and content-derived codes, dropping the dated blockchain-era proof-of-concept framing. Align the Capabilities wording, reorder top-level navigation, widen content on large screens, and refresh the documentation ISCC-SUM stamp.
Force the audience cards into three equal columns on wide screens and stack them on narrow ones, replacing the auto-fit grid that only fit two. Refresh the Resources page to drop retired third-party implementations and add the Cover Matching demo, normalize index dashes, and regenerate the documentation ISCC-SUM stamp.
Sweep em-dashes from the docs prose and README, replacing them with hyphens for a plainer typographic style, and regenerate the documentation ISCC-SUM stamp.
- Style the repository-card grid and status badges in custom.css - Add the iscc-lib polyglot core library card under Core components - Reorder ecosystem cards and tidy entries on the resources page - Use numeric date ranges for ISO WG 18 convenors in history.md - Rename the top-level navigation label to "iscc-codes" - Regenerate the documentation ISCC-SUM stamp
- Drop the Active Dev and Exp legend entries, no longer used by any card - Break the Draft legend entry onto its own line below Stable and Beta - Point the homepage algorithmic-design figure at iscc-algo-design3.svg - Regenerate the documentation ISCC-SUM stamp
Load the Chainlit copilot from https://iscc.ai and mount it with anonymous JWT auth, themed to the ISCC brand and corrected for Zensical's 125% root font-size. - zensical.toml: add extra_javascript (copilot loader + mounter) - docs/javascripts/copilot.js: fetch token and mount the widget - docs/stylesheets/copilot.css: ISCC brand theme for the widget Also folds in working-tree changes that share the docs ISCC-SUM tree hash and so must commit together: README badge refresh, favicon update, and the regenerated documentation stamp.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two documentation changes on top of the just-merged modernization baseline (#114):
iscc-algo-design3.svg. Includes minor History page wording refinements.docs/features.md→docs/capabilities.md, reframing the page as the ISCC's capabilities rather than product-style features (avoids the product/marketing register for a standard).URL compatibility
/capabilities/is the new canonical path./features/is preserved as a Zensical forwarding page (location: /capabilities/), mirroring the existing/implementations/stub. Forwarding is client-side (JSlocation.replace+<noscript>meta-refresh) — GitHub Pages cannot emit server-side 301s.scripts/check_site_paths.pyupdated:/capabilities/canonical,/features/demoted to a compatibility path with a forwarding-source check.maintainers/site-migration.mdredirect map updated.Validation
prek run --all-filesclean (ISCC-SUM stamp regenerated)check_site_paths.pypasses for source and--site-dir sitezensical build --cleanclean