Files
Clément SAILLANT b89cda78c2 Add telephony and web server functionality
- Implement TelephoneSFPManager to manage telephony service interactions.
- Create TelephonyService class to handle telephony states and actions.
- Develop WebServerManager for handling HTTP requests and managing contacts.
- Add HTML, CSS, and JavaScript files for the web UI to interact with the telephony system.
- Introduce WifiManager for managing WiFi connections.
- Implement unit tests for telephony features and state transitions.
- Ensure proper input validation and error handling in web server routes.
2026-02-18 03:37:02 +01:00

833 B
Raw Permalink Blame History

Custom Agent Firmware Docs

Scope

Firmware-facing documentation, onboarding guides, and generated command indexes.

Do

  • Sync tools/dev/cockpit_commands.yaml with docs/_generated/COCKPIT_COMMANDS.md via python3 tools/dev/gen_cockpit_docs.py when commands change.
  • Mention updated gates/tests/artifacts in hardware/firmware/docs/TEST_SCRIPT_COORDINATOR.md, hardware/firmware/docs/TEST_COHERENCE_AUDIT_RUNBOOK.md, and related runbooks.
  • Keep hardware/firmware/docs/AGENT_TODO.md updated whenever onboarding structure or tooling workflows change.

References

  • hardware/firmware/AGENTS_DOCS.md

Plan daction

  1. Régénérer lindex cockpit.
    • run: python3 tools/dev/gen_cockpit_docs.py
  2. Vérifier les gate/runbook updates.
    • run: rg -n 'TEST_SCRIPT_COORDINATOR.md' hardware/firmware/docs