Add feature flags guide to docs #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone — needed as the reference doc for the
### Feature Flagsection added totemplate-issue-featurein pal-e-docs. Agents need a repo-local doc to read before implementing flagged features.Repo
ldraney/palinksUser Story
As a dev agent
I want a
docs/feature-flags.mdin the repoSo that I know how to register, gate, and name feature flags before implementing a flagged feature
Context
The
template-issue-featurein pal-e-docs now requires a### Feature Flagsection. That section directs agents to read the repo'sdocs/feature-flags.md. Palinks doesn't have one yet. The feature flag system design exists scattered acrossdocs/architecture.md(data model) anddocs/user-stories.md(US-3), but needs a consolidated reference.File Targets
docs/feature-flags.md— create the guideREADME.md— add to TOCFeature Flag
Flag: none
This is documentation, not a flagged feature.
Acceptance Criteria
docs/feature-flags.mdcovers flag types, data model, resolution order, how to add a flagTest Expectations
Constraints
docs/architecture.md(FEATURE_FLAGS table, role_overrides, user preferences)Checklist
Related
project-palinksldraney/palinks #16— Keycloak spike includes feature flag system