From dfe4bd72d82b12f0f13310f454a5285a98148967 Mon Sep 17 00:00:00 2001 From: npc0-hue Date: Wed, 9 Sep 2026 10:35:02 +0800 Subject: [PATCH] Prioritize functional implementation before 1.0 --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index ba17669..a9a3913 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -16,6 +16,8 @@ Until the primary first-party workflows are implemented end-to-end and the produ Before 1.0, prioritize making the actual user-facing flows work fully. Remove or avoid audit/restriction scaffolding when it blocks, distracts from, or outpaces the core implementation. Reintroduce audit, compliance, or restrictive governance only after an explicit future product decision for a completed flow. +During pre-1.0 implementation, GPT must not add defensive code, speculative abstractions, fallback shells, feature gates, capability wrappers, compatibility layers, placeholder validators, or future-proof governance merely because a flow is unfinished or uncertain. Implement the concrete user-facing function first, in the owning root, with the minimum validation and error handling needed for that function to work correctly. Do not turn missing product work into extra indirection, policy checks, blocked states, or generic framework code; if a feature needs data or behavior, build that feature path directly. + ## Project Roots - `platform/` contains backend platform code.