Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
73d1375
feat(mcp)!: delete 5 canned LLM prompts (reimplement as skills)
theagenticguy May 3, 2026
3cfb0cf
feat(storage): add listEmbeddingHashes to IGraphStore
theagenticguy May 3, 2026
b95cc90
feat(mcp)!: remove prompts surface from MCP server
theagenticguy May 3, 2026
5713b20
refactor(cli): extract findEnclosingSymbolId for SARIF linkage
theagenticguy May 3, 2026
d3fa11b
feat(cli): add isWorkingTreeDirty helper and bypass analyze fast-path…
theagenticguy May 3, 2026
a6a210f
test(mcp): assert empty prompts list
theagenticguy May 3, 2026
96a4415
feat(cli): link SARIF findings to enclosing symbols
theagenticguy May 3, 2026
b5e7068
fix(cli): bypass analyze fast-path on dirty working tree
theagenticguy May 3, 2026
927bde7
test(cli): cover symbol-level FOUND_IN edges from SARIF ingest
theagenticguy May 3, 2026
fcdd9c9
test(cli): cover dirty-tree bypass in checkFastPath
theagenticguy May 3, 2026
7b100fd
feat(cli): ship full nodes+edges snapshot in loadPreviousGraph
theagenticguy May 3, 2026
cca3c34
perf(ingestion): skip unchanged embeddings via content_hash lookup
theagenticguy May 3, 2026
7ebe4eb
test(cli): verify incremental carry-forward activates with prior snap…
theagenticguy May 3, 2026
8576f53
test(ingestion): verify content-hash skip halts re-embedding on uncha…
theagenticguy May 3, 2026
dde00ba
feat(cli)!: delete eval-server HTTP surface
theagenticguy May 4, 2026
5ac7473
docs(cli): remove eval-server references
theagenticguy May 4, 2026
193f23e
feat(repo)!: remove packages/docs Starlight site from core
theagenticguy May 4, 2026
49673af
chore(repo): clean up root configs after docs package removal
theagenticguy May 4, 2026
1884f03
chore(repo): remove packages/eval (moved to opencodehub-testbed)
theagenticguy May 4, 2026
378f79f
chore(repo): remove packages/gym + gym.yml (moved to opencodehub-test…
theagenticguy May 4, 2026
908afd3
chore(repo): remove bench/ (moved to opencodehub-testbed)
theagenticguy May 4, 2026
7aba821
feat(policy): scaffold @opencodehub/policy package
theagenticguy May 4, 2026
02c9e61
feat(policy): implement loadPolicy with Zod validation
theagenticguy May 4, 2026
1e89b4e
feat(policy): implement evaluatePolicy with 3 rule types
theagenticguy May 4, 2026
9bf34a7
feat(cli): wire policy evaluation into codehub verdict
theagenticguy May 4, 2026
289b122
feat(wiki): move wiki-render from analysis to @opencodehub/wiki package
theagenticguy May 4, 2026
09e076c
refactor(analysis): deprecate wiki re-exports, drop unused deps
theagenticguy May 4, 2026
f1de0cf
refactor(cli): import generateWiki from @opencodehub/wiki
theagenticguy May 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ updates:
schedule:
interval: weekly

- package-ecosystem: pip
directory: "/packages/eval"
schedule:
interval: weekly
# pip ecosystem for packages/eval moved to
# github.com/theagenticguy/opencodehub-testbed as part of the M2 split.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
- uses: jdx/mise-action@v4
- run: pnpm install --frozen-lockfile --ignore-scripts
- name: Build workspace .d.ts so cross-package types resolve
# Exclude @opencodehub/docs — the site's build invokes rehype-mermaid
# which needs Playwright chromium; that's installed only in pages.yml.
# No other package imports from @opencodehub/docs, so skipping it is safe.
run: pnpm -r --filter='!@opencodehub/docs' build
- run: pnpm -r --filter='!@opencodehub/docs' exec tsc --noEmit
run: pnpm -r build
- run: pnpm -r exec tsc --noEmit

test:
# Node 24 temporarily dropped from matrix: tree-sitter@0.25.0 fails to
Expand Down
303 changes: 0 additions & 303 deletions .github/workflows/gym.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/pages.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ examples/fixtures/**/.codehub/
.claude/settings.local.json
.claude/worktrees/
.handoff/

# Astro build cache
packages/docs/.astro/
Loading
Loading