3 Commits

  • docs: refresh rc1 release readiness evidence
    Add the May 13 rc.1 publication evidence refresh and update the release-readiness/GA roadmap gates after #1846.
    
    - record current queue, security-gate, harness audit, adapter, observability, Node, markdownlint, release-surface, npm publish-surface, and ecc2 Rust evidence
    - update the publication-readiness checklist with the May 13 evidence artifact
    - normalize zh-CN CLAUDE list markers so markdownlint passes
    
    Validation:
    - node tests/docs/ecc2-release-surface.test.js
    - node tests/docs/harness-adapter-compliance.test.js
    - node tests/docs/stale-pr-salvage-ledger.test.js
    - npx markdownlint-cli '**/*.md' --ignore node_modules
    - git diff --check
    - node tests/run-all.js (2376 passed, 0 failed)
    - npm run harness:audit -- --format json (70/70)
    - npm run harness:adapters -- --check
    - npm run observability:ready -- --format json (16/16)
    - node tests/scripts/npm-publish-surface.test.js
    - cd ecc2 && cargo test (462 passed, 0 failed)
    
    No release, tag, npm publish, plugin tag, marketplace submission, or announcement was performed.
  • docs: add prompt defense baselines
    Add compact prompt-defense baselines to active ECC prompt surfaces and copied CLAUDE examples. AgentShield prompt-defense findings are now zero; local tests passed 2366/2366.
  • docs(zh-CN): sync Chinese docs with latest upstream changes (#341)
    * docs(zh-CN): sync Chinese docs with latest upstream changes
    
    * docs(zh-CN): update link
    
    ---------
    
    Co-authored-by: neo <neo.dowithless@gmail.com>