3 Commits (fa9b4c4ab51e7d05811064b00e5e6a62f5d68c80)

Author SHA1 Message Date
VietND 59f9cc5d56 fix(skill): disambiguate intent routing + lens expansion rules
Code review identified 2 critical issues in the procurement-analysis
SKILL.md prose:

- Multiple intent triggers can fire on the same query (entity_code +
  "rủi ro" keyword). Old fallback "HỎI user" would block legitimate
  smoke-test queries. Added explicit priority order:
  CROSS_DOC_AUDIT > RISK_AUDIT > DEEP_ANALYSIS > DISCOVERY.

- "publisher/audit" lens was undefined in Part 3/4 collapse rules.
  Replaced with explicit intent labels (DEEP_ANALYSIS bidder/publisher
  sub-phrasing, RISK_AUDIT, CROSS_DOC_AUDIT) and concrete bullet
  retention (Kết luận + 1 highlight) when rút gọn applies.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 month ago
VietND cc6f6b94bf feat(skill): add procurement-analysis orchestrator skill
Workflow-level skill for analyzing TBMT/KHLCNT/LCNT/E-HSMT through
bidder + publisher lenses with 4-way intent routing (discovery,
deep analysis, cross-doc audit, risk audit), strict citation rules,
and anti-hallucination guardrails.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 month ago
VietND b49f2062ce feat: openclaw-egp plugin v0.1.0
OpenClaw plugin for RAG over Vietnamese government procurement documents.
Ships:
- openclaw.plugin.json manifest (id=openclaw-egp, configSchema requires serverUrl)
- 5 SKILL.md guides (Vietnamese): search-procurement-docs, list-entities,
  describe-entity, fetch-raw-file, entity-types-glossary
- README with install/configure/uninstall instructions
- MIT license

Companion server: openclaw-egp-server (provides /mcp + /files/{id}/raw).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 month ago