datapan-registry / reports /credential-runtime-collection-execution-plan.json
StatPan's picture
Publish verified Datapan Registry payload
51ed393 verified
Raw
History Blame Contribute Delete
18.4 kB
{
"schema_version": "datapan.credential-runtime-collection-execution-plan.v1",
"generated_at": "2026-07-06T17:46:39Z",
"goal_issue": 344,
"execution_plan_ticket": 443,
"provider": "datapan-registry",
"inputs": {
"collection_queue": "reports/credential-runtime-receipt-collection-queue.json",
"runner_readiness": "reports/credential-runtime-runner-readiness.json",
"operator_packets": "reports/credential-runtime-operator-packets.json"
},
"summary": {
"sources": 5,
"credential_gated_sources": 5,
"operator_sources_ready": 0,
"candidate_batches_present": 5,
"candidate_batches_missing": 0,
"blocked_on_operator_env": 5,
"reviewed_receipts_present": 5,
"reviewed_receipts_missing": 0,
"batch_ready_for_operator_credentials": false,
"manual_review_required": false,
"manual_review_accepted": true,
"manual_review_reduction_allowed": true,
"default_ci_requires_credentials": false,
"checked_in_secrets_allowed": false,
"checked_in_session_output_allowed": false,
"goal_closure_allowed": false,
"session_plan_status": "reviewed_receipts_complete",
"next_action": "refresh_release_evidence_after_reviewed_receipts"
},
"operator_routing": {
"goal_issue": 344,
"plan_status": "reviewed_receipts_complete",
"next_action": "refresh_release_evidence_after_reviewed_receipts",
"operator_blocker": "reviewed_receipts_complete",
"first_operator_step": "check_github_or_local_secret_readiness_before_collect",
"github_secret_readiness_command": "python3 scripts/check-credential-runtime-github-secrets.py --repo StatPan/datapan-registry --json",
"github_secret_readiness_check_command": "python3 scripts/check-credential-runtime-github-secrets.py --check",
"local_require_env_preflight_command": "python3 scripts/run-credential-runtime-operator-workflow.py --require-env",
"github_actions_collect_command": "gh workflow run credential-runtime-collection.yml --repo StatPan/datapan-registry -f mode=collect",
"local_batch_collection_run_command": "python3 scripts/run-credential-runtime-collection.py --all --run --skip-not-ready --continue-on-error --session-output .datapan/runtime-evidence/credential-runtime-collection-session.json --json",
"session_output_path": ".datapan/runtime-evidence/credential-runtime-collection-session.json",
"session_validation_command": "python3 scripts/validate-credential-runtime-collection-session.py .datapan/runtime-evidence/credential-runtime-collection-session.json --require-complete-source-set",
"review_plan_generation_command": "python3 scripts/generate-credential-runtime-session-review-plan.py .datapan/runtime-evidence/credential-runtime-collection-session.json --output .datapan/runtime-evidence/credential-runtime-session-review-plan.json",
"review_plan_validation_command": "python3 scripts/validate-credential-runtime-session-review-plan.py .datapan/runtime-evidence/credential-runtime-session-review-plan.json --queue reports/credential-runtime-receipt-collection-queue.json",
"required_credential_env_count": 5,
"required_credential_envs": [
"DATAPAN_DATA_GO_KR_SERVICE_KEY",
"DATAPAN_ECOS_API_KEY",
"DATAPAN_KOSIS_API_KEY",
"DATAPAN_OPEN_ASSEMBLY_API_KEY",
"DATAPAN_SEOUL_OPEN_DATA_API_KEY"
],
"post_promotion_commands": [
"python3 scripts/refresh-release-ledger-evidence.py --write --max-iterations 5",
"python3 scripts/refresh-release-ledger-evidence.py --check"
],
"checked_in_secrets_allowed": false,
"checked_in_session_output_allowed": false,
"checked_in_review_plan_allowed": false,
"goal_closure_allowed": false,
"routing_note": "Check repository or local secret readiness before collection, then validate the session, generate a review plan, promote reviewed receipts, and refresh release evidence. Do not check in secrets or raw session output."
},
"batch_execution": {
"secret_free_batch_preflight_command": "python3 scripts/run-credential-runtime-collection.py --all --json",
"require_env_batch_preflight_command": "python3 scripts/run-credential-runtime-collection.py --all --require-env",
"batch_collection_run_command": "python3 scripts/run-credential-runtime-collection.py --all --run --skip-not-ready --continue-on-error --json",
"batch_collection_run_with_session_output_command": "python3 scripts/run-credential-runtime-collection.py --all --run --skip-not-ready --continue-on-error --session-output .datapan/runtime-evidence/credential-runtime-collection-session.json --json",
"session_output_schema": "datapan.credential-runtime-collection-session.v1",
"session_output_schema_path": "schemas/datapan.credential-runtime-collection-session.v1.schema.json",
"session_output_path": ".datapan/runtime-evidence/credential-runtime-collection-session.json",
"session_output_validation_command": "python3 scripts/validate-credential-runtime-collection-session.py .datapan/runtime-evidence/credential-runtime-collection-session.json --require-complete-source-set",
"session_review_plan_output_path": ".datapan/runtime-evidence/credential-runtime-session-review-plan.json",
"session_review_plan_command": "python3 scripts/generate-credential-runtime-session-review-plan.py .datapan/runtime-evidence/credential-runtime-collection-session.json --output .datapan/runtime-evidence/credential-runtime-session-review-plan.json",
"session_review_plan_validation_command": "python3 scripts/validate-credential-runtime-session-review-plan.py .datapan/runtime-evidence/credential-runtime-session-review-plan.json --queue reports/credential-runtime-receipt-collection-queue.json",
"skip_not_ready_allowed": true,
"continue_on_error_allowed": true,
"checked_in_session_output_allowed": false,
"checked_in_review_plan_allowed": false,
"checked_in_secrets_allowed": false,
"default_ci_requires_credentials": false
},
"operator_workflow": {
"script": "scripts/run-credential-runtime-operator-workflow.py",
"plan_command": "python3 scripts/run-credential-runtime-operator-workflow.py --json",
"run_command": "python3 scripts/run-credential-runtime-operator-workflow.py --run --json",
"require_env_command": "python3 scripts/run-credential-runtime-operator-workflow.py --require-env",
"require_env_json_command": "python3 scripts/run-credential-runtime-operator-workflow.py --require-env --json",
"github_actions_dispatch_workflow": ".github/workflows/credential-runtime-collection.yml",
"github_actions_preflight_command": "gh workflow run credential-runtime-collection.yml --repo StatPan/datapan-registry -f mode=preflight",
"github_actions_collect_command": "gh workflow run credential-runtime-collection.yml --repo StatPan/datapan-registry -f mode=collect",
"github_secret_readiness_command": "python3 scripts/check-credential-runtime-github-secrets.py --repo StatPan/datapan-registry --json",
"github_secret_readiness_check_command": "python3 scripts/check-credential-runtime-github-secrets.py --check",
"github_actions_secret_readiness_schema": "datapan.credential-runtime-github-secret-readiness.v1",
"github_actions_secret_readiness_artifact": "credential-runtime-secret-readiness",
"check_command": "python3 scripts/run-credential-runtime-operator-workflow.py --check",
"self_test_command": "python3 scripts/run-credential-runtime-operator-workflow.py --self-test",
"workflow_status": "reviewed_receipts_complete",
"next_action": "refresh_release_evidence_after_reviewed_receipts",
"session_output_path": ".datapan/runtime-evidence/credential-runtime-collection-session.json",
"session_review_plan_output_path": ".datapan/runtime-evidence/credential-runtime-session-review-plan.json",
"requires_explicit_run": true,
"requires_operator_credentials": true,
"github_actions_uses_repository_secrets": true,
"github_actions_uploads_local_artifacts": true,
"github_actions_collect_skips_setup_without_secrets": true,
"default_ci_requires_credentials": false,
"checked_in_session_output_allowed": false,
"checked_in_review_plan_allowed": false,
"checked_in_secrets_allowed": false,
"goal_closure_allowed": false
},
"session_review_promotion_workflow": {
"script": "scripts/promote-credential-runtime-session-review.py",
"decision_template_path": ".datapan/runtime-evidence/credential-runtime-session-review-decisions.json",
"init_decisions_command": "python3 scripts/promote-credential-runtime-session-review.py --init-decisions",
"check_command": "python3 scripts/promote-credential-runtime-session-review.py --check",
"run_command": "python3 scripts/promote-credential-runtime-session-review.py --run",
"self_test_command": "python3 scripts/promote-credential-runtime-session-review.py --self-test",
"session_review_plan_output_path": ".datapan/runtime-evidence/credential-runtime-session-review-plan.json",
"requires_session_review_plan": true,
"requires_finalized_reviewer_decisions": true,
"requires_explicit_run": true,
"default_ci_requires_credentials": false,
"checked_in_session_output_allowed": false,
"checked_in_review_plan_allowed": false,
"checked_in_decisions_allowed": false,
"checked_in_secrets_allowed": false,
"goal_closure_allowed": false
},
"operator_environment": {
"required_credential_envs": [
"DATAPAN_DATA_GO_KR_SERVICE_KEY",
"DATAPAN_ECOS_API_KEY",
"DATAPAN_KOSIS_API_KEY",
"DATAPAN_OPEN_ASSEMBLY_API_KEY",
"DATAPAN_SEOUL_OPEN_DATA_API_KEY"
],
"required_credential_env_count": 5,
"required_operator_inputs": [
"credential_env_values",
"reviewer_identity",
"review_reason",
"review_decision"
],
"environment_mode": "operator_credentials_required",
"checked_in_credentials_allowed": false
},
"post_collection_review": {
"session_validation_command": "python3 scripts/validate-credential-runtime-collection-session.py .datapan/runtime-evidence/credential-runtime-collection-session.json --require-complete-source-set",
"review_plan_generation_command": "python3 scripts/generate-credential-runtime-session-review-plan.py .datapan/runtime-evidence/credential-runtime-collection-session.json --output .datapan/runtime-evidence/credential-runtime-session-review-plan.json",
"review_plan_validation_command": "python3 scripts/validate-credential-runtime-session-review-plan.py .datapan/runtime-evidence/credential-runtime-session-review-plan.json --queue reports/credential-runtime-receipt-collection-queue.json",
"post_promotion_commands": [
"python3 scripts/refresh-release-ledger-evidence.py --write --max-iterations 5",
"python3 scripts/refresh-release-ledger-evidence.py --check"
],
"goal_closure_effect": "no_goal_closure_without_reviewed_receipts_or_explicit_manual_review_acceptance"
},
"sources": [
{
"source_id": "data_go_kr",
"provider": "data.go.kr",
"credential_envs": [
"DATAPAN_DATA_GO_KR_SERVICE_KEY"
],
"candidate_batch": "reports/data-go-kr/runtime-candidates.json",
"candidate_batch_present": true,
"staged_receipt_path": ".datapan/runtime-evidence/data-go-kr-credentialed-receipt.json",
"reviewed_receipt_path": "reports/credential-runtime-receipts/data-go-kr-credentialed-receipt.json",
"reviewed_receipt_present": true,
"readiness_blockers": [
"missing_credential_env",
"reviewed_receipt_present"
],
"require_env_preflight_command": "python3 scripts/run-credential-runtime-collection.py --source data_go_kr --require-env",
"bounded_collection_run_command": "python3 scripts/run-credential-runtime-collection.py --source data_go_kr --run",
"staged_receipt_validation_command": "python3 scripts/validate-credential-runtime-receipts.py --allow-unreviewed .datapan/runtime-evidence/data-go-kr-credentialed-receipt.json",
"reviewed_receipt_promotion_command": "python3 scripts/promote-credential-runtime-receipt.py .datapan/runtime-evidence/data-go-kr-credentialed-receipt.json --state <reviewed_accepted|reviewed_rejected> --decision <allows_manual_review_reduction|keeps_manual_review_boundary> --reviewer <reviewer> --reason <reason>",
"next_action": "maintain_receipt_backed_compatibility_relief_evidence"
},
{
"source_id": "ecos",
"provider": "ECOS",
"credential_envs": [
"DATAPAN_ECOS_API_KEY"
],
"candidate_batch": "reports/ecos/runtime-candidates.json",
"candidate_batch_present": true,
"staged_receipt_path": ".datapan/runtime-evidence/ecos-credentialed-receipt.json",
"reviewed_receipt_path": "reports/credential-runtime-receipts/ecos-credentialed-receipt.json",
"reviewed_receipt_present": true,
"readiness_blockers": [
"missing_credential_env",
"reviewed_receipt_present"
],
"require_env_preflight_command": "python3 scripts/run-credential-runtime-collection.py --source ecos --require-env",
"bounded_collection_run_command": "python3 scripts/run-credential-runtime-collection.py --source ecos --run",
"staged_receipt_validation_command": "python3 scripts/validate-credential-runtime-receipts.py --allow-unreviewed .datapan/runtime-evidence/ecos-credentialed-receipt.json",
"reviewed_receipt_promotion_command": "python3 scripts/promote-credential-runtime-receipt.py .datapan/runtime-evidence/ecos-credentialed-receipt.json --state <reviewed_accepted|reviewed_rejected> --decision <allows_manual_review_reduction|keeps_manual_review_boundary> --reviewer <reviewer> --reason <reason>",
"next_action": "maintain_receipt_backed_compatibility_relief_evidence"
},
{
"source_id": "kosis",
"provider": "KOSIS",
"credential_envs": [
"DATAPAN_KOSIS_API_KEY"
],
"candidate_batch": "reports/kosis/runtime-candidates.json",
"candidate_batch_present": true,
"staged_receipt_path": ".datapan/runtime-evidence/kosis-credentialed-receipt.json",
"reviewed_receipt_path": "reports/credential-runtime-receipts/kosis-credentialed-receipt.json",
"reviewed_receipt_present": true,
"readiness_blockers": [
"missing_credential_env",
"reviewed_receipt_present"
],
"require_env_preflight_command": "python3 scripts/run-credential-runtime-collection.py --source kosis --require-env",
"bounded_collection_run_command": "python3 scripts/run-credential-runtime-collection.py --source kosis --run",
"staged_receipt_validation_command": "python3 scripts/validate-credential-runtime-receipts.py --allow-unreviewed .datapan/runtime-evidence/kosis-credentialed-receipt.json",
"reviewed_receipt_promotion_command": "python3 scripts/promote-credential-runtime-receipt.py .datapan/runtime-evidence/kosis-credentialed-receipt.json --state <reviewed_accepted|reviewed_rejected> --decision <allows_manual_review_reduction|keeps_manual_review_boundary> --reviewer <reviewer> --reason <reason>",
"next_action": "maintain_receipt_backed_compatibility_relief_evidence"
},
{
"source_id": "open_assembly",
"provider": "open.assembly.go.kr",
"credential_envs": [
"DATAPAN_OPEN_ASSEMBLY_API_KEY"
],
"candidate_batch": "reports/open-assembly/runtime-candidates.json",
"candidate_batch_present": true,
"staged_receipt_path": ".datapan/runtime-evidence/open-assembly-credentialed-receipt.json",
"reviewed_receipt_path": "reports/credential-runtime-receipts/open-assembly-credentialed-receipt.json",
"reviewed_receipt_present": true,
"readiness_blockers": [
"missing_credential_env",
"reviewed_receipt_present"
],
"require_env_preflight_command": "python3 scripts/run-credential-runtime-collection.py --source open_assembly --require-env",
"bounded_collection_run_command": "python3 scripts/run-credential-runtime-collection.py --source open_assembly --run",
"staged_receipt_validation_command": "python3 scripts/validate-credential-runtime-receipts.py --allow-unreviewed .datapan/runtime-evidence/open-assembly-credentialed-receipt.json",
"reviewed_receipt_promotion_command": "python3 scripts/promote-credential-runtime-receipt.py .datapan/runtime-evidence/open-assembly-credentialed-receipt.json --state <reviewed_accepted|reviewed_rejected> --decision <allows_manual_review_reduction|keeps_manual_review_boundary> --reviewer <reviewer> --reason <reason>",
"next_action": "maintain_receipt_backed_compatibility_relief_evidence"
},
{
"source_id": "seoul_open_data",
"provider": "data.seoul.go.kr",
"credential_envs": [
"DATAPAN_SEOUL_OPEN_DATA_API_KEY"
],
"candidate_batch": "reports/seoul-open-data/runtime-candidates.json",
"candidate_batch_present": true,
"staged_receipt_path": ".datapan/runtime-evidence/seoul-open-data-credentialed-receipt.json",
"reviewed_receipt_path": "reports/credential-runtime-receipts/seoul-open-data-credentialed-receipt.json",
"reviewed_receipt_present": true,
"readiness_blockers": [
"missing_credential_env",
"reviewed_receipt_present"
],
"require_env_preflight_command": "python3 scripts/run-credential-runtime-collection.py --source seoul_open_data --require-env",
"bounded_collection_run_command": "python3 scripts/run-credential-runtime-collection.py --source seoul_open_data --run",
"staged_receipt_validation_command": "python3 scripts/validate-credential-runtime-receipts.py --allow-unreviewed .datapan/runtime-evidence/seoul-open-data-credentialed-receipt.json",
"reviewed_receipt_promotion_command": "python3 scripts/promote-credential-runtime-receipt.py .datapan/runtime-evidence/seoul-open-data-credentialed-receipt.json --state <reviewed_accepted|reviewed_rejected> --decision <allows_manual_review_reduction|keeps_manual_review_boundary> --reviewer <reviewer> --reason <reason>",
"next_action": "maintain_receipt_backed_compatibility_relief_evidence"
}
],
"source_queue_summary": {
"queue_status": "complete_relief_eligible",
"reviewed_receipts_checked_in": 5,
"reviewed_receipts_missing": 0
}
}