> For the complete documentation index, see [llms.txt](https://ai-os-and-trend-finder.gitbook.io/ai-os-and-trend-finder-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-os-and-trend-finder.gitbook.io/ai-os-and-trend-finder-docs/.spec_system/audit/known-issues.md).

# Known Issues

Intentional exceptions to automated checks. Every entry records why it is exempt and when it was added. Remove entries that no longer apply.

## Ignored Paths

| Pattern | Reason | Added |
| ------- | ------ | ----- |

## Ignored Rules

| Tool | Rule | Scope | Reason | Added |
| ---- | ---- | ----- | ------ | ----- |

## Known Failing Tests

| Test | Reason | Added |
| ---- | ------ | ----- |

## Skipped Workflows

| Workflow                       | Reason                                                                                                                                                                                                                                                                                                                                                                                                                              | Added      |
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| .github/workflows/quality.yml  | GitHub Actions jobs did not start because recent account payments failed or the spending limit needs to be increased. Validated locally on 2026-07-04 with `bun run lint`, `bun run format:check`, `bun run typecheck`, `bun run typecheck:scripts`, `bun run test`, `bun run test:coverage`, `PLAYWRIGHT_PORT=5191 PLAYWRIGHT_PUBLIC_DEMO_PORT=5192 bun run test:e2e`, `bun run build`, and `bash scripts/check-bundle-budget.sh`. | 2026-07-04 |
| .github/workflows/security.yml | GitHub Actions jobs did not start because recent account payments failed or the spending limit needs to be increased. Validated locally on 2026-07-04 with `bun audit`, `gitleaks detect --config .gitleaks.toml --no-banner --redact --verbose`, and CodeQL CLI 2.25.6 local JavaScript/TypeScript database analysis under `/tmp/aios-codeql`; final SARIF result count was 0 after fixing two `js/overly-large-range` findings.   | 2026-07-04 |
| .github/workflows/deploy.yml   | GitHub Actions jobs did not start because recent account payments failed or the spending limit needs to be increased. The quality gate was validated locally on 2026-07-04 with `bun run typecheck`, `bun run test`, and `bun run build`; deploy execution still depends on the existing external Cloudflare secrets and production URL entries recorded under Skipped Infra.                                                       | 2026-07-04 |

## Skipped Infra

| Item                                           | Reason                                                                                                                                                                            | Added      |
| ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| Worker production health smoke                 | No production Worker URL or `PRODUCTION_URL` secret is available in the repository; `/health` was validated locally through Wrangler on 2026-07-04.                               | 2026-07-03 |
| Cloudflare WAF OWASP Core Ruleset verification | Cloudflare dashboard or Terraform access is external to this repository; in-worker security headers and rate limiting were validated locally on 2026-07-04.                       | 2026-07-03 |
| GitHub Actions Cloudflare deploy execution     | Actual deploy requires `CLOUDFLARE_API_TOKEN` and `CLOUDFLARE_ACCOUNT_ID` secrets; the generated Worker deploy artifact passed `wrangler deploy --dry-run` locally on 2026-07-04. | 2026-07-03 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ai-os-and-trend-finder.gitbook.io/ai-os-and-trend-finder-docs/.spec_system/audit/known-issues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
