Commit Graph

2 Commits

Author SHA1 Message Date
xianren d441c5d7dc fixup: address review — sectarian wording, stragglers, quote framing
- prebuilt/ajahn-chah/sources/sutta-excerpts.md: drop comparative
  claim against 摩诃僧祇律 / 四分律, switch to non-comparative
  description of Pali Vinaya core rules. Was a self-violation of
  ajahn-chah's own NO SECTARIAN JUDGMENT HARD-GATE.

- prebuilt/compare/SKILL.md: 可用祖师 table reorganized 8→10 by
  tradition (汉传 / 藏传 / 南传) — milarepa and ajahn-chah now
  surfaceable in cross-tradition compare. Add 跨传统对比注意事项
  block + extend 禁忌 with comparative-judgment ban.

- gemini-extension.json: description updated 8 → 10 / Chinese →
  Buddhist + version 0.3.0 → 0.4.0 (was missed by the v0.4 commit;
  reviewer flagged).

- README.md: "安装全部 8 位" → "安装全部 10 位(三大传统)".

- ETHICS.md: Tier A table now lists milarepa as 9th PD master with
  BDRC sourcing note. Tier B table adds Ajahn Chah (1918–1992,
  ~2042). New Tier B 特例 section codifies the ajahn-chah inclusion
  rationale: authorized non-commercial Forest Sangha translations,
  summary-only (no full passages), HARD-GATE-enforced provenance,
  24h takedown commitment. Fixes ETHICS being misaligned with the
  v0.4 reality.

- prebuilt/ajahn-chah/sources/teachings-excerpts.md: prominent
  banner at top clarifying that all > blockquote blocks are
  summarizations (主旨), not verbatim quotes, plus citation format
  bumped to require "(开示要旨)" suffix. Closes ambiguity that
  could lead downstream LLMs / readers to treat blocks as direct
  Ajahn Chah speech.

Validation
----------
• python scripts/validate.py --strict →  11 masters
• python scripts/validate-fidelity.py →  11 masters
• pytest tests/ →  31 passed, 6 skipped

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-02 13:01:32 +08:00
xianren bd04ede817 chore(governance): add ETHICS.md, CHANGELOG.md, and PR fidelity smoke
Three governance-tier additions to convert Master-skill from a demo into a
defensible long-lived project:

**ETHICS.md** — mandatory governance document:
- AI transparency: outputs are AI-synthesized, not masters' own words
- Copyright tiers A (public domain, current 8), B (in-copyright, needs
  license), C (never admit: living masters, Buddhas/bodhisattvas, apocryphal
  figures), D (case-by-case)
- Religious boundary: AI must refuse precept transmission, awakening
  certification, karmic diagnosis, spirit-medium framing, etc.
- Dual-track content license: code MIT, master content CC BY-NC-SA 4.0,
  prompts CC BY 4.0
- Takedown + appeal channel with 48h / 7d SLAs

**CHANGELOG.md** — Keep a Changelog format:
- [Unreleased] captures the current governance + community + npm work
- [0.3.0] retroactively documents the architectural rebuild (provenance,
  fidelity, NPX, multi-platform, HARD-GATE, two-stage review)
- [0.2.0], [0.1.0] historical sections

**CI fidelity smoke** — make HARD-GATE a real gate, not just documentation:
- New `fidelity-smoke` job runs one basic-difficulty fixture against one
  master per PR; picks the master touched by the diff, else rotates by
  day-of-year for uniform coverage
- Cost cap ≈ $0.05/PR (~10k-token system prompt × 1 request × Sonnet 4.6
  pricing). Forks without ANTHROPIC_API_KEY get an advisory pass so
  external PRs can still land
- `scripts/test-fidelity.py` gains `--max-tests N` flag; when capping, it
  sorts by difficulty (basic → intermediate → advanced) so smoke runs hit
  the reliable floor, not stress cases
- Old `fidelity` job renamed to `fidelity-full` (still workflow_dispatch)

README 声明 section now links to ETHICS.md so every reader sees the AI
disclosure and boundary rules before copying master content.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 13:45:56 +08:00