Releases: tywinlu1988/Credence-Global
Release list
v0.3.2 — Full-path validation + YAML validity rule
All 16 work paths now executed or coded-engine verified (8 remaining structural paths ran end-to-end in the isolated sandbox). New hard rule: artifacts must parse as valid YAML; QA chain compliance fails unparseable artifacts. See CHANGELOG.md.
v0.3.1 — Sandbox E2E fixes
Patch from the Schneider Electric isolated-sandbox E2E: new-issue concession factor added to advisor-origination §4.2; one-Delivery-Note-per-path convention; WP-TR-01 headless split note. All v0.1.1/v0.3.0 machinery verified in production. See CHANGELOG.md.
v0.3.0 — Slimming Round 2
Reference extraction: 15 engine docs split (4,285 lines of worked examples/backtests/derivations moved to engine/appendix/); legacy docs demoted to engine/reference/; dist package excludes on-demand material (30→27 docs shipped, zip -20%); template placeholder manifest speeds report assembly. See CHANGELOG.md.
v0.2.0 — Trader Execution Framework
New engine document trader-framework.md: execution dimensions, spread-vs-FV bands, liquidity tiers, thermometer overlay, Execution Decision Matrix. WP-TR-01 engine completion — development backlog cleared (16/16 paths, all roles have dedicated engines). Also: engine-overview/dev README history backfills, stale skill-reference statuses fixed. See CHANGELOG.md.
v0.1.1
Patch release: isolated-sandbox E2E audit fixes (report-index >1 threshold, CSS self-containment, relative-path delivery, unrated-issuer methodology) + playbook reading-order layering (slimming Part C completion) + reading-guide accuracy fixes. See CHANGELOG.md for details.
Credence v0.1.0 — Slim & Self-Contained
Superseded by v0.1.1 — this release's zip predates the isolated-sandbox E2E audit fixes (report-index >1 threshold, CSS self-containment, relative-path delivery, unrated-issuer methodology). Use v0.1.1 or later.
Architecture optimization + deep audit fixes (2026-07-29).
v0.1.0 Slimming:
- ~800 lines CSS duplication eliminated (all 19 templates share template-base.css, build-time inlined for self-containment)
- Boilerplate consolidation: agent-protocol.md, 4 SKILL.md Path Resolution references, CLAUDE/GEMINI merged generator
- 28 engine docs with reading guides (core methodology vs. reference material)
Post-audit fixes (same tag):
- Router table: 8 stale statuses corrected
- 3 version stamps fixed, 2 docs added to CORE_DOCS
- 10 reading guide misclassifications corrected
- engine-overview.md updated (navigation + version history + mapping)
- Orphan template-type12.html removed
- Registry typo + backlog + cross-reference fixes
Install: npx github:tywinlu1988/credence-global
Plugin: /plugin marketplace add tywinlu1988/Credence-Global && /plugin install credence@credence-marketplace
Credence v0.0.9 — 16/16 Paths · Full Delivery
All 16 work paths active. 29 engine docs. 18 HTML templates. 4 coded engines. 16 per-path playbooks. report-index navigation. E2E Siemens walkthrough.
v0.0.9 (2026-07-29)
- 7 paths promoted: 5 partial→active + 2 planned→active
- 2 new engine docs: advisor-origination-framework.md, financing-channel-framework.md
- 3 new templates: type16 (origination), type17 (financing), report-index (navigation)
- report-index.html auto-generated when >2 reports per engagement
- CHANGELOG date-ordering gate
- Master README overhauled
Install: npx github:tywinlu1988/credence-global
Plugin: /plugin marketplace add tywinlu1988/Credence-Global && /plugin install credence@credence-marketplace
Credence v0.0.8
MIT license · English-only · Plugin-ready · 16/16 work paths active · report-index navigation (2026-07-29).
All 16 work paths now delivered:
- 4 coded engines (Concentration, Contagion, SRI, Outlook)
- 5 risk-officer paths, 2 credit-selector paths (including LGD add-on), 2 PM paths
- Trader (L0 signal card), Advisor (origination), Individual Investor (financing)
- 4 meta paths (backtest, multi-role, industry builder, ESG scan)
- report-index.html auto-generated when >2 reports
- E2E walkthrough: Siemens AG (validation/reports/industrial/)
Install: npx github:tywinlu1988/credence-global
Plugin: /plugin marketplace add tywinlu1988/Credence-Global && /plugin install credence@credence-marketplace
v0.0.7 - Agent constraint layer
Addresses agent drift reported by users (ad-hoc templates, dimensions/methodology diverging from the engine): AGENTS.md + all SKILL.md now carry Non-Negotiables (no analysis without a Path Sheet, no numbers without a doc+section citation, no report outside dev/templates/, no delivery without a QA Verdict, no invented dimensions); 9 per-path execution contracts in engine/path-playbooks/ define each active path's procedure, vocabulary, outputs, templates, gates and drift blacklist, verified against the registry by a new consistency gate; QA gained four process-compliance checks (template/citation/dimension/chain) with a hard no-verdict-no-delivery mandate; templates/index.yaml is machine-generated and drift-guarded; the fixed-income skill now refuses analysis without a Path Sheet (knowledge questions exempt). 255 tests passing.
v0.0.6 - Installer hotfix
Hotfix: the installer's unzip fallback chain — GNU tar (Linux) cannot extract zip archives (bsdtar-only feature), so install.js now tries unzip -> tar -> PowerShell. Caught by the new CI npm-installer-smoke job on its first run; v0.0.5's installer failed on Linux. 253 tests passing.