Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f759b8c
docs(specs): add hash audit design spec for ITL-529
kurodo3[bot] Jul 21, 2026
257b607
docs(specs): fix FunctionPod ctx_arg_name exclusion note in hash audi…
kurodo3[bot] Jul 21, 2026
97e26bc
docs(specs): add worked example section to hash audit spec (ITL-529)
kurodo3[bot] Jul 21, 2026
b21e046
docs(plans): add implementation plan for ITL-529 hash audit reference…
kurodo3[bot] Jul 21, 2026
2f8246e
chore: create docs/reference and superpowers/scripts directories (ITL…
kurodo3[bot] Jul 21, 2026
b7fc539
feat(scripts): add hash_audit_example.py Part 1 — sources and schema …
kurodo3[bot] Jul 21, 2026
10b7a1b
feat(scripts): add hash_audit_example.py Part 2 — entry IDs and invoc…
kurodo3[bot] Jul 21, 2026
3cc086d
feat(scripts): complete hash_audit_example.py — all 14 hash sites (IT…
kurodo3[bot] Jul 21, 2026
2ee2875
docs(hashing): add header, intro, and 14-row hash site index (ITL-529)
kurodo3[bot] Jul 21, 2026
d7d38e4
docs(hashing): add Section 1 — Framework Object Identity (ITL-529)
kurodo3[bot] Jul 21, 2026
e00a554
docs(hashing): add Section 2 — Source Provenance & System Tags (ITL-529)
kurodo3[bot] Jul 21, 2026
076a604
docs(hashing): add Section 3 — Pipeline DB Entry Keys (ITL-529)
kurodo3[bot] Jul 21, 2026
02a0950
docs(hashing): add Section 4 — Side-Effect Record ID and Invocation H…
kurodo3[bot] Jul 21, 2026
427111e
docs(hashing): add Sections 5+6 — Data Function URI Hash and Pipeline…
kurodo3[bot] Jul 21, 2026
0f56e73
docs(hashing): add Section 7 — Worked Example with concrete hash valu…
kurodo3[bot] Jul 21, 2026
3309769
docs(hashing): wire reference/hashing.md into mkdocs nav (ITL-529)
kurodo3[bot] Jul 21, 2026
28ed8ad
docs(hashing): correct factual errors identified in post-ITL-533 revi…
kurodo3[bot] Jul 21, 2026
d9e74c8
chore: remove .gitkeep placeholder files (ITL-529)
kurodo3[bot] Jul 21, 2026
3b91fec
Merge branch 'main' into eywalker/itl-529-audit-all-hash-computation-…
eywalker Jul 21, 2026
bdae918
fix(function_pod): remove NODE_CONTENT_HASH_COL from _build_invocatio…
kurodo3[bot] Jul 21, 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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,11 @@ dj_*_conf.json
.pixi/*
!.pixi/config.toml

# Superpowers (Claude Code skill artifacts - ignore everything except specs/plans)
# Superpowers (Claude Code skill artifacts - ignore everything except specs/plans/scripts)
superpowers/*
!superpowers/specs
!superpowers/plans
!superpowers/scripts

# General JSON files at project root
/*.json
Loading
Loading