Skip to content

feat: vendor scoring with structured storage and audit trail#147

Closed
tractorjuice wants to merge 4 commits intomainfrom
feat/vendor-scoring
Closed

feat: vendor scoring with structured storage and audit trail#147
tractorjuice wants to merge 4 commits intomainfrom
feat/vendor-scoring

Conversation

@tractorjuice
Copy link
Owner

Summary

Adds /arckit:score for persistent, auditable vendor scoring — completing the procurement workflow chain (evaluate → score → compare → sow).

Cherry-picked from #145 with code fixes and complete documentation.

Code fixes from review

  • Use parseHookInput() from hook-utils.mjs (consistent with all other hooks)
  • Add evidence non-empty validation to score-validator
  • Merge score-validator into existing Write matcher block (was creating a duplicate)

Deliverables added

  • Converter output for Codex/OpenCode/Gemini extensions
  • Guide copied to plugin directory
  • DEPENDENCY-MATRIX entry (Tier 5 Procurement, depends on evaluate (M), requirements (M))
  • Command counts 58→59 across all docs, extensions, and manifests
  • CHANGELOG entry

Supersedes #145 (fork PR). Depends on #146 (search command) merging first.

Test plan

  • JSON validation of hooks.json
  • ESM import validation of score-validator.mjs
  • Score a vendor and verify scores.json structure
  • Compare sub-action with 2+ vendors
  • Validator catches out-of-range scores and missing evidence
  • Converter output validates for Codex/OpenCode/Gemini

🤖 Generated with Claude Code

DavidROliverBA and others added 4 commits March 8, 2026 16:39
Add /arckit:search for keyword, type, and requirement ID search across
all project artifacts. Includes pre-processing hook that builds a
search index on invocation — no persistent index needed.

- search-scan.mjs: UserPromptSubmit hook extracts document metadata
- search.md: Command with ranked results and filter syntax
- Supports --type, --project, --id filters and combinations

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Run converter to generate Codex/OpenCode/Gemini extension formats
- Copy guide to plugin directory (arckit-claude/docs/guides/)
- Update DEPENDENCY-MATRIX.md (58 commands, utility exclusion note)
- Update README.md, docs/README.md (command count, table entries)
- Update commands.html and index.html (command count, table row)
- Update CHANGELOG.md with search command entry
- Update command counts (57→58) across all extensions, plugin,
  guides, marketplace.json, and getting-started.html

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add /arckit:score for persistent, auditable vendor scoring:
- score vendor: Score against EVAL criteria with 0-3 rubric
- compare: Side-by-side weighted comparison with sensitivity analysis
- audit: Chronological scoring history for governance

Scores stored in projects/{id}/vendors/scores.json for structured
querying. Includes PreToolUse validator for score integrity.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Cherry-picked from PR #145 with fixes:
- Use parseHookInput() instead of manual stdin parsing
- Add evidence non-empty validation to score-validator
- Merge score-validator into existing Write matcher block
- Run converter for Codex/OpenCode/Gemini extension formats
- Copy guide to plugin directory
- Update DEPENDENCY-MATRIX.md (59 commands, Tier 5 Procurement)
- Update all docs and command counts (58→59)
- Add CHANGELOG entry

Supersedes #145.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@tractorjuice
Copy link
Owner Author

Merged into daily branch — see #148

@tractorjuice tractorjuice deleted the feat/vendor-scoring branch March 9, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants