DIREKT Agent Operating Contract¶
This file is mandatory for every human or AI implementation agent. It governs the entire repository unless a more specific AGENTS.md exists deeper in a future directory.
1. Product truth¶
DIREKT is an Android-first marketplace for Zambia. It connects customers with nearby providers using check-specific verification, reliable location data, controlled evidence, reviews and platform-tracked interactions. Native Android remains the primary Version 1 customer/provider client; an owner-authorized responsive installable PWA is an additive companion for desktop/tablet/mobile remote review and future browser use through the same canonical API boundaries.
DIREKT's approved modernization direction is a world-class, AI-assisted local-services marketplace. AI is a cross-cutting assistance layer for discovery, provider enablement, operations, support and product intelligence. AI never becomes the authorization, verification/trust, payment, legal or final consequential decision authority.
The following are non-negotiable:
- Native Android remains the primary Version 1 customer/provider client and Play release target.
- A customer/provider PWA companion is authorized; its public pre-release mode is synthetic-only until a separate live-browser security/access gate passes.
- The internal operations portal is a separate privileged web application and must never be exposed as public PWA/Pages content.
- iOS implementation is deferred; portability is achieved through API and domain boundaries, not cross-platform UI substitution.
- Payment cannot purchase verification or a higher trust score.
- No generic “safe”, “guaranteed”, “government-approved” or “100% verified” claim may be shown.
- Sensitive identity, certificate, premises and exact-location evidence is private by default.
- Public repository fixtures, screenshots, prototypes and synthetic PWA content use fictional/non-personal data only.
- Legal or regulatory assumptions must be marked for qualified Zambian review.
- Android, PWA and operations clients do not become the authorization, database or trust authority; canonical backend controls remain server-side.
- AI-generated output is advisory unless a documented deterministic/human confirmation boundary explicitly promotes an allowed field.
- A model/provider integration never becomes the system of record and never receives restricted evidence by default.
- Core marketplace tasks retain manual/deterministic fallbacks when AI is unavailable.
- Visual work follows the approved VC Design DNA and benchmark plan rather than agent aesthetic preference.
2. Read before changing anything¶
Read, in order:
MASTER_BUILD_PLAN.mdPROJECT_STATUS.mdWORKSTREAM_LOCK.mdDECISION_LOG.mdDEFINITION_OF_DONE.mddocs/REPOSITORY_RECONCILIATION_2026-07-19.mddocs/integrations/CURRENT_INTEGRATION_STATUS.mddocs/product/WORLD_CLASS_PRODUCT_AND_AI_PLAN.mddocs/design/VISUAL_COMPLETION_PLAN.mddocs/architecture/AI_PRODUCT_ARCHITECTURE.mdfor AI-related work- the relevant product, design, architecture, security and test documents
- the latest commit/PR/workflow evidence for the assigned scope
Do not infer current state from filenames, old plans, provider dashboards or prior assistant answers alone. Verify code, migrations, automated checks, managed runtime evidence and current documentation.
For external integrations, distinguish provisioning from runtime activation. Use the status taxonomy in docs/integrations/CURRENT_INTEGRATION_STATUS.md: ACTIVE, IMPLEMENTED_GATED, EXTERNALLY_PROVISIONED, PLANNED, DISABLED, SUPERSEDED.
For AI, distinguish a documented use case from an implemented or production-active model integration. No AI capability may be described as active until its model/provider, data boundary, evaluation, security, observability and kill-switch evidence exist.
3. Single-lane workflow and GitHub lifecycle¶
The project uses one coherent implementation lane rather than unrelated feature branches.
main: stable documentation, phase checkpoints, public synthetic review surfaces and release baselines.build/android-v1: sequential long-lived implementation lane; the historical branch name does not prohibit the approved PWA companion.- One agent owns an active overlapping write scope at a time.
- An agent claims work in
WORKSTREAM_LOCK.mdbefore editing shared/overlapping paths. - The previous agent must leave a complete handoff and clean working tree/branch state.
- Parallel read-only investigation is allowed; parallel overlapping writes are not.
- A temporary conflict-containment branch is allowed only when an already-active locked lane would otherwise be overwritten; it must be reconciled and removed rather than becoming a parallel product line.
The repository owner authorizes the active AI agent to manage the normal GitHub lifecycle without requiring manual owner clicks:
- push coherent, tested work to the approved implementation/reconciliation branch;
- create a checkpoint pull request to
mainwhen the bounded task or phase gate is ready; - verify the exact PR head, changed files, required checks, unresolved review comments and mergeability;
- merge the PR when all mandatory gates pass and no owner-only decision is outstanding;
- use the expected head SHA when merging so a moved PR cannot be merged accidentally;
- update and close linked issues automatically when their committed acceptance evidence is complete;
- leave human-fieldwork, legal, credentials, payment-provider and other external-evidence issues open until the required owner or field evidence exists.
Normal checkpoint PR management is therefore an agent responsibility. The owner should not need to open, run or merge routine PRs manually. Feature-branch proliferation remains prohibited. Force-pushing and history rewriting remain prohibited.
A PR must not be merged automatically when:
- required CI is failing or unavailable;
- the PR head changed after verification;
- a critical or high-risk review finding is unresolved;
- a migration or production action needs explicit approval;
- the task depends on field evidence, legal advice, secrets or an unmade product/design decision;
- an AI use case lacks required data/privacy/security/evaluation approval;
- the acceptance criteria are not evidenced.
4. Required task sequence¶
For every task:
- Orient — read the control documents and current code/evidence.
- Verify — run or inspect the existing validation baseline before modifying files where the execution environment permits.
- Claim — update/reconcile
WORKSTREAM_LOCK.mdwith scope and affected modules before overlapping writes. - Plan — identify acceptance criteria, dependencies, migrations and tests.
- Implement — make the smallest coherent change.
- Test — run all relevant unit, integration, UI, security, AI-evaluation and documentation checks.
- Inspect — review the diff for secrets, unrelated edits, stale claims and policy violations.
- Document — update specifications, decision/integration status and API/data/AI contracts where applicable.
- Commit — create atomic commits with clear conventional messages.
- Checkpoint — when the task gate is complete, create, verify and merge the checkpoint PR automatically.
- Resolve tracking — update or close linked issues only when their acceptance evidence is complete.
- Handoff — update current status/lock and identify the exact next approved task.
5. Change control¶
An agent may not silently change:
- approved technology/client scope;
- Android minimum or target SDK policy;
- API versioning;
- verification levels or status semantics;
- database identifiers or state machines;
- public/private location rules;
- trust-score inputs;
- evidence retention periods;
- subscription entitlements;
- user-role permissions;
- release workflow;
- integration provider authority or secret-placement boundaries;
- approved Design DNA or benchmark direction;
- ranking eligibility/trust-commercial separation;
- AI human-decision boundaries;
- AI restricted-data policy;
- AI model/provider production authority or tool permissions.
A material change requires:
- a documented reason;
- alternatives considered;
- security, privacy, migration and compatibility impact;
- a new entry in
DECISION_LOG.mdor architecture/reconciliation decision record; - owner approval where the decision materially affects cost, trust, design direction or scope.
The owner’s 2026-07-19 instruction explicitly authorizes the customer/provider PWA companion and current-state documentation/integration reconciliation. It does not authorize real participant pilot entry or production release.
The owner’s 2026-07-21 product-modernization instruction authorizes planning toward VC1–VC8 and an AI-native product direction. Material VC implementation still follows the repository lane/approval controls, and real participant/evidence/payment/production gates remain unchanged.
6. Coding expectations¶
- Kotlin and TypeScript must compile with warnings treated seriously.
- Public PWA JavaScript/static assets must pass syntax/static-safety validation and contain no privileged runtime material.
- Domain rules must not live only in UI components.
- Backend authorization is mandatory even when Android, PWA or portal hides an action.
- Database changes use forward migrations; never edit an applied migration.
- Public IDs must not expose sequential database keys.
- API errors use the common problem-details contract.
- Network calls must define timeout, retry and idempotency behaviour.
- Offline actions must be explicit; do not pretend an action succeeded before durable acknowledgement.
- Every verification decision and administrative override must be auditable.
- Time is stored in UTC and presented in the user’s locale.
- Monetary values use integer minor units plus currency code.
- Phone numbers are normalized to E.164 where possible.
- Coordinates are never logged at unnecessary precision.
- A public synthetic PWA must not call the IAM-private API or cache auth, contact, private evidence or participant data.
- Any future live PWA must use canonical REST/OpenAPI contracts and an approved browser authentication/session/gateway boundary; no direct privileged Supabase/database access.
- AI model/provider calls must originate from an approved backend orchestration boundary, not directly from clients.
- AI tools/functions are allow-listed and every consequential action is re-authorized server-side.
- Structured AI output is schema-validated before application use.
- Prompts/use-case policies are source-controlled/versioned; secrets never appear in prompts or client bundles.
- Manual/deterministic fallbacks remain functional.
7. Testing expectations¶
A task is incomplete without evidence appropriate to its risk:
- domain unit tests;
- database and API integration tests;
- Android ViewModel and Compose tests;
- PWA/static/browser syntax, responsive, accessibility and offline tests where relevant;
- authorization tests for every protected action;
- offline/retry tests for sync behaviour;
- upload and file-access tests for evidence;
- accessibility checks for customer-facing screens;
- negative cases and fraud/abuse scenarios;
- documentation validation;
- AI offline quality/grounding evaluation when applicable;
- AI prompt-injection/sensitive-data/tool-authorization/security tests when applicable;
- AI model outage/fallback/cost-rate controls when applicable;
- visual-reference checks for VC1–VC8 UI work.
Never remove a failing test to make CI green. Quarantine only with an issue, owner, reason and expiry date.
8. Security and public-repository rules¶
Never commit:
- real identity documents or certificates;
- real customer/provider personal data;
- exact private coordinates;
- API keys, passwords, tokens or service-account files;
- production environment files;
- unredacted logs;
- proprietary third-party datasets;
- private evidence/object URLs or real tester/contact lists;
- private prompts containing restricted participant/evidence data;
- model-provider credentials or raw model logs containing restricted data.
Use .env.example with placeholders. Assume every committed byte and public Pages/PWA asset is permanently public.
Restricted evidence is not sent to an external AI model by default. Any exception requires an explicit approved use case, data-processing/legal/privacy/security review, minimization/redaction and a kill switch.
9. Integration truth rule¶
docs/integrations/CURRENT_INTEGRATION_STATUS.md is the detailed current integration-status source of truth.
Update it whenever provider/domain provisioning, SDK/adapter implementation, Secret Manager/runtime binding, managed canary evidence, legal/privacy approval, fallback/kill switch or production authorization changes.
Do not call Resend, Maps, Sentry, Turnstile, WhatsApp, push, payments, AI model providers or any other provider runtime-active merely because an account, domain, API key, SDK or secret exists.
10. Completion evidence¶
Each handoff must state:
- task and phase/workstream;
- exact commit and merged checkpoint PR, when applicable;
- files/modules changed;
- migrations added;
- commands/checks and results;
- integration/runtime evidence changed;
- AI use-case/model/evaluation evidence changed where applicable;
- visual-reference evidence for VC work where applicable;
- linked issues updated or closed;
- known limitations;
- security/privacy implications;
- next approved task;
- clean/synchronized branch state.
Use docs/operations/AGENT_HANDOFF_TEMPLATE.md.
11. Stop conditions¶
Stop the unsafe action and document the blocker instead of guessing when:
- a legal requirement is unclear;
- a payment, mapping, communications, AI/model or other provider is not approved/runtime-proven;
- production credentials would be required outside an approved protected flow;
- a migration could destroy data;
- verification policy conflicts with public copy;
- source documents are stale or contradictory and cannot be reconciled safely;
- an active overlapping lock cannot be resolved without losing work;
- an existing failure cannot be isolated;
- the assigned phase/action is not authorized;
- an AI use case would expose restricted data without approval;
- AI would become the final consequential decision maker;
- a model/tool would receive broader authority than the authenticated user or use case;
- a requested visual change contradicts approved trust/privacy/accessibility semantics.
A stop condition does not prevent safe adjacent work: complete every non-destructive, non-conflicting, evidence-backed portion and record the exact residual blocker.