text stringlengths 3 8.33k | repo stringclasses 52
values | path stringlengths 6 141 | language stringclasses 35
values | sha stringlengths 64 64 | chunk_index int32 0 273 | n_tokens int32 1 896 |
|---|---|---|---|---|---|---|
, tool inventory, and safety/refusal fixture plugins.
- Make 06-03 complete the durable evidence path: report renderer, base-vs-adapter comparison, manifest, metrics, schema export, and privacy-safe CLI output.
- Make 06-04 add extensibility and review: tenant evaluator plugins, human-review packet/annotation flow, and... | adapter-lab | .planning/phases/06-evaluation-reports/06-RESEARCH.md | Markdown | 8cd0334c6da516ec718f9f46aa021b2abf96726093fef112ab8aad4e79a0b4e7 | 3 | 73 |
# Phase 06 - Security Review
**Date:** 2026-05-28
**Status:** Passed
## Threat Review
| Threat | Status | Evidence |
|--------|--------|----------|
| Remote fetch during evaluation | Mitigated | Local resource resolver fails closed for missing local refs; no-network test covers `adapterlab evaluate`. |
| Missing or ... | adapter-lab | .planning/phases/06-evaluation-reports/06-SECURITY.md | Markdown | eb8e07391618f33a34e86a8a1fa4ed020c94ace162b072752d22621b80bc66b6 | 0 | 328 |
---
status: complete
phase: 06-evaluation-reports
updated: 2026-05-29T11:48:01Z
---
# Phase 06 - UAT Evidence
**Date:** 2026-05-28
**Status:** Passed
## Acceptance Evidence
| Criterion | Evidence |
|-----------|----------|
| Evaluation runs capability, multilingual, function-calling/tool-use, and safety suites from... | adapter-lab | .planning/phases/06-evaluation-reports/06-UAT.md | Markdown | a4ea89329446ceb07472a6e6de6ba794c49c8ee225e0a2250cd679bd23a894c6 | 0 | 464 |
---
phase: 06
slug: evaluation-reports
status: verified
nyquist_compliant: true
wave_0_complete: true
created: 2026-05-28
last_audited: 2026-05-28
---
# Phase 06 - Validation Strategy
> Per-phase validation contract for feedback sampling during execution.
---
## Test Infrastructure
| Property | Value |
|----------... | adapter-lab | .planning/phases/06-evaluation-reports/06-VALIDATION.md | Markdown | 9f6de305d4841cb2b3ea482fcc4511e6e69bc67dc3d20607ebcbaf9a5364797b | 0 | 896 |
-addressed, comparison-aware, schema-valid, escaped, and privacy-safe | integration/schema/privacy/cli | `uv run pytest tests/evaluation/test_reports.py tests/evaluation/test_manifest.py tests/cli/test_evaluation_cli.py tests/contracts/test_schema_exports.py tests/privacy/test_evaluation_outputs.py -q` | Yes | green |
... | adapter-lab | .planning/phases/06-evaluation-reports/06-VALIDATION.md | Markdown | 693121e866251da142a66242143bd026177a40386b7b89021c0c64284018ab9a | 1 | 896 |
tests/contracts/test_evaluation_models.py tests/contracts/test_schema_exports.py tests/evaluation tests/cli/test_evaluation_cli.py tests/offline/test_no_network.py tests/privacy/test_evaluation_outputs.py -q` - 27 passed.
- `uv run pytest -q` - 195 passed.
- `uv run ruff check .` - passed.
- `uv run adapterlab evaluate... | adapter-lab | .planning/phases/06-evaluation-reports/06-VALIDATION.md | Markdown | 0ba235e8c8bcc3975f70abaead6ab1b2f2927ce1f34a843276473bcd60b75ee5 | 2 | 96 |
---
phase: 06-evaluation-reports
status: passed
created: 2026-05-29
requirements:
accounted_for:
- EVL-01
- EVL-02
- EVL-03
- EVL-04
- EVL-05
- EVL-06
- EVL-07
- EVL-08
- EVL-09
- EVL-10
- EVL-11
human_verification: []
gaps: []
---
# Phase 06 Verification
Phase 06 goal ve... | adapter-lab | .planning/phases/06-evaluation-reports/06-VERIFICATION.md | Markdown | e71877e69af291681293b5305fde337ea0e2b131b7432fdabe28abf3f7450ab1 | 0 | 613 |
---
phase: 07-security-verification-gates
plan: 07-01
title: Gate policy engine, result schema, plugin hash model, signing block contract, and no-blocking-override semantics
type: tdd
wave: 1
depends_on: []
files_modified:
- src/adapterlab/contracts/verification.py
- src/adapterlab/contracts/__init__.py
- src/ada... | adapter-lab | .planning/phases/07-security-verification-gates/07-01-PLAN.md | Markdown | 0f441fd751a6e93aa9f3698cb346f745706fde2aa102b4617a1735b2d242685a | 0 | 896 |
`
- `src/adapterlab/contracts/schema_export.py`
- `tests/contracts/test_evaluation_models.py`
- `tests/contracts/test_schema_exports.py`
</read_first>
<action>Create failing tests for `VerifyConfig`, `VerifyGatePolicy`, `VerifyThreshold`, `GateScore`, `GateResult`, `GatePromotion`, `VerifyMani... | adapter-lab | .planning/phases/07-security-verification-gates/07-01-PLAN.md | Markdown | 18daa23f1d4ad3dad872dcb3341d4f855628c85ee9c5ea0b8f7fff593cda9b56 | 1 | 896 |
`, and `report`, compute overall decision, count blocking failures, and expose a signing block helper that raises `GateFailure` when signing is not allowed.</action>
<acceptance_criteria>
- `load_verify_config()` loads `tests/fixtures/verification/verify.yaml`.
- `src/adapterlab/templates/policies/verif... | adapter-lab | .planning/phases/07-security-verification-gates/07-01-PLAN.md | Markdown | 2118d7d28bad7714ffa5d7e6d46d7de42952ac9e57261537ce4a866cba5b2ff7 | 2 | 896 |
contracts/test_schema_exports.py tests/verification/test_config.py tests/verification/test_policy.py tests/verification/test_manifest.py -q`
- `uv run ruff check src/adapterlab/contracts src/adapterlab/verification tests/contracts tests/verification`
</verification>
<success_criteria>
- Verification policy/config/resu... | adapter-lab | .planning/phases/07-security-verification-gates/07-01-PLAN.md | Markdown | 0edacd5f89b86ba1228cc85e13263c9a8139616badd0083fdfa0bf9ec1203b6b | 3 | 119 |
---
phase: 07-security-verification-gates
plan: 07-01
subsystem: verification-contracts
status: complete
tags: [verification, contracts, schemas, signing-block]
key-files:
- src/adapterlab/contracts/verification.py
- src/adapterlab/contracts/schema_export.py
- src/adapterlab/contracts/validation.py
- src/adapte... | adapter-lab | .planning/phases/07-security-verification-gates/07-01-SUMMARY.md | Markdown | 10cc892ea3619bb6911d0efa7ace1f9beca4e37d29e9e2acdf01edbc19888797 | 0 | 481 |
---
phase: 07-security-verification-gates
plan: 07-02
title: MIA and canary exposure/recall gate implementations with privacy-safe evidence
type: tdd
wave: 2
depends_on: [07-01]
files_modified:
- src/adapterlab/verification/protocol.py
- src/adapterlab/verification/builtins.py
- src/adapterlab/verification/eviden... | adapter-lab | .planning/phases/07-security-verification-gates/07-02-PLAN.md | Markdown | 12323c9fde0d5ffe5189c60797bbfd03a557de9aed7ebc9f9ad330a7ed5b7643 | 0 | 896 |
`Jane Doe`, `member-example-secret`, `api_key`, `hsm_pin`, and `private_key` sentinels.
- `uv run pytest tests/verification/test_protocol.py tests/verification/test_membership_inference.py tests/verification/test_canary_recall.py tests/privacy/test_verification_outputs.py -q` fails before implementation.
</ac... | adapter-lab | .planning/phases/07-security-verification-gates/07-02-PLAN.md | Markdown | ea9a60549f035e07122741893077e1a42d904929a97838b66100f4d2545cf7b5 | 1 | 896 |
fixture returns `decision == "failed"` with reason code `canary_recall_detected`.
- Result/evidence include canary IDs or hashes but not `canary-cleartext`.
- Tests assert `repr(result.model_dump())` and persisted evidence do not contain cleartext canary sentinel values.
- `uv run pytest tests/verific... | adapter-lab | .planning/phases/07-security-verification-gates/07-02-PLAN.md | Markdown | dae70529b2e9f811d6018d216becc98697576bed217633c0bd471aabe0fac7ba | 2 | 512 |
---
phase: 07-security-verification-gates
plan: 07-02
subsystem: verification-gates
status: complete
tags: [membership-inference, canary, privacy]
key-files:
- src/adapterlab/verification/protocol.py
- src/adapterlab/verification/evidence.py
- src/adapterlab/verification/builtins.py
- src/adapterlab/verificatio... | adapter-lab | .planning/phases/07-security-verification-gates/07-02-SUMMARY.md | Markdown | 962dfa29a83e57445dced1193d2a4de6504186b673f812760f261bcbeedc357c | 0 | 391 |
---
phase: 07-security-verification-gates
plan: 07-03
title: Prompt-injection, backdoor/trigger, and refusal-regression gate implementations
type: tdd
wave: 2
depends_on: [07-01]
files_modified:
- src/adapterlab/verification/builtins.py
- src/adapterlab/verification/inputs.py
- src/adapterlab/verification/pipelin... | adapter-lab | .planning/phases/07-security-verification-gates/07-03-PLAN.md | Markdown | cf365e7b4d0b97422b8ac89a0b755a7cc177ca20198650b4933bb606a5f26c03 | 0 | 896 |
>uv run pytest tests/verification/test_prompt_injection.py tests/verification/test_backdoor.py tests/verification/test_refusal_regression.py tests/privacy/test_verification_outputs.py -q</verify>
</task>
<task id="07-03-02" type="green">
<name>Implement prompt-injection fixture gate</name>
<read_first>
... | adapter-lab | .planning/phases/07-security-verification-gates/07-03-PLAN.md | Markdown | 3a39524582f98a63b8a98a6471c569c943a88bc6a36ab0d0b259312bda5d7932 | 1 | 896 |
verification/manifest.py`
- `tests/privacy/test_verification_outputs.py`
</read_first>
<action>Register injection, backdoor, and refusal fixture gates in the verification pipeline. Add sanitized red-team fixture files and privacy scan coverage for all new behavior gate outputs.</action>
<acceptance_cr... | adapter-lab | .planning/phases/07-security-verification-gates/07-03-PLAN.md | Markdown | 0e247b473e5aa47f4ec3ec032316275695fe57b4c4f17a9ea7324cfca4eced0d | 2 | 319 |
---
phase: 07-security-verification-gates
plan: 07-03
subsystem: verification-gates
status: complete
tags: [prompt-injection, backdoor, refusal-regression]
key-files:
- src/adapterlab/verification/builtins.py
- src/adapterlab/verification/inputs.py
- src/adapterlab/verification/pipeline.py
- tests/verification/... | adapter-lab | .planning/phases/07-security-verification-gates/07-03-SUMMARY.md | Markdown | 413fb5c904d8b5a7c1454d09e254e443372ea10cdbb5eb9fde386cb360cfb860 | 0 | 373 |
---
phase: 07-security-verification-gates
plan: 07-04
title: Approver flow for warning/report gates, red-team fixtures, verification manifest tests, and evidence sanitization
type: tdd
wave: 3
depends_on: [07-02, 07-03]
files_modified:
- src/adapterlab/verification/approval.py
- src/adapterlab/verification/plugins.... | adapter-lab | .planning/phases/07-security-verification-gates/07-04-PLAN.md | Markdown | 4ed831fc60d62f0594b17dd8145fb8fbe4c47f1d43f0e3b2db098ce897645ad0 | 0 | 896 |
/test_allowlist.py`
- `tests/offline/test_no_network.py`
</read_first>
<action>Create failing tests for approver promotion, gate plugin discovery/execution, full verification pipeline, `adapterlab verify --config PATH --json`, red-team fixture failures for all blocking families, offline socket blocking, a... | adapter-lab | .planning/phases/07-security-verification-gates/07-04-PLAN.md | Markdown | ffeccc0e7215e209e0766840207562d734256cd0ea1162f6acfa6baad265c2e8 | 1 | 896 |
.py tests/plugins/test_registry.py tests/plugins/test_allowlist.py -q` exits 0.
</acceptance_criteria>
<verify>uv run pytest tests/verification/test_plugins.py tests/plugins/test_registry.py tests/plugins/test_allowlist.py -q</verify>
</task>
<task id="07-04-04" type="green">
<name>Implement verificati... | adapter-lab | .planning/phases/07-security-verification-gates/07-04-PLAN.md | Markdown | eeb1115aa59f5e4b4943164b59a7513e1ea10e834ff1c02c7bf46697ff3e708d | 2 | 896 |
final focused and full repository checks for Phase 7. Fix only issues directly caused by verification work. Confirm `adapterlab verify` emits privacy-safe refs and blocks signing when a blocking fixture fails.</action>
<acceptance_criteria>
- `uv run pytest tests/contracts/test_verification_models.py tests/co... | adapter-lab | .planning/phases/07-security-verification-gates/07-04-PLAN.md | Markdown | 7053d4c075600af78c0d34299201d5a2729b8cb78cd244e5f420c7aab4a09fde | 3 | 443 |
---
phase: 07-security-verification-gates
plan: 07-04
subsystem: verification-pipeline
status: complete
tags: [approval, plugins, cli, privacy, offline]
key-files:
- src/adapterlab/verification/approval.py
- src/adapterlab/verification/plugins.py
- src/adapterlab/verification/pipeline.py
- src/adapterlab/cli.py... | adapter-lab | .planning/phases/07-security-verification-gates/07-04-SUMMARY.md | Markdown | 231cd3f18e99e9ea7897f5b7c434698534cc9720a9afe53dd43f7c26fa3c5346 | 0 | 510 |
# Phase 7: Security Verification Gates - Context
**Gathered:** 2026-05-28
**Status:** Ready for planning
<domain>
## Phase Boundary
Phase 7 delivers the security verification subsystem that runs after evaluation
and before signing. It consumes training, synthesis, and evaluation manifests
and evidence; evaluates con... | adapter-lab | .planning/phases/07-security-verification-gates/07-CONTEXT.md | Markdown | 5f3bd947b4f24f9346678b05595f28340051e5e7ad162a2d69061555f3d7280d | 0 | 896 |
be stored as sanitized benchmark summaries with optional redacted
examples only when necessary for operator review.
### Gate Implementation Shape
- **D-11:** Use one gate protocol for built-in and tenant gate plugins.
Gate implementations consume typed context with manifest refs, evaluation
metrics, dataset/evid... | adapter-lab | .planning/phases/07-security-verification-gates/07-CONTEXT.md | Markdown | 2b806d02aa74a8598bf6e19951777c1e1957c596a985b38011ea236ac0b59a47 | 1 | 896 |
.
- `.planning/phases/02-enterprise-controls-and-offline-guardrails/02-CONTEXT.md`
- Deployment modes, egress policy, no-network tests, audit/log redaction,
RBAC, secret references, metrics, and local experiment metadata foundations.
- `.planning/phases/03-provenance-preserving-ingest/03-CONTEXT.md` -
`corpus.par... | adapter-lab | .planning/phases/07-security-verification-gates/07-CONTEXT.md | Markdown | eb641ae7b60b47fc40d3b6cb982c06cf00f1dbbd99e8a4f7e6eb8317ec00295f | 2 | 896 |
expand with the Phase 7 contract.
### Fixtures and Tests
- `tests/evaluation/` and `tests/fixtures/evaluation/` - Local fixture
evaluation outputs suitable as default verification inputs.
- `tests/synthesis/test_canary.py` and `tests/contracts/test_synthesis_models.py`
- Canary evidence and no-cleartext tests to e... | adapter-lab | .planning/phases/07-security-verification-gates/07-CONTEXT.md | Markdown | 229a15c9eedb82ea59ef9ffa1bda2d93f828d00e8d6bad8e2bcdf6aab37e9c97 | 3 | 896 |
scale benchmark scheduling and distributed red-team execution are out
of scope for v1.
- Remote or SaaS security-scoring services must not be default dependencies;
any future use belongs behind connected-mode explicit allowlisting and audit
evidence.
</deferred>
---
*Phase: 7-Security Verification Gates*
*Cont... | adapter-lab | .planning/phases/07-security-verification-gates/07-CONTEXT.md | Markdown | 6f125e3ce15935605b47c6dd29a81b2e13de537f48e0ed55062a562823cb5d20 | 4 | 70 |
# Phase 7: Security Verification Gates - Discussion Log
> **Audit trail only.** Do not use as input to planning, research, or execution agents.
> Decisions are captured in CONTEXT.md - this log preserves the alternatives considered.
**Date:** 2026-05-28
**Phase:** 7-Security Verification Gates
**Areas discussed:** Ga... | adapter-lab | .planning/phases/07-security-verification-gates/07-DISCUSSION-LOG.md | Markdown | 46cf8b9221a5b1061f0c5f41789521fabf2d1c7c62dbcbe10c3d8149d85171e1 | 0 | 816 |
# Phase 07 - Pattern Map
## Codebase State
Phase 7 builds on a completed evaluation subsystem and earlier offline,
artifact, plugin, RBAC, and privacy foundations.
- `src/adapterlab/contracts/evaluation.py` provides the closest manifest and
result-shape analog for verification contracts.
- `src/adapterlab/evaluati... | adapter-lab | .planning/phases/07-security-verification-gates/07-PATTERNS.md | Markdown | 4f65d177a38884188ac8849cfeea50846f9928a2d1cca55df8d223af55271c0b | 0 | 896 |
| Offline tests | `tests/offline/test_no_network.py` | socket-blocking command coverage |
## Planning Notes
- Keep Phase 7 fixture-backed by default; do not add heavyweight ML/security
packages to the base install.
- Make `verify.manifest.json` directly consumable by Phase 8 signing and
packing.
- Ensure failed b... | adapter-lab | .planning/phases/07-security-verification-gates/07-PATTERNS.md | Markdown | b96bb102267f0e189168e6a717d7ae53403b91bdb72511aee5974b4ef03090fc | 1 | 98 |
# Phase 07 - Research: Security Verification Gates
## RESEARCH COMPLETE
## Research Objective
Plan Phase 7 so `adapter-lab` can run policy-driven security gates before
signing, produce privacy-safe evidence, and expose a signing block contract that
Phase 8 can enforce without scraping reports or trusting mutable pat... | adapter-lab | .planning/phases/07-security-verification-gates/07-RESEARCH.md | Markdown | ef15c504f417c7fae9e1441f75d2f0e41cf479550009beb893a4700b22c336b2 | 0 | 896 |
CanaryEvidence` IDs and hashes from synthesis plus protected dataset or
evidence refs. The default fixture should test both pass and fail paths by
matching hash/ID metadata and sanitized recall indicators. Cleartext canaries
must never be required in manifests, logs, CLI JSON, reports, dashboards, or
planning docs.
##... | adapter-lab | .planning/phases/07-security-verification-gates/07-RESEARCH.md | Markdown | 6918ee3c22b7aaab77c62ec01220d01e720678b858ab6127029b4e329cc730ed | 1 | 832 |
---
phase: 07
slug: security-verification-gates
status: verified
nyquist_compliant: true
wave_0_complete: true
created: 2026-05-28
---
# Phase 07 - Validation Strategy
> Per-phase validation contract for feedback sampling during execution.
## Test Infrastructure
| Property | Value |
|----------|-------|
| Framework... | adapter-lab | .planning/phases/07-security-verification-gates/07-VALIDATION.md | Markdown | bc7a7d6d8e519a2e247ba854dd0c91e2cae6504a0b157ce2a30c5ac427dbaa5a | 0 | 896 |
may be sensitive | Run with approved local fixtures and confirm manifests contain aggregate results only. |
| Refusal regression against tenant safety suites | VER-07 | Requires tenant-approved safety resources | Run local safety evidence through verification and confirm deltas and reason codes are privacy-safe. |
## ... | adapter-lab | .planning/phases/07-security-verification-gates/07-VALIDATION.md | Markdown | df743c4e9a9cf3b6a33c056320f488ab32d9b14499ec248cf2a35233d8e75515 | 1 | 135 |
---
phase: 07-security-verification-gates
status: passed
created: 2026-05-29
requirements:
accounted_for:
- VER-01
- VER-02
- VER-03
- VER-04
- VER-05
- VER-06
- VER-07
- VER-08
- VER-09
- VER-10
- VER-11
- VER-12
- OPS-11
human_verification: []
gaps: []
---
# Phas... | adapter-lab | .planning/phases/07-security-verification-gates/07-VERIFICATION.md | Markdown | cd33f24ada12b82ad5d3ab51d0a661f938a708d8366b1acc515bd931f22748f5 | 0 | 757 |
---
phase: 08-run-orchestration-signing-packing-and-independent-verificati
plan: 08-01
title: End-to-end run orchestrator, dry-run/resume/from-manifest, run manifest, and verify-before-sign enforcement
type: tdd
wave: 1
depends_on: []
files_modified:
- src/adapterlab/contracts/manifests.py
- src/adapterlab/contract... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-01-PLAN.md | Markdown | 5639e7d2e1a4a5df3778956a61ae23a2dea62f090eca8f433d369b72d1da2f10 | 0 | 896 |
/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-VALIDATION.md`
- `src/adapterlab/run/dag.py`
- `src/adapterlab/run/state.py`
- `src/adapterlab/verification/policy.py`
- `src/adapterlab/cli.py`
- `tests/run/test_dag_validation.py`
- `tests/cli/test_run_dag_c... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-01-PLAN.md | Markdown | 0e49c1c0e9f9d1549e573c006b4b13d23694d74f274245c8cc0033113a2d4b8b | 1 | 896 |
/test_orchestration.py`
- `src/adapterlab/run/dag.py`
- `src/adapterlab/run/state.py`
- `src/adapterlab/artifacts/store.py`
- `src/adapterlab/training/manifest.py`
- `src/adapterlab/verification/manifest.py`
- `src/adapterlab/sdk/errors.py`
</read_first>
<action>Add `src/adap... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-01-PLAN.md | Markdown | 54cbeb6baa5acf7a1ac3aed67e3516ad7bd4e2a778e2bcea22ed48c4862b99dc | 2 | 896 |
- `src/adapterlab/sdk/output.py`
- `src/adapterlab/sdk/errors.py`
- `src/adapterlab/templates/run.yaml`
- `src/adapterlab/templates/README.md`
</read_first>
<action>Add `adapterlab run --config PATH --json`, `--dry-run`, `--resume-from STAGE_ID`, and `--from-manifest PATH` to `src/adapterlab/c... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-01-PLAN.md | Markdown | f7a3d7f8f5fbf2ce637de7bad10a0efebcd543620ac71671d4ba622bc0e81303 | 3 | 791 |
---
phase: 08-run-orchestration-signing-packing-and-independent-verificati
plan: 08-01
subsystem: run-orchestration
tags: [run, manifest, cli, verification, signing-gate]
requires: [FND-13, SPK-01]
provides: [run-pipeline-foundation, run-manifest-contract, adapterlab-run-cli]
affects:
- src/adapterlab/contracts/manif... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-01-SUMMARY.md | Markdown | 2edc92e3158fda98bbdcc1f1a0e0292a25f7c0d2fe6500f3f39908dded5ab0ac | 0 | 842 |
---
phase: 08-run-orchestration-signing-packing-and-independent-verificati
plan: 08-02
title: Attestation builders, model card generation, signer interfaces, trust policy, and secret hygiene
type: tdd
wave: 2
depends_on: [08-01]
files_modified:
- src/adapterlab/contracts/signing.py
- src/adapterlab/contracts/manife... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-02-PLAN.md | Markdown | a680cb5f31c718db6b444ac3611fddc6dd28c4a5e39df48167c899799b70755d | 0 | 896 |
>
- `.planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-CONTEXT.md`
- `src/adapterlab/sdk/errors.py`
- `src/adapterlab/security/rbac.py`
- `src/adapterlab/security/secrets.py`
- `src/adapterlab/verification/policy.py`
- `src/adapterlab/contracts/verif... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-02-PLAN.md | Markdown | 6a66dac56ad5704ea4861321852d6550b0c9f989229b54fc025573a7f539ecd0 | 1 | 896 |
gate</name>
<read_first>
- `tests/signing/test_signers.py`
- `tests/signing/test_pipeline.py`
- `src/adapterlab/security/rbac.py`
- `src/adapterlab/security/secrets.py`
- `src/adapterlab/security/redaction.py`
- `src/adapterlab/sdk/errors.py`
- `src/adapterlab/artifacts/sto... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-02-PLAN.md | Markdown | 4fd1b37960fb3770996dbaafa98131d9573eadd4a8378e3b3f8b6594281c7ef5 | 2 | 896 |
adapterlab/signing/model_card.py`
- `src/adapterlab/verification/policy.py`
- `src/adapterlab/cli.py`
- `src/adapterlab/templates/policies/signing.yaml`
</read_first>
<action>Create `src/adapterlab/signing/pipeline.py` with `SigningResult` and `run_signing(config_path, dry_run=False)`. The pip... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-02-PLAN.md | Markdown | 8ab92ae78027255887dfa81e70b95393414e8af2bb53cc15857891e5cc6962ee | 3 | 811 |
---
phase: 08-run-orchestration-signing-packing-and-independent-verificati
plan: 08-02
subsystem: signing-trust
tags: [signing, attestations, dsse, in-toto, model-card, trust-policy]
requires: [SPK-01, SPK-02, SPK-03, SPK-04, SPK-05, SPK-06, SPK-10]
provides: [signing-contracts, file-signer, attestation-builders, model... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-02-SUMMARY.md | Markdown | 0d95e2254dd9125d35b6184f4aca977b1dad10dd3fb91d33ec973aebdb3fac81 | 0 | 896 |
tests/contracts/test_signing_models.py tests/signing tests/cli/test_signing_cli.py tests/privacy/test_bundle_outputs.py -q`
- PASS: `PYTHONPATH=src uv run ruff check .`
- PASS: `PYTHONPATH=src uv run adapterlab sign --config tests/fixtures/signing/signing.yaml --json`
## Deviations from Plan
None - plan executed exac... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-02-SUMMARY.md | Markdown | 10f7591e14e122c5bdf2099e458bacd4c18879bec341ed28374dccb8c3a52627 | 1 | 119 |
---
phase: 08-run-orchestration-signing-packing-and-independent-verificati
plan: 08-03
title: Bundle assembly, reproducibility evidence, experiment metadata linkage, static dashboards, and signed artifact layout
type: tdd
wave: 3
depends_on: [08-01, 08-02]
files_modified:
- src/adapterlab/contracts/manifests.py
- s... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-03-PLAN.md | Markdown | 0804410ad786ef75c0f7c45abb71379ec3ab2eee79a36bdd035222c3f588b589 | 0 | 896 |
-CONTEXT.md`
- `src/adapterlab/contracts/manifests.py`
- `src/adapterlab/signing/pipeline.py`
- `src/adapterlab/evaluation/reports.py`
- `src/adapterlab/supply_chain/provenance.py`
- `src/adapterlab/supply_chain/sbom.py`
- `tests/artifacts/test_store.py`
</read_first>
<action... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-03-PLAN.md | Markdown | b7fc5ecd03f788ed188f6e981d8798165883e9f62e644bda9738295b9a2f07e8 | 1 | 896 |
, SBOM/build provenance linking, schema digest capture, lockfile/export refs, environment capture, model/dataset hashes, seeds, deterministic caveats, and experiment metadata refs.</action>
<acceptance_criteria>
- Bundle assembly writes stable relative paths with sorted member ordering.
- Adapter artifa... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-03-PLAN.md | Markdown | 2bd0e023bfa822152a0b31018f432ed4017957a030a32e649ad7613b49e6cfe7 | 2 | 896 |
tests/cli/test_pack_cli.py tests/bundles/test_assembly.py tests/bundles/test_dashboards.py -q` exits 0.
</acceptance_criteria>
<verify>PYTHONPATH=src uv run pytest tests/cli/test_pack_cli.py tests/bundles/test_assembly.py tests/bundles/test_dashboards.py -q</verify>
</task>
<task id="08-03-06" type="refact... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-03-PLAN.md | Markdown | 2bc12a14aa670f4beab37ba81a29bebdaba369449ef9bbc47c3e2ee97496b992 | 3 | 551 |
---
phase: 08-run-orchestration-signing-packing-and-independent-verificati
plan: 08-03
subsystem: bundle-assembly
tags: [bundle, reproducibility, dashboards, pack-cli]
requires: [SPK-07, SPK-12, OPS-04]
provides: [bundle-manifest-members, deterministic-layout, static-dashboards, reproducibility-evidence]
affects:
- s... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-03-SUMMARY.md | Markdown | aa2b355f1038ea9f965a05e5ffe95c1e16887d9faa803e533556f6a3d9bacfd6 | 0 | 761 |
---
phase: 08-run-orchestration-signing-packing-and-independent-verificati
plan: 08-04
title: Standalone offline verifier, trusted root/key policy, key rotation evidence, and tamper-evidence tests
type: tdd
wave: 4
depends_on: [08-02, 08-03]
files_modified:
- src/adapterlab/bundles/verify.py
- src/adapterlab/bundle... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-04-PLAN.md | Markdown | fbb53af09a78d4e510f02e1d3b3b611425bd4489eb92054313879f1822daed09 | 0 | 896 |
--bundle PATH --trust-policy PATH --json` CLI output.</action>
<acceptance_criteria>
- `tests/bundles/test_verify_bundle.py` includes `test_verify_bundle_accepts_intact_fixture_bundle`.
- `tests/bundles/test_tamper_evidence.py` includes one test per required tamper surface named with the surface being t... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-04-PLAN.md | Markdown | 71ffbd6b4f29ca5db087b77669e7c30f5fdb6fbf6a54bfa149c37d61c2f88e5b | 1 | 896 |
uv run pytest tests/bundles/test_verify_bundle.py tests/bundles/test_tamper_evidence.py -q</verify>
</task>
<task id="08-04-04" type="green">
<name>Add `adapterlab verify-bundle` CLI and no-network coverage</name>
<read_first>
- `tests/cli/test_verify_bundle_cli.py`
- `tests/offline/test_no_net... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-04-PLAN.md | Markdown | ef69598bd322654aa5727119f5c5a210676b24b25b74d0c5111615fb86d13d6b | 2 | 896 |
tests/fixtures/bundles/intact --trust-policy tests/fixtures/bundles/trust-policy.yaml --json`
</verification>
<success_criteria>
- `verify-bundle` succeeds offline for intact bundles.
- `verify-bundle` fails on tampered adapter bytes, manifests, attestations, signatures, model cards, reports, dashboards, and reproduci... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-04-PLAN.md | Markdown | ea3eb63f750e2b7e772a7e66b5431f4c095fe61674dd2271731e0229370e6781 | 3 | 115 |
---
phase: 08-run-orchestration-signing-packing-and-independent-verificati
plan: 08-04
subsystem: offline-bundle-verifier
tags: [verify-bundle, trust-policy, tamper-evidence, no-network]
requires: [SPK-08, SPK-09, SPK-10, OPS-13]
provides: [standalone-bundle-verifier, trust-policy-evaluator, tamper-evidence]
affects:
... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-04-SUMMARY.md | Markdown | 77b24316108acbb26a2ee7ac75bc1088beec188fe0ceb7e84690abac8e430758 | 0 | 767 |
---
phase: 08-run-orchestration-signing-packing-and-independent-verificati
plan: 08-05
title: Bundle privacy regression tests, final docs, and independent verification acceptance fixtures
type: tdd
wave: 5
depends_on: [08-01, 08-02, 08-03, 08-04]
files_modified:
- tests/privacy/test_bundle_outputs.py
- tests/offlin... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-05-PLAN.md | Markdown | ea3a46b3368b070bafbbb7fd5b0ea6ada739c9fdd1ec19338f74286754b1a665 | 0 | 896 |
, model cards, dashboards, attestations, signatures, bundle manifests, verifier JSON, and docs examples for forbidden sentinels; run `adapterlab run`, `sign`, `pack`, and `verify-bundle` under blocked sockets; and prove intact fixture verification plus tamper failure.</action>
<acceptance_criteria>
- Privacy ... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-05-PLAN.md | Markdown | 9cfdcb8ac8ee771e30e5b128745706678d8b1315cfac1f9ee6692ade73a75b4f | 1 | 896 |
=src uv run pytest tests/privacy/test_bundle_outputs.py -q</verify>
</task>
<task id="08-05-04" type="green">
<name>Document run, signing, packing, dashboards, and independent verification</name>
<read_first>
- `docs/operations.md`
- `docs/offline-install.md`
- `docs/threat-model.md`
... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-05-PLAN.md | Markdown | cd1efe0ec36deabdc338751ce2a52c6b106b228f25525089dacd43182fbccb42 | 2 | 896 |
and that final docs do not include unsafe examples.</action>
<acceptance_criteria>
- `PYTHONPATH=src uv run pytest tests/run tests/signing tests/bundles tests/cli/test_run_cli.py tests/cli/test_signing_cli.py tests/cli/test_pack_cli.py tests/cli/test_verify_bundle_cli.py tests/offline/test_no_network.py tests... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-05-PLAN.md | Markdown | 43acbc616166487128512abd6820db774d57dda01510427c07a226563df23000 | 3 | 642 |
---
phase: 08-run-orchestration-signing-packing-and-independent-verificati
plan: 08-05
subsystem: final-privacy-docs-acceptance
tags: [privacy, no-network, acceptance, docs, full-suite]
requires: [SPK-05, SPK-11, SPK-12, OPS-04, OPS-13, OPS-15]
provides: [privacy-regression, independent-verification-acceptance, operato... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-05-SUMMARY.md | Markdown | ea43cbf6c4587c01faaa38c9e330e8a1cda13412973319895d44f1066c1470ec | 0 | 869 |
# Phase 8: Run Orchestration, Signing, Packing, and Independent Verification - Context
**Gathered:** 2026-05-28
**Status:** Ready for planning
<domain>
## Phase Boundary
Phase 8 delivers the final end-to-end production chain for adapter-lab. It
connects existing stage services through `adapterlab run`, enforces
veri... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-CONTEXT.md | Markdown | 4384899ebbf6a14ac026a1155aab13c6df1d72f2edc4ee27c33255a1ecf50650 | 0 | 896 |
evaluation evidence, verification evidence,
model-card payload, SBOM/build evidence, and bundle policy/config refs. Missing
or digest-mismatched inputs fail closed.
- **D-11:** Signing secrets are never materialized in persisted outputs. Configs,
logs, audit records, manifests, model cards, dashboards, bundles, a... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-CONTEXT.md | Markdown | 86b2a9c24e65d42a4396f48dbbe63adf14259c5b4f80b333fc29a85af54c803e | 1 | 896 |
should be specific and machine-readable. Report the
failing path/ref, expected digest or signer constraint, observed value when
safe, error code, and whether the failure blocks trust. Do not leak secrets or
raw sensitive examples in error output.
- **D-25:** Verification fails closed for missing required members,... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-CONTEXT.md | Markdown | 65eab20755b13cac2f1c4369d7fa572d97c9e543cd448cc33e0b3c3521930226 | 2 | 896 |
/05-CONTEXT.md` - Training manifest,
PEFT adapter refs, base model identity, deterministic-mode metadata, DP
evidence, tokenizer/merge provenance, and adapter privacy rules.
- `.planning/phases/06-evaluation-reports/06-CONTEXT.md` - Evaluation manifest,
report refs, suite metrics, base-vs-adapter comparisons, hum... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-CONTEXT.md | Markdown | e699a14e975acff7ecf5d1e80b30526599a0e764879fe44b9de6be1cd2357bca | 3 | 896 |
.py`,
`tests/privacy/test_evaluation_outputs.py`, and
`tests/privacy/test_enterprise_outputs.py` - Privacy sentinel scan patterns to
extend for model cards, dashboards, attestations, signatures, bundles, and
verifier output.
- `tests/contracts/test_schema_exports.py` - Schema export drift coverage to
extend w... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-CONTEXT.md | Markdown | 5e996adb6eb54feba82b8322859e7abbb1f7e2e5472d2c977056ce9a3dc65d43 | 4 | 896 |
areas: run
orchestration behavior, signing/trust policy, bundle layout/model card,
standalone offline verifier, and static dashboard evidence.
- Keep the default repository lane deterministic and local. Real HSM/KMS or
cryptographic backend integrations may be protocol shells or optional marked
tests, but v1 sh... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-CONTEXT.md | Markdown | 95930ae5746d17d2d1080b32660264e902956044f4da155bd1fa64055a5256d3 | 5 | 185 |
# Phase 8: Run Orchestration, Signing, Packing, and Independent Verification - Discussion Log
> **Audit trail only.** Do not use as input to planning, research, or execution agents.
> Decisions are captured in CONTEXT.md - this log preserves the alternatives considered.
**Date:** 2026-05-28
**Phase:** 8-Run Orchestra... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-DISCUSSION-LOG.md | Markdown | 93c8097946b3ff987e681660a74d2b8f5a67e8471a07ba775246ec35a2340573 | 0 | 896 |
-----------|----------|
| Complete static run dashboard | Generate static HTML/JSON views for run timeline, training metrics, evaluation deltas, gate decisions, bundle status, signature/trust status, and reproducibility coverage. | ✓ |
| Minimal bundle status page | Show only bundle and signature status in v1. | |
| Ag... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-DISCUSSION-LOG.md | Markdown | 9c90640a077ffe0822504fed2b543a061b46a3b95cbf60e4b88407fb2e80d037 | 1 | 248 |
# Phase 08 Pattern Map
## Existing Patterns to Reuse
### CLI and SDK Services
- Existing stage commands in `src/adapterlab/cli.py` call SDK functions,
catch `ContractValidationError` and `AdapterLabError`, and emit
`CommandResult` JSON.
- New `run`, `sign`, `pack`, and `verify-bundle` commands should follow the
... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-PATTERNS.md | Markdown | 27894c5ebc026fb3669f1650b911c9b543a7b8c55eb95ee5c4ec9e73ad819d49 | 0 | 826 |
---
phase: 08-run-orchestration-signing-packing-and-independent-verificati
status: complete
created: 2026-05-28
research_scope: run orchestration, signing, bundles, dashboards, offline verification
---
# Phase 08 Research - Run Orchestration, Signing, Packing, and Independent Verification
## Research Complete
Phase ... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-RESEARCH.md | Markdown | 7de37b95f096f6ecc201b14146ab1475ecf58839e27043a6b3d171f5689a8be8 | 0 | 896 |
`manifests/`
- `attestations/`
- `signatures/`
- `reports/`
- `dashboards/`
- `reproducibility/`
- `sbom/`
- `bundle.manifest.json`
Static dashboards should be generated as local HTML/JSON artifacts from manifests
and report refs only. Keep them deterministic by stable sorting and by using
timestamps from manifests wh... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-RESEARCH.md | Markdown | 5173aa9b730baa94f5b520cc4aeca030e37eb1268cd7de628f0156398fb33046 | 1 | 791 |
---
phase: 08
slug: run-orchestration-signing-packing-and-independent-verificati
status: verified
threats_open: 0
asvs_level: 1
created: 2026-05-29T11:38:22Z
updated: 2026-05-29T11:49:12Z
---
# Phase 08 - Security
Per-phase security contract: threat register, accepted risks, and audit trail for
run orchestration, sig... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-SECURITY.md | Markdown | c4d26efb1930800b1f308726b106767390805a4195cb1842ace9891980e9d1c0 | 0 | 896 |
-FILE | Tampering | Bundle assembly | mitigate | `assemble_bundle()` records copied adapter, manifest, attestation, signature, model-card, and dashboard refs as sorted `BundleMember` rows with digests. | closed |
| T-08-BUNDLE-ADAPTER-MUTATION | Tampering | Bundle adapter bytes | mitigate | `_copy_member()` verifies so... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-SECURITY.md | Markdown | 065c018773db0b61fd6a2616117f840bda5e930dd1a6b8c5baed92be028383a4 | 1 | 896 |
/adapterlab/bundles tests/run tests/signing tests/bundles tests/privacy tests/offline tests/acceptance`.
- PASS: `PYTHONPATH=src uv run pytest tests/run tests/signing tests/bundles tests/cli/test_run_cli.py tests/cli/test_signing_cli.py tests/cli/test_pack_cli.py tests/cli/test_verify_bundle_cli.py tests/offline/test_n... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-SECURITY.md | Markdown | b3854657442b80e9482b0637ce992272980700c77f5f177fe7f095c0ad982163 | 2 | 251 |
---
status: complete
phase: 08-run-orchestration-signing-packing-and-independent-verificati
source:
- 08-01-SUMMARY.md
- 08-02-SUMMARY.md
- 08-03-SUMMARY.md
- 08-04-SUMMARY.md
- 08-05-SUMMARY.md
started: 2026-05-29T11:20:02Z
updated: 2026-05-29T11:23:13Z
---
## Current Test
[testing complete]
## Tests
###... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-UAT.md | Markdown | 8eeeeac40c40ae3c04d97d21fdc49bf2a82ebf3803c4b543a9baf7979b318c02 | 0 | 896 |
.bin`.
### 7. Privacy, No-Network, and Operator Documentation Coverage
expected: Full Phase 08 acceptance should pass with privacy sentinels, blocked-socket no-network coverage for run/sign/pack/verify-bundle, and operator docs that describe offline run, signing, packing, dashboard, trust-policy, and independent verif... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-UAT.md | Markdown | cac2b9d5865b036286af55d96606cc516e1a4f7e4b21cca5273686d7dee7d793 | 1 | 259 |
---
phase: 08
slug: run-orchestration-signing-packing-and-independent-verificati
status: verified
nyquist_compliant: true
wave_0_complete: true
created: 2026-05-28
---
# Phase 08 - Validation Strategy
> Per-phase validation contract for feedback sampling during execution.
## Test Infrastructure
| Property | Value |... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-VALIDATION.md | Markdown | dbe420a5bc51e9fd46c86c04929b4cfb2572e54ade83568455e6dd5afe190716 | 0 | 896 |
|------------|-------------------|
| Real HSM/PKCS#11 signer integration | SPK-04, SPK-10 | Requires tenant hardware, drivers, trust roots, and operational ceremony | On an approved offline host, configure a tenant signer ref and verify `adapterlab sign` produces the same manifest-safe signer identity fields and no raw... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-VALIDATION.md | Markdown | 4f19dd248eb3f173484d2725a36cd7b88f337e6d94a2298048f1308a931dea78 | 1 | 316 |
---
phase: 08-run-orchestration-signing-packing-and-independent-verificati
status: passed
created: 2026-05-29
requirements:
accounted_for:
- FND-13
- SPK-01
- SPK-02
- SPK-03
- SPK-04
- SPK-05
- SPK-06
- SPK-07
- SPK-08
- SPK-09
- SPK-10
- SPK-11
- SPK-12
- OPS-... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-VERIFICATION.md | Markdown | ed7e1ff4357912ef7e5efc95d0f334d21e5c1d811cadc0ba6f212d3d73b2fc57 | 0 | 896 |
- passed.
- `08-UAT.md` records 7/7 acceptance checks passing with 0 issues, 0 pending, and 0 blocked.
- `08-SECURITY.md` records 20/20 threats closed and `threats_open: 0`.
## Gaps
None.
## Human Verification
Tenant HSM/PKCS#11, CA, KMS, and governance model-card review remain environment-specific validation rows,... | adapter-lab | .planning/phases/08-run-orchestration-signing-packing-and-independent-verificati/08-VERIFICATION.md | Markdown | eb3701737ba12937d105d2853f939ca20eb8ebbab5f1f385c8edeadfd6028e07 | 1 | 98 |
---
status: complete
task_id: 260526-rme
task: Repair enterprise planning docs for consistency and missing requirements
created: 2026-05-26
must_haves:
truths:
- PROJECT, REQUIREMENTS, and ROADMAP describe the same v1 scope.
- Every v1 requirement is mapped to a roadmap phase.
- Enterprise guarantees arou... | adapter-lab | .planning/quick/260526-rme-repair-enterprise-planning-docs-for-cons/260526-rme-PLAN.md | Markdown | 9fcd3812c4b06bdcce473a41bbf5fdb6a1e9a6957643956b8221e22c91c3fa09 | 0 | 530 |
---
status: complete
task_id: 260526-rme
task: Repair enterprise planning docs for consistency and missing requirements
completed: 2026-05-26
commit: blocked - git could not create .git/index.lock in this sandbox
---
# Quick Task 260526-rme Summary
## Completed
- Rebuilt `.planning/PROJECT.md` into a consistent ente... | adapter-lab | .planning/quick/260526-rme-repair-enterprise-planning-docs-for-cons/260526-rme-SUMMARY.md | Markdown | a6941622163a073c86ada3733bf5544bc60dbc106b126d8d065b180751c32123 | 0 | 360 |
---
status: passed
task_id: 260526-rme
verified: 2026-05-26
---
# Quick Task 260526-rme Verification
## Scope
Verify that the repaired planning documents are internally consistent, traceable, and explicit enough for enterprise-level phase execution.
## Evidence
Automated consistency checks passed:
- 100 unique v1... | adapter-lab | .planning/quick/260526-rme-repair-enterprise-planning-docs-for-cons/260526-rme-VERIFICATION.md | Markdown | 0b7f49511fd2b57486cd967a2c4bb86ce7a7d9c074e8da4e6d6cf5aca3dc117c | 0 | 379 |
---
status: complete
task_id: 260526-rme
task: Repair enterprise planning docs for consistency and missing requirements
created: 2026-05-26
---
# Quick Task 260526-rme Plan
See [260526-rme-PLAN.md](./260526-rme-PLAN.md).
| adapter-lab | .planning/quick/260526-rme-repair-enterprise-planning-docs-for-cons/PLAN.md | Markdown | 36bb4b20b70676da04f87e3575013ca3f8b641202093b3a00e0167406f43e12a | 0 | 61 |
---
status: complete
task_id: 260526-rme
task: Repair enterprise planning docs for consistency and missing requirements
completed: 2026-05-26
---
# Quick Task 260526-rme Summary
See [260526-rme-SUMMARY.md](./260526-rme-SUMMARY.md).
| adapter-lab | .planning/quick/260526-rme-repair-enterprise-planning-docs-for-cons/SUMMARY.md | Markdown | 60126ce205dc94c7456313dc97d3c8bb82f91978a3c6dfbe76c11ccb9363bc5b | 0 | 61 |
---
quick_id: 260529-izb
slug: fix-phase-08-verify-bundle-trust-policy-
status: planned
created: 2026-05-29T11:39:59.642Z
---
# Quick Task 260529-izb: Fix Phase 08 verify-bundle trust policy and signature coverage gaps
## Objective
Close the two open Phase 08 security threats:
- `T-08-VERIFY-TAMPER`: `verify_bundle... | adapter-lab | .planning/quick/260529-izb-fix-phase-08-verify-bundle-trust-policy-/260529-izb-PLAN.md | Markdown | d6b28b3e6c53e4dd68894a66f40f31b71013566b397a1ab51c5b1d143d41525a | 0 | 220 |
---
quick_id: 260529-izb
slug: fix-phase-08-verify-bundle-trust-policy-
status: complete
completed: 2026-05-29T11:45:27Z
---
# Quick Task 260529-izb Summary
Fixed the Phase 08 verifier security gaps by carrying signing evidence into bundles and enforcing that evidence in `verify-bundle`.
## Changes
- `run_pack()` n... | adapter-lab | .planning/quick/260529-izb-fix-phase-08-verify-bundle-trust-policy-/260529-izb-SUMMARY.md | Markdown | 363f14ec1533af1409bfcb9d59c43a2d9f84ed2bea1afdab5fb44f63fd55bdec | 0 | 493 |
---
quick_id: 260529-izb
slug: fix-phase-08-verify-bundle-trust-policy-
status: complete
created: 2026-05-29T11:39:59.642Z
---
# Quick Task 260529-izb Plan
See [260529-izb-PLAN.md](./260529-izb-PLAN.md).
| adapter-lab | .planning/quick/260529-izb-fix-phase-08-verify-bundle-trust-policy-/PLAN.md | Markdown | 14c655c186273d2460f2387c218396b1d3f12af7e6b28db9ad6df7260c9a83ac | 0 | 72 |
---
quick_id: 260529-izb
slug: fix-phase-08-verify-bundle-trust-policy-
status: complete
completed: 2026-05-29T11:45:27Z
---
# Quick Task 260529-izb Summary
See [260529-izb-SUMMARY.md](./260529-izb-SUMMARY.md).
| adapter-lab | .planning/quick/260529-izb-fix-phase-08-verify-bundle-trust-policy-/SUMMARY.md | Markdown | 5af213352d9d95911146ef725dcddc321d1373a220ae023f4705edc4db384f94 | 0 | 72 |
# Architecture Research: adapter-lab
**Scope:** Enterprise architecture and build order for a manifest-centered adapter lab.
**Date:** 2026-05-26
## Architectural Recommendation
Build `adapter-lab` as a layered Python package with a stable SDK core, a thin CLI, and manifest-mediated subsystem boundaries.
```
adapte... | adapter-lab | .planning/research/ARCHITECTURE.md | Markdown | e6c7a6d5d088b67eee88ad75a1523e065e81c59ec5dbbde63c6d243443b7c9fd | 0 | 896 |
1: Ingest
Implement enough ingestion to create a real `corpus.parquet` with provenance, PII redaction, language tags, and dedup evidence. Without this, synthesis and privacy verification cannot be meaningful.
### Phase 2: Synthesize
Implement canonical SFT/preference schemas and at least one grounded strategy plus f... | adapter-lab | .planning/research/ARCHITECTURE.md | Markdown | 58e0afd217ba70db32747a66b420cf5b16bc2505c36b3856d7b8c015ca5e895c | 1 | 547 |
# Feature Research: adapter-lab
**Scope:** Features expected from an enterprise adapter-production lab.
**Date:** 2026-05-26
## Table Stakes
### Tenant and Project Setup
- Tenant initialization with `tenant.yaml`, deployment mode, artifact store, signing backend, and policy file paths.
- `doctor` command for GPU/CU... | adapter-lab | .planning/research/FEATURES.md | Markdown | 41bb45757c2a7b25c4a6ed2b59a297f6a536e215d8d63cc7a30abd0a412f8daa | 0 | 896 |
workflows, not merely "can run without internet".
- Security verification gates before signing, with gate evidence included in provenance.
- Content-addressed manifests as the integration contract across every subsystem.
- Tenant-controlled PII recognizers and evaluation suites.
- Standards-based bundle verification in... | adapter-lab | .planning/research/FEATURES.md | Markdown | 92a9c0f2a909a8ea8157598aa1b41b91d499392748030418b1718ac85a1e5945 | 1 | 502 |
# Pitfalls Research: adapter-lab
**Scope:** Common enterprise, ML, privacy, and supply-chain mistakes likely to derail adapter-lab.
**Date:** 2026-05-26
## Critical Pitfalls
### 1. Treating "offline-capable" as a deployment note
**Failure mode:** Commands silently reach public PyPI, Hugging Face Hub, telemetry endp... | adapter-lab | .planning/research/PITFALLS.md | Markdown | a7f17514f5c36c3c41a3d93e0efe6575de4d9be8829660a91ff40165acf4ec5d | 0 | 896 |
regulator and downstream trust.
**Warning signs:**
- Attestations are custom JSON without in-toto/SLSA mapping.
- Signatures are coupled to one online service.
- `verify-bundle` imports training dependencies.
**Prevention:**
- Use in-toto Statement, SLSA Provenance v1, DSSE, and cosign-compatible signatures.
- Keep s... | adapter-lab | .planning/research/PITFALLS.md | Markdown | a9c1f2b4c54f83cb2528c0abba851a15eaa0d2e9abb4eb030fd31c74a33cd974 | 1 | 446 |
# Stack Research: adapter-lab
**Scope:** Enterprise-grade, single-tenant, offline-capable LoRA/QLoRA adapter lab for regulated organizations.
**Date:** 2026-05-26
**Confidence:** High for Python/HF/PyTorch/provenance choices; medium for DP-LoRA implementation details because privacy-preserving adapter training remains... | adapter-lab | .planning/research/STACK.md | Markdown | 2e939fc723a353fd00fbe7f7f7787a1e60ae3569017e1f92fc8788aa1eed1e66 | 0 | 896 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.