bulk commit changes!

This commit is contained in:
2026-02-13 02:32:06 -05:00
parent c8f98c54c9
commit bf4a40f533
152 changed files with 2210 additions and 19 deletions

View File

@@ -0,0 +1,26 @@
## 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.