Skip to content

v1.5.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@jxpeng98 jxpeng98 released this 19 Jun 14:43
· 106 commits to main since this release

qiongli v1.5.0-beta.3 Release Notes

Date: 2026-06-19
Stage: Beta

Highlights (Draft)

  • feat(guidance): auto-bootstrap project guidance (f99da59)
  • docs(guidance): document local trace boundaries (341d765)
  • feat(orchestrator): wire local guidance into task runs (951550c)
  • feat(guidance): add project-local guidance runtime (96d9df9)
  • chore: record release v1.5.0-beta.2 acceptance (bda54e8)
  • docs(guidance): add local guidance layer design (7f00b74)

Download Guide

Most users should not download plugin tarballs manually from GitHub's flat asset list.

You use Recommended path
Qiongli CLI Use npx qiongli@next install --target all --project-dir "$PWD" for npm next-channel CLI testing.
Codex Use codex plugin marketplace add jxpeng98/skillsplace --ref main and install qiongli-next; no manual tarball download required.
Claude Code Use claude plugin marketplace add jxpeng98/skillsplace@main and install qiongli-next; no manual tarball download required.
Claude Desktop/Web skills Download qiongli-next-claude-desktop-skill-core-v1.5.0-beta.3.zip for the prerelease core skill.
Claude Desktop literature tools Download qiongli-literature-provider-0.1.4.mcpb and pair it with a Desktop skill ZIP when provider calls are required.
Maintainers Use Codex/Claude plugin tarballs and Claude plugin ZIPs only for manual marketplace artifact checks or direct Claude plugin upload tests.

The release also includes qiongli-downloads-v1.5.0-beta.3.md and qiongli-downloads-v1.5.0-beta.3.json to group the asset list by install surface.

Validation Evidence

Executed locally on 2026-06-19:

python3 scripts/validate_research_standard.py --strict
python3 -m unittest discover -s tests -v
./scripts/run_beta_smoke.sh

Observed result:

  • validate_research_standard.py --strict: Summary: 5543 passed, 0 failed, 0 warnings
  • unittest: Ran 677 tests in 248.462s ... OK
  • run_beta_smoke.sh: passed (release-tier)

Publish Steps

./scripts/release_ready.sh --version 1.5.0b3 --skip-bump
./scripts/release_automation.sh publish --tag v1.5.0-beta.3 --skip-bump --from-tag v1.5.0-beta.2

For rollback procedure, see tooling/release/rollback.md.

Baseline tag for highlights: v1.5.0-beta.2