27 lines
1.4 KiB
Markdown
27 lines
1.4 KiB
Markdown
## Why
|
|
|
|
The site needs explicit legal/disclaimer pages so users understand content ownership boundaries and reliability limits. Adding these now reduces misuse risk and sets clear expectations for AI-generated, unverified information.
|
|
|
|
## What Changes
|
|
|
|
- Add two footer links: **Terms of Use** and **Attribution**.
|
|
- Create an **Attribution** page with clear disclosure that content is AI-generated and not authored/verified by the site owner.
|
|
- Create a **Terms of Use** page stating users must use the information at their own risk because it is not independently verified.
|
|
- Ensure footer links are visible and route correctly from the landing page.
|
|
|
|
## Capabilities
|
|
|
|
### New Capabilities
|
|
- `footer-policy-links`: Add footer navigation entries for Terms of Use and Attribution pages.
|
|
- `attribution-disclaimer-page`: Provide a dedicated attribution/disclaimer page with explicit AI-generation and non-ownership statements.
|
|
- `terms-of-use-risk-disclosure`: Provide a terms page that clearly states unverified information and user-at-own-risk usage.
|
|
|
|
### Modified Capabilities
|
|
- None.
|
|
|
|
## Impact
|
|
|
|
- **Frontend/UI:** Footer layout and navigation updated; two new legal/disclaimer pages added.
|
|
- **Routing/Serving:** Backend/static serving may need routes for new pages if not purely static-linked.
|
|
- **Content/Policy:** Adds formal disclaimer language for authorship, verification, and usage risk.
|