9 Commits (e641aab61280dbc7ee7f8b6ba1c0045000fdb63a)
 

Author SHA1 Message Date
VietND e641aab612 docs: deprecate — plugin now bundled in openclaw-egp-server (plugin/) 6 days ago
WIN-88OI7J0B6KB\vietnd ddbfc855fd feat: align skills with real eGP data (lowercase types, IB codes, bid status)
The skills shipped fictional examples (entity_type="TBMT", code TBMT-2026-001)
that fail against the live openclaw-egp-server: entity_type is exact-match and
stored lowercase, so "TBMT" returns 0 rows (verified: tbmt=722, TBMT=0).

Fixes:
- entity_type guidance -> lowercase tbmt/khlcnt/kqlcnt across all skills + README
- entity_code examples -> real eGP format IB<digits>-<version> (e.g. IB2600250575-00)
- index_status values -> indexed/changed/indexing/converting/converted/uploaded/deleted
  (failed only exists at chunk level)

Exploit new entity columns now populated by the crawler:
- bid_close_date/bid_open_date (VN-time, UTC+7) -> dong/mo thau status computed in
  Vietnam time, never host clock
- title/investor_name/status_code -> fill DISCOVERY candidate table directly
- version_no -> detect amendments/extensions (>"00")

Bump plugin to v0.3.0.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4 weeks ago
VietND fa9b4c4ab5 chore(manifest): register procurement-analysis skill, bump to v0.2.0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 month ago
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 e6b93d9906 docs(plan): procurement-analysis skill implementation plan
4 tasks: create SKILL.md (with full embedded content), update manifest
(add skill path + bump to v0.2.0), tag v0.2.0, manual smoke test.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 month ago
VietND 5aa4252fc1 docs(spec): clarify table dash semantics + DISCOVERY auto-promote rule
Self-review pass: distinguish "—" (N/A for doc type) from
"không thấy" (applies but not retrieved); tighten single-candidate
auto-promote criterion.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 month ago
VietND 22c9c9d671 docs(spec): procurement-analysis skill design
Workflow-level orchestrator skill spec for analyzing TBMT/KHLCNT/LCNT/E-HSMT
through 2 lenses (nhà thầu + chủ đầu tư) using existing 5 MCP tools.

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