- [ ] **Step 2: Run the full workflow test to verify it fails before the missing integration behavior is completed**
Run: `mvn -Dtest=IssuanceWorkflowIntegrationTest test -B`
Expected: FAIL until all commercial-bank action endpoints and the central-bank projection are connected.
- [ ] **Step 3: Add only the missing integration wiring and document the dev workflow**
- [ ] **Step 1: Add the dev workflow documentation**
Add a README section with the `dev` profile startup command, the Chinese Swagger URL, the commercial-bank inventory endpoint, and the central-bank request query endpoint. Do not document or expose any database password or private key.
- [ ] **Step 4: Run all automated verification**
- [ ] **Step 2: Run all automated verification**
Run:
@ -466,7 +456,7 @@ mvn package -DskipTests -B
Expected: Maven exits 0 with all tests passing and the JAR built for Java 8.
- [ ] **Step 5: Run the dev-profile smoke test against the 118 test database**
- [ ] **Step 3: Run the dev-profile smoke test against the 118 test database**