0xMiden / 0xMiden/project-template

feat: agentic smoke test for AI developer experience

Ouverte
#20 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Rust
Étoiles
0
Forks
10
Merge moyen
8 j 16 h
PR mergées (30 j)
1

Description

## Context

The project template ships AI context resources (CLAUDE.md, skills, build hook) that guide AI agents through Miden smart contract development. Currently there is no automated way to verify that these resources actually produce working results end-to-end.

Raised in PR #18 review as a follow-up for the testing plan.

## Proposal

Create an automated test that:
1. Runs a Claude Code (or equivalent) session against the project template
2. Gives the agent a known task (e.g., "build a token transfer contract with tests")
3. Verifies the resulting code compiles and tests pass

This validates that the full AI developer experience works, not just that individual code blocks compile.

## Notes

- Could run on a schedule (weekly) rather than on every PR
- Start simple: verify a basic contract + test can be generated and compiled
- Longer term: expand to cover more complex patterns (multi-contract, note flows)

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.