Update container architecture description if Promtail is mentioned
Acceptance Criteria
docs/LOGGING.md updated with Alloy references
.ai/context.json container_count fixed
CLAUDE.md updated with Alloy reference
All documentation consistent with actual deployed state
Dependencies
Blocked by: All upgrade sub-issues completed
This is the final sub-issue in the sequence
## Parent Issue
Relates to #95
## Summary
Update all documentation to reflect the container image upgrades completed in #95. This should be done last, after all upgrades are verified working.
## Files to Modify
### 1. `docs/LOGGING.md`
- Update architecture diagram: "Promtail" references become "Alloy"
- Update troubleshooting commands: `docker logs mvp-promtail` -> `docker logs mvp-alloy`
- Add note about Alloy replacing Promtail
- Update any version references if present
### 2. `.ai/context.json`
- Fix `container_count` from 5 to 9 (outdated from pre-logging era)
- Update container list if logging stack containers are referenced
- Update any version metadata
### 3. `CLAUDE.md` (root)
- Update logging container name if referenced: Promtail -> Alloy
- Line 176 mentions "3 logging (Loki, Promtail, Grafana)" -> "3 logging (Loki, Alloy, Grafana)"
### 4. `README.md` (root)
- Update container architecture description if Promtail is mentioned
## Acceptance Criteria
- [ ] docs/LOGGING.md updated with Alloy references
- [ ] .ai/context.json container_count fixed
- [ ] CLAUDE.md updated with Alloy reference
- [ ] All documentation consistent with actual deployed state
## Dependencies
- Blocked by: All upgrade sub-issues completed
- This is the final sub-issue in the sequence
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Parent Issue
Relates to #95
Summary
Update all documentation to reflect the container image upgrades completed in #95. This should be done last, after all upgrades are verified working.
Files to Modify
1.
docs/LOGGING.mddocker logs mvp-promtail->docker logs mvp-alloy2.
.ai/context.jsoncontainer_countfrom 5 to 9 (outdated from pre-logging era)3.
CLAUDE.md(root)4.
README.md(root)Acceptance Criteria
Dependencies
Milestone: Documentation Update Complete
Phase: Execution | Agent: Platform Agent | Status: PASS
Changes Made
.ai/context.json:architecturefrom"simplified-5-container"to"9-container"container_countfrom5to9completenessstring from "5-container" to "9-container"mvp-ocr,mvp-loki,mvp-alloy,mvp-grafanadocs/ARCHITECTURE-OVERVIEW.md:docs/AUDIT.md:docs/DATABASE-SCHEMA.md:config/CLAUDE.md:Verification
context.jsonvalidated as proper JSONdocs/PLATFORM-SERVICES.mdalready had correct "9-container" referencesCLAUDE.md(root) already had correct "Alloy" referencesdocs/LOGGING.mdalready had correct "Alloy" referencesAcceptance Criteria
Verdict: PASS | Next: Quality review via PR #102