Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c8add35
Upload v3 bootstrap chunk 06
CodeWithJuber Aug 9, 2026
49ce06a
Trigger Hikmah v3 Rust validation
CodeWithJuber Aug 9, 2026
1908bd7
Run v3 Rust bootstrap through registered validator
CodeWithJuber Aug 9, 2026
6099863
Allow authenticated v3 bootstrap execution
CodeWithJuber Aug 9, 2026
ebaeebd
Execute v3 Rust bootstrap unconditionally on branch
CodeWithJuber Aug 9, 2026
6ce2079
Replace corrupted bootstrap chunk 01
CodeWithJuber Aug 9, 2026
2b41263
Replace corrupted bootstrap chunk 03
CodeWithJuber Aug 9, 2026
afc1606
Repair v3 bootstrap chunk 01a
CodeWithJuber Aug 9, 2026
efd184e
Repair v3 bootstrap chunk 01b
CodeWithJuber Aug 9, 2026
4430d63
Repair v3 bootstrap chunk 01c
CodeWithJuber Aug 9, 2026
f230005
Repair v3 bootstrap chunk 01d
CodeWithJuber Aug 9, 2026
2b619c8
Repair v3 bootstrap chunk 01e
CodeWithJuber Aug 9, 2026
b28e579
Repair v3 bootstrap chunk 01f
CodeWithJuber Aug 9, 2026
578b552
Repair v3 bootstrap chunk 01g
CodeWithJuber Aug 9, 2026
660b9d7
Repair v3 bootstrap chunk 01h
CodeWithJuber Aug 9, 2026
7184cf1
Repair v3 bootstrap chunk 03a
CodeWithJuber Aug 9, 2026
b5238c7
Repair v3 bootstrap chunk 03b
CodeWithJuber Aug 9, 2026
2a6bc4d
Repair v3 bootstrap chunk 03c
CodeWithJuber Aug 9, 2026
3b390d8
Repair v3 bootstrap chunk 03d
CodeWithJuber Aug 9, 2026
4ba37b8
Repair v3 bootstrap chunk 03e
CodeWithJuber Aug 9, 2026
9a29014
Repair v3 bootstrap chunk 03f
CodeWithJuber Aug 9, 2026
d3b5a2a
Repair v3 bootstrap chunk 03g
CodeWithJuber Aug 9, 2026
9abf5f9
Repair v3 bootstrap chunk 03h
CodeWithJuber Aug 9, 2026
ed46cf4
Narrow corrupted bootstrap shard 01g
CodeWithJuber Aug 9, 2026
21e16ea
Repair bootstrap shard 01ga
CodeWithJuber Aug 9, 2026
26e048d
Repair bootstrap shard 01gb
CodeWithJuber Aug 9, 2026
012323f
Repair bootstrap shard 01gc
CodeWithJuber Aug 9, 2026
94e6d09
Repair bootstrap shard 01gd
CodeWithJuber Aug 9, 2026
4c42cb3
Apply Rust compiler review fixes in v3 gate
CodeWithJuber Aug 9, 2026
00bb163
Merge 4c42cb39e5e62f6a112803a867433b1f92010ddf into 60f2169217928057f…
CodeWithJuber Aug 9, 2026
aba52bd
Release Hikmah Stack v3.0.0 cognitive kernel
github-actions[bot] Aug 9, 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
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"name": "hikmah-stack",
"source": "./",
"description": "Judgment infrastructure for agentic AI: decision quality, failure-mode diagnosis, evidence discipline, and durable delivery.",
"version": "2.0.0",
"version": "3.0.0",
"author": {
"name": "Juber Shaikh"
},
Expand Down
4 changes: 2 additions & 2 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hikmah-stack",
"version": "2.0.0",
"description": "Judgment infrastructure for agentic AI: decision quality, failure-mode diagnosis, evidence discipline, and durable delivery.",
"version": "3.0.0",
"description": "Judgment and cognitive infrastructure for agentic AI: portable skills plus a deterministic Rust co-model kernel for memory, decisions, verification, and durable learning.",
"author": {
"name": "Juber Shaikh"
},
Expand Down
9 changes: 5 additions & 4 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hikmah-stack",
"version": "2.0.0",
"description": "Judgment infrastructure for agentic AI: portable skills for decisions, AI failure diagnosis, evidence discipline, and durable delivery.",
"version": "3.0.0",
"description": "Judgment and cognitive infrastructure for agentic AI: portable skills plus a deterministic Rust co-model kernel for memory, decisions, verification, and durable learning.",
"author": {
"name": "Juber Shaikh",
"url": "https://github.com/CodeWithJuber"
Expand All @@ -23,7 +23,7 @@
"interface": {
"displayName": "Hikmah Stack",
"shortDescription": "Judgment infrastructure for agentic AI",
"longDescription": "Five portable skills for human judgment, AI failure-mode diagnosis, structured decisions, delivery verification, and cross-skill orchestration.",
"longDescription": "Six portable skills plus a deterministic Rust cognitive kernel for human judgment, AI failure diagnosis, TraceWeave memory, structured decisions, delivery verification, and cross-skill orchestration.",
"developerName": "Juber Shaikh",
"category": "Productivity",
"capabilities": [
Expand All @@ -33,7 +33,8 @@
"websiteURL": "https://github.com/CodeWithJuber/hikmah-stack",
"defaultPrompt": [
"Use Hikmah Stack to structure this decision and expose uncertainty.",
"Use Agent Radar and Ship Guard to diagnose why this AI workflow keeps failing."
"Use Agent Radar and Ship Guard to diagnose why this AI workflow keeps failing.",
"Use Cognitive Kernel to design persistent model-independent memory for this agent."
]
}
}
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Why

## Evidence / validation
- [ ] `python3 scripts/validate.py`
- [ ] `cargo test --workspace` and `cargo run -p hikmah-kernel -- validate --root .`
- [ ] New empirical claims include dated primary sources and limitations
- [ ] No secrets or unrelated generated files
- [ ] Breaking skill names or behavior are documented
48 changes: 0 additions & 48 deletions .github/workflows/bootstrap-hikmah-v3.yml

This file was deleted.

15 changes: 12 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate package
run: python3 scripts/validate.py
- name: Compile hook
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- name: Rust format
run: cargo fmt --check
- name: Rust lint
run: cargo clippy --workspace --all-targets -- -D warnings
- name: Rust tests
run: cargo test --workspace
- name: Validate Hikmah package
run: cargo run -p hikmah-kernel -- validate --root .
- name: Compile Python compatibility fallback
run: python3 -m py_compile hooks/truth_gate.py
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ __pycache__/
!.env.example
.idea/
.vscode/

target/
.hikmah/
1 change: 0 additions & 1 deletion .hikmah-bootstrap/chunk-00

This file was deleted.

Loading
Loading