Skip to content

🚀 Operational Kickoff: Adopted Project Governance

Today's Mission

Estimated time: 10 mins | Requirement: Python 3.10+

You will validate the full governed adoption flow: inputs -> stack-tech-core -> bidirectional sync.


Activation Flow

graph LR
      A[📦 Inventory] --> B[🧪 Validate Request]
      B --> C[🛡️ Verify Gate]
      C --> D[📚 Index Docs]

      %% Styling with high contrast text
      style A fill:#e7ae4c,stroke:#333,stroke-width:2px,color:#fff
      style B fill:#37a880,stroke:#333,stroke-width:2px,color:#fff
      style C fill:#f1f5f9,stroke:#182232,stroke-width:2px,color:#182232
      style D fill:#ffffff,stroke:#182232,stroke-width:2px,stroke-dasharray: 5 5,color:#182232

⚡ Minimum Path (5 min)

If you are a new collaborator, run only this block first and then upload evidence:

# 1) Verify adoption governance state
python3 scripts/verify/verify_stack_core_adoption.py

# 2) Validate official bootstrap request
bash scripts/repo-bootstrap-from-inputs.sh \
  --mode validate \
  --request-file .github/repo-bootstrap/requests/atlantyqa-universe-public.yml

# 3) Check living documentation integrity
python3 scripts/generate-adopted-project-docs.py --check

Minimum expected outcome: 1. No secret or governance-contract violations. 2. stack-tech-core/** validated as active governance source. 3. Human evidence comment added to issue/PR with result and next action.

If your role is non-technical or institutional (employee, partner, supplier, or client), start first at: portal/institutional-onboarding/.

🧭 Full Guided Flow (10 min)

1. 📦 Governance Baseline

Check current adoption registry state.

awk -F '\t' 'NR==1 || $4=="active"' gitops/repo-governance/plans/inputs-project-registry.tsv

You should see active projects governed from stack-tech-core/**.



2. 🧪 Validate Adoption Request

Validate the bootstrap request against secret controls and governance contract.

bash scripts/repo-bootstrap-from-inputs.sh \
  --mode validate \
  --request-file .github/repo-bootstrap/requests/atlantyqa-universe-public.yml \
  --report-file outputs/repo-bootstrap/atlantyqa-universe-public.md

Guaranteed Sovereignty

The request only passes when secrets/prohibited artifacts are absent and adoption policy is satisfied.



3. 🛡️ Verify Stack-Core + Main Gate

Confirm adopted projects are no longer in inputs/** and are governed from stack-tech-core/**.

python3 scripts/verify/verify_stack_core_adoption.py



4. 📚 Refresh Living Documentation

Regenerate indexes and project sheets for adopted projects.

python3 scripts/generate-adopted-project-docs.py

Expected outcome: 1. docs/trust/adopted-projects.en.md updated. 2. docs/internal/adopted-projects-index.en.md updated. 3. docs/internal/adopted-projects/*.en.md generated per active project.

5. 📱 Mobile Fast Lane (GitHub App)

To speed up regulated human validation from mobile, use these direct links (GitHub App typically captures them automatically on iOS/Android):

👑 L0KY (Lead)

Final governance PR review and explicit decision validation.

Open my reviews

🧪 Angel (Junior)

Execute `adopted-active` runbooks, attach evidence, and request approval.

Open runbook queue

🛠️ Bosco (Infra IT)

Mobile operational checks for enablement and approval gates.

Open enablement issues

⚖️ SL Constitution

Regulated legal step with 4-actor approval (Consultoria Agent HILT).

Open issue #26

Next Level