arrow_backRetour aux issues
agentic-lineage/lineage
#114
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Add compile-time behavioral consistency checks
ecoDébutant
enhancement
help wanted
descriptionDescription
## Problem statement
The compiler needs a deterministic check that generated artifacts still match the behavioral model before running package export/import or provider materialization checks.
## Scope
- Verify every modeled workflow step appears in generated `WORKFLOW.md` step order.
- Verify every modeled skill, agent, policy, reference, setup requirement, and validation gate is represented or explicitly marked as intentionally omitted.
- Verify evidence links remain traceable from generated artifacts back to the behavioral model.
- Report missing, extra, reordered, or ambiguous generated behavior.
## Acceptance criteria
- Consistency checks pass for a representative compiled package.
- Checks fail clearly when a step is omitted, reordered, or points to a missing skill.
- Checks fail when required references or setup requirements are absent.
- Tests cover pass, missing step, reordered step, missing reference, and intentionally omitted item cases.
## Dependencies
- Depends on the behavioral model and provider-neutral artifact generation.
- Complements #49 but runs before workflow execution.
## Non-goals
- No live provider launch.
- No package export/import round trip.
- No subjective content scoring.
## Sequencing
First child issue in behavioral validation. Later validation issues should call this before deeper checks.
Issues similaires
medik8s/fence-agents-remediation
star18
Poids du dépôt moyen
v0.8.0 starts a cluster-scoped Secret informer despite namespace-scoped Secret RBAC
## Description While testing Fence Agents Remediation (FAR) v0.8.0, I observed the manager repeatedly attempting to li…
Go
good first issue
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Check that an issuer's home_domain round-trips to the same stellar.toml
Written to the standard set by #33 — read that issue first for the expected level of detail and the acceptance criteria…
Go
help wanted
area:corridor
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Report auth_immutable: whether an issuer's flags can still change
> **This issue is the reference standard.** Every other check issue links back here for the expected level of detail. I…
Go
help wanted
good first issue