Rename RFCs to Agent Notes

This commit is contained in:
Tianyi Cui
2026-07-19 22:52:03 +08:00
parent b736889ac7
commit e8eddc7ef8
452 files changed
+1443 -1414

No files matched your search

+1 -1
View File
@@ -131,7 +131,7 @@ export interface BashRunResult {
* short. Mutually exclusive with {@link aborted}: one fused deadline drives
* both the timeout and the caller's cancellation, so a timeout and an abort
* racing before process close report the single first-abort cause, not both
* (see the [timeout-library RFC](../../../../docs/rfc/implemented/architecture/2026-07-06-timeout-deadline-library.md)).
* (see the [timeout-library Agent Note](../../../../.agents/notes/implemented/architecture/2026-07-06-timeout-deadline-library.md)).
*/
timedOut: boolean
/**