Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
223f63b
docs: start v0.6.0 WP-0 baseline
Jul 30, 2026
58e0902
feat: implement WP-1 grounding JSON validation
Jul 30, 2026
6b72bc0
feat: add Grounding JSON CLI loading
Jul 30, 2026
a615f45
test: cover Grounding JSON source binding
Jul 30, 2026
9474d58
fix: tighten Grounding JSON source validation
Jul 30, 2026
aae02aa
feat: stabilize Grounding JSON validation errors
Jul 30, 2026
567a28d
test: cover Grounding JSON error vocabulary
Jul 30, 2026
f43a68d
feat: start npm Grounding SDK
Jul 30, 2026
526cdc2
feat: add npm Grounding mapper examples
Jul 30, 2026
db5616a
test: harden npm Grounding SDK acceptance
Jul 30, 2026
6a38229
test: prove Grounding representation staleness
Jul 30, 2026
0f8c254
test: cover npm SDK process boundaries
Jul 30, 2026
c7a9617
test: cover npm SDK artifact cleanup
Jul 30, 2026
c79fda9
test: verify packaged Grounding fixture integrity
Jul 30, 2026
704a345
docs: add Grounding correction quickstart
Jul 30, 2026
3a0f9a3
fix: reject vendor binaries without grounding
Jul 30, 2026
33f2088
fix: complete WP-2 dispatch and stop punishing correct PDFium setup
docushell-dev Jul 30, 2026
f3a76c6
fix: give the npm SDK a typed unsupported-platform failure
docushell-dev Jul 30, 2026
3b6abea
build: repair contract gates left dangling by the roadmap.md removal
docushell-dev Jul 30, 2026
0ea444f
docs: add the v0.6.0 release record, mapper guide, and governance upd…
docushell-dev Jul 30, 2026
1022294
build: refresh the npm scaffold gate to the published v0.5.0 payload
docushell-dev Jul 30, 2026
9d01148
docs: record the clean-room walkthrough and the public-version deadlock
docushell-dev Jul 30, 2026
d04385f
docs: rule fingerprint identity and advance install wording to publis…
docushell-dev Jul 30, 2026
ad4f01e
fix: cut unrecorded source binding from verify and verify-batch
docushell-dev Jul 30, 2026
52b365e
build: make governance that nobody runs impossible
docushell-dev Jul 30, 2026
f145c25
test: cover emoji and combining-mark offset vectors
docushell-dev Jul 30, 2026
a6a702a
fix: drop sourceArtifactPath from the VerifyClaimsOptions generator
docushell-dev Jul 30, 2026
5d480a9
docs: record DocuShell acceptance and validator resource baseline
docushell-dev Jul 31, 2026
49fa1cd
docs: bind DocuShell acceptance to reviewed main commit cc652ec
docushell-dev Jul 31, 2026
2f8695c
docs: measure the validator at the frozen ceiling instead of extrapol…
docushell-dev Jul 31, 2026
84fcfb4
perf: accept the validator resource ceiling and enforce it
docushell-dev Jul 31, 2026
39489e4
build: activate v0.6.0 core version and request its public wording
docushell-dev Jul 31, 2026
f0d9198
docs: approve the v0.6.0 public wording with a revision clause
docushell-dev Jul 31, 2026
24826d8
perf: index the Grounding JSON validator and cover the shape that was…
docushell-dev Jul 31, 2026
804b448
fix: keep report writes atomic without destroying non-regular destina…
docushell-dev Jul 31, 2026
bd943af
docs: correct the crate map and clarify two contract descriptions
docushell-dev Jul 31, 2026
619dfe6
fix(ethos-pdf): apply page rotation when mapping PDFium text coordinates
docushell-dev Aug 2, 2026
3555e83
docs: record multi-format grounding analysis as a v0.7.0 input
docushell-dev Aug 3, 2026
94eeb5c
ci: scope CI to product correctness and park publication gates
docushell-dev Aug 9, 2026
98c22d6
ci: remove Milestone D contract guards and their make targets
docushell-dev Aug 9, 2026
a0cc4c8
ci: delete config-testing scripts and shipped v0.5 release machinery
docushell-dev Aug 9, 2026
35bf8d4
fix: restore rustfmt and regenerate stale npm type declarations
docushell-dev 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
4 changes: 2 additions & 2 deletions .github/scripts/check_verify_dependency_boundary.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def main() -> None:
dependencies = ", ".join(sorted(ALLOWED_NORMAL_DEPENDENCIES))
features = ", ".join(sorted(ETHOS_CORE_FEATURES))
print(
f"ok: {PACKAGE_NAME} normal dependencies are [{dependencies}]; "
f"ethos-core default features are disabled and features are [{features}]"
f"ok: {PACKAGE_NAME} manifest normal dependencies are [{dependencies}]; "
f"ethos-core default features are disabled and features are [{features}] (manifest check only)"
)


Expand Down
199 changes: 0 additions & 199 deletions .github/scripts/test_app_answer_release_release_prep.py

This file was deleted.

144 changes: 0 additions & 144 deletions .github/scripts/test_ci_workflow.py

This file was deleted.

Loading
Loading