chore: unify bold syntax to single asterisk in .org files and update legacy memex-amero references

This commit is contained in:
2026-04-01 12:37:45 -04:00
parent 78ba3112cb
commit d364f90ff6
102 changed files with 955 additions and 955 deletions

View File

@@ -5,29 +5,29 @@
* Captured from memory/2026-03-21.md on 2026-03-22 01:00
### Key Discussions & Decisions:
- **Agora Documentation Refinements:**
- **Identity (`agora-requirements-02-identity.org`):**
- *Agora Documentation Refinements:*
- *Identity (`agora-requirements-02-identity.org`):*
- Clarified Master Key usage for Persona derivation vs. Persona actions (signing contracts, being founders/guardians). Master Key for derivation; Persona keys for actions.
- Updated analogy from "Ft. Knox for your keys" to "Sphinx for your keys".
- Enhanced "Persona as legal person" analogy to include explicit protected rights (freedom of speech, due process).
- **Primitives (`agora-requirements-04-the-primitive.org`):**
- **Simplified Content Flags:** Drastically reduced core flags to 12: `is_public`, `is_direct`, `is_aggregated`, `is_contract`, `is_ephemeral`, `is_task`, `is_file`, `threaded`, `indexable`, `is_invoice`, `is_payment`, `is_escrow`.
- *Primitives (`agora-requirements-04-the-primitive.org`):*
- *Simplified Content Flags:* Drastically reduced core flags to 12: `is_public`, `is_direct`, `is_aggregated`, `is_contract`, `is_ephemeral`, `is_task`, `is_file`, `threaded`, `indexable`, `is_invoice`, `is_payment`, `is_escrow`.
- Eliminated redundant flags: `is_private` (covered by `is_public: false`), `is_page`/`is_static` (covered by `is_aggregated: false`), `is_attestation`, `is_question`, `is_review`, `is_offer`, `paywalled` (all derived semantically via core flags, `references` field, and payload content).
- **"Boosts" implemented as "Quote Notes":** Introduced `is_quote` flag and `quoted_cid` field in the Note structure to enable re-sharing with commentary.
- **Social & Contracts (`agora-requirements-05-social-and-contracts.org`):**
- **Social Note Backups documented as "Supporter Backup Contracts":** A new contract type formalizing an agreement for a Supporter Persona to mirror a Publisher Persona's Notes for redundancy.
- *"Boosts" implemented as "Quote Notes":* Introduced `is_quote` flag and `quoted_cid` field in the Note structure to enable re-sharing with commentary.
- *Social & Contracts (`agora-requirements-05-social-and-contracts.org`):*
- *Social Note Backups documented as "Supporter Backup Contracts":* A new contract type formalizing an agreement for a Supporter Persona to mirror a Publisher Persona's Notes for redundancy.
### Operational Highlights & Tooling Challenges:
- **Security Hardening:**
- *Security Hardening:*
- UFW installed and enabled.
- `journalctl` access for system logs verified after `sudoers` configuration.
- Exposed Docker ports (gitea: 2222, 3000; openclaw-chromium: 9222) initially denied by UFW.
- Port 2222 re-opened at user's request for Gitea SSH access.
- **`edit` Tool Limitations:** Faced repeated `edit` tool failures due to strict `oldText` matching requirements with Org-mode's complex formatting (especially tables and invisible characters). This led to reliance on read-modify-write strategy for large updates.
- **`org-json-bridge` Project Initiated:** Began developing `org-json-bridge` skill to overcome `edit` tool limitations by enabling programmatic Org-mode manipulation via JSON parsing/serialization.
- *`edit` Tool Limitations:* Faced repeated `edit` tool failures due to strict `oldText` matching requirements with Org-mode's complex formatting (especially tables and invisible characters). This led to reliance on read-modify-write strategy for large updates.
- *`org-json-bridge` Project Initiated:* Began developing `org-json-bridge` skill to overcome `edit` tool limitations by enabling programmatic Org-mode manipulation via JSON parsing/serialization.
### Scheduled Tasks:
- **Overnight Documentation Improvement:** A sub-agent was launched to review and improve Agora requirements files 1-5, focusing on consistency, clarity, subheader logic, and removal of duplication/redundancies. Results expected in the morning.
- *Overnight Documentation Improvement:* A sub-agent was launched to review and improve Agora requirements files 1-5, focusing on consistency, clarity, subheader logic, and removal of duplication/redundancies. Results expected in the morning.
### Open Questions:
- User is considering further flag reductions (`is_escrow`, `is_payment`, `is_invoice`, `is_file`, `is_task`, `is_contract`). This will be revisited in the morning.
@@ -39,29 +39,29 @@
:END:
### Key Discussions & Decisions:
- **Agora Documentation Refinements:**
- **Identity (`agora-requirements-02-identity.org`):**
- *Agora Documentation Refinements:*
- *Identity (`agora-requirements-02-identity.org`):*
- Clarified Master Key usage for Persona derivation vs. Persona actions (signing contracts, being founders/guardians). Master Key for derivation; Persona keys for actions.
- Updated analogy from "Ft. Knox for your keys" to "Sphinx for your keys".
- Enhanced "Persona as legal person" analogy to include explicit protected rights (freedom of speech, due process).
- **Primitives (`agora-requirements-04-the-primitive.org`):**
- **Simplified Content Flags:** Drastically reduced core flags to 12: `is_public`, `is_direct`, `is_aggregated`, `is_contract`, `is_ephemeral`, `is_task`, `is_file`, `threaded`, `indexable`, `is_invoice`, `is_payment`, `is_escrow`.
- *Primitives (`agora-requirements-04-the-primitive.org`):*
- *Simplified Content Flags:* Drastically reduced core flags to 12: `is_public`, `is_direct`, `is_aggregated`, `is_contract`, `is_ephemeral`, `is_task`, `is_file`, `threaded`, `indexable`, `is_invoice`, `is_payment`, `is_escrow`.
- Eliminated redundant flags: `is_private` (covered by `is_public: false`), `is_page`/`is_static` (covered by `is_aggregated: false`), `is_attestation`, `is_question`, `is_review`, `is_offer`, `paywalled` (all derived semantically via core flags, `references` field, and payload content).
- **"Boosts" implemented as "Quote Notes":** Introduced `is_quote` flag and `quoted_cid` field in the Note structure to enable re-sharing with commentary.
- **Social & Contracts (`agora-requirements-05-social-and-contracts.org`):**
- **Social Note Backups documented as "Supporter Backup Contracts":** A new contract type formalizing an agreement for a Supporter Persona to mirror a Publisher Persona's Notes for redundancy.
- *"Boosts" implemented as "Quote Notes":* Introduced `is_quote` flag and `quoted_cid` field in the Note structure to enable re-sharing with commentary.
- *Social & Contracts (`agora-requirements-05-social-and-contracts.org`):*
- *Social Note Backups documented as "Supporter Backup Contracts":* A new contract type formalizing an agreement for a Supporter Persona to mirror a Publisher Persona's Notes for redundancy.
### Operational Highlights & Tooling Challenges:
- **Security Hardening:**
- *Security Hardening:*
- UFW installed and enabled.
- `journalctl` access for system logs verified after `sudoers` configuration.
- Exposed Docker ports (gitea: 2222, 3000; openclaw-chromium: 9222) initially denied by UFW.
- Port 2222 re-opened at user's request for Gitea SSH access.
- **`edit` Tool Limitations:** Faced repeated `edit` tool failures due to strict `oldText` matching requirements with Org-mode's complex formatting (especially tables and invisible characters). This led to reliance on read-modify-write strategy for large updates.
- **`org-json-bridge` Project Initiated:** Began developing `org-json-bridge` skill to overcome `edit` tool limitations by enabling programmatic Org-mode manipulation via JSON parsing/serialization.
- *`edit` Tool Limitations:* Faced repeated `edit` tool failures due to strict `oldText` matching requirements with Org-mode's complex formatting (especially tables and invisible characters). This led to reliance on read-modify-write strategy for large updates.
- *`org-json-bridge` Project Initiated:* Began developing `org-json-bridge` skill to overcome `edit` tool limitations by enabling programmatic Org-mode manipulation via JSON parsing/serialization.
### Scheduled Tasks:
- **Overnight Documentation Improvement:** A sub-agent was launched to review and improve Agora requirements files 1-5, focusing on consistency, clarity, subheader logic, and removal of duplication/redundancies. Results expected in the morning.
- *Overnight Documentation Improvement:* A sub-agent was launched to review and improve Agora requirements files 1-5, focusing on consistency, clarity, subheader logic, and removal of duplication/redundancies. Results expected in the morning.
### Open Questions:
- User is considering further flag reductions (`is_escrow`, `is_payment`, `is_invoice`, `is_file`, `is_task`, `is_contract`). This will be revisited in the morning.
@@ -73,29 +73,29 @@
:END:
### Key Discussions & Decisions:
- **Agora Documentation Refinements:**
- **Identity (`agora-requirements-02-identity.org`):**
- *Agora Documentation Refinements:*
- *Identity (`agora-requirements-02-identity.org`):*
- Clarified Master Key usage for Persona derivation vs. Persona actions (signing contracts, being founders/guardians). Master Key for derivation; Persona keys for actions.
- Updated analogy from "Ft. Knox for your keys" to "Sphinx for your keys".
- Enhanced "Persona as legal person" analogy to include explicit protected rights (freedom of speech, due process).
- **Primitives (`agora-requirements-04-the-primitive.org`):**
- **Simplified Content Flags:** Drastically reduced core flags to 12: `is_public`, `is_direct`, `is_aggregated`, `is_contract`, `is_ephemeral`, `is_task`, `is_file`, `threaded`, `indexable`, `is_invoice`, `is_payment`, `is_escrow`.
- *Primitives (`agora-requirements-04-the-primitive.org`):*
- *Simplified Content Flags:* Drastically reduced core flags to 12: `is_public`, `is_direct`, `is_aggregated`, `is_contract`, `is_ephemeral`, `is_task`, `is_file`, `threaded`, `indexable`, `is_invoice`, `is_payment`, `is_escrow`.
- Eliminated redundant flags: `is_private` (covered by `is_public: false`), `is_page`/`is_static` (covered by `is_aggregated: false`), `is_attestation`, `is_question`, `is_review`, `is_offer`, `paywalled` (all derived semantically via core flags, `references` field, and payload content).
- **"Boosts" implemented as "Quote Notes":** Introduced `is_quote` flag and `quoted_cid` field in the Note structure to enable re-sharing with commentary.
- **Social & Contracts (`agora-requirements-05-social-and-contracts.org`):**
- **Social Note Backups documented as "Supporter Backup Contracts":** A new contract type formalizing an agreement for a Supporter Persona to mirror a Publisher Persona's Notes for redundancy.
- *"Boosts" implemented as "Quote Notes":* Introduced `is_quote` flag and `quoted_cid` field in the Note structure to enable re-sharing with commentary.
- *Social & Contracts (`agora-requirements-05-social-and-contracts.org`):*
- *Social Note Backups documented as "Supporter Backup Contracts":* A new contract type formalizing an agreement for a Supporter Persona to mirror a Publisher Persona's Notes for redundancy.
### Operational Highlights & Tooling Challenges:
- **Security Hardening:**
- *Security Hardening:*
- UFW installed and enabled.
- `journalctl` access for system logs verified after `sudoers` configuration.
- Exposed Docker ports (gitea: 2222, 3000; openclaw-chromium: 9222) initially denied by UFW.
- Port 2222 re-opened at user's request for Gitea SSH access.
- **`edit` Tool Limitations:** Faced repeated `edit` tool failures due to strict `oldText` matching requirements with Org-mode's complex formatting (especially tables and invisible characters). This led to reliance on read-modify-write strategy for large updates.
- **`org-json-bridge` Project Initiated:** Began developing `org-json-bridge` skill to overcome `edit` tool limitations by enabling programmatic Org-mode manipulation via JSON parsing/serialization.
- *`edit` Tool Limitations:* Faced repeated `edit` tool failures due to strict `oldText` matching requirements with Org-mode's complex formatting (especially tables and invisible characters). This led to reliance on read-modify-write strategy for large updates.
- *`org-json-bridge` Project Initiated:* Began developing `org-json-bridge` skill to overcome `edit` tool limitations by enabling programmatic Org-mode manipulation via JSON parsing/serialization.
### Scheduled Tasks:
- **Overnight Documentation Improvement:** A sub-agent was launched to review and improve Agora requirements files 1-5, focusing on consistency, clarity, subheader logic, and removal of duplication/redundancies. Results expected in the morning.
- *Overnight Documentation Improvement:* A sub-agent was launched to review and improve Agora requirements files 1-5, focusing on consistency, clarity, subheader logic, and removal of duplication/redundancies. Results expected in the morning.
### Open Questions:
- User is considering further flag reductions (`is_escrow`, `is_payment`, `is_invoice`, `is_file`, `is_task`, `is_contract`). This will be revisited in the morning.
@@ -107,29 +107,29 @@
:END:
### Key Discussions & Decisions:
- **Agora Documentation Refinements:**
- **Identity (`agora-requirements-02-identity.org`):**
- *Agora Documentation Refinements:*
- *Identity (`agora-requirements-02-identity.org`):*
- Clarified Master Key usage for Persona derivation vs. Persona actions (signing contracts, being founders/guardians). Master Key for derivation; Persona keys for actions.
- Updated analogy from "Ft. Knox for your keys" to "Sphinx for your keys".
- Enhanced "Persona as legal person" analogy to include explicit protected rights (freedom of speech, due process).
- **Primitives (`agora-requirements-04-the-primitive.org`):**
- **Simplified Content Flags:** Drastically reduced core flags to 12: `is_public`, `is_direct`, `is_aggregated`, `is_contract`, `is_ephemeral`, `is_task`, `is_file`, `threaded`, `indexable`, `is_invoice`, `is_payment`, `is_escrow`.
- *Primitives (`agora-requirements-04-the-primitive.org`):*
- *Simplified Content Flags:* Drastically reduced core flags to 12: `is_public`, `is_direct`, `is_aggregated`, `is_contract`, `is_ephemeral`, `is_task`, `is_file`, `threaded`, `indexable`, `is_invoice`, `is_payment`, `is_escrow`.
- Eliminated redundant flags: `is_private` (covered by `is_public: false`), `is_page`/`is_static` (covered by `is_aggregated: false`), `is_attestation`, `is_question`, `is_review`, `is_offer`, `paywalled` (all derived semantically via core flags, `references` field, and payload content).
- **"Boosts" implemented as "Quote Notes":** Introduced `is_quote` flag and `quoted_cid` field in the Note structure to enable re-sharing with commentary.
- **Social & Contracts (`agora-requirements-05-social-and-contracts.org`):**
- **Social Note Backups documented as "Supporter Backup Contracts":** A new contract type formalizing an agreement for a Supporter Persona to mirror a Publisher Persona's Notes for redundancy.
- *"Boosts" implemented as "Quote Notes":* Introduced `is_quote` flag and `quoted_cid` field in the Note structure to enable re-sharing with commentary.
- *Social & Contracts (`agora-requirements-05-social-and-contracts.org`):*
- *Social Note Backups documented as "Supporter Backup Contracts":* A new contract type formalizing an agreement for a Supporter Persona to mirror a Publisher Persona's Notes for redundancy.
### Operational Highlights & Tooling Challenges:
- **Security Hardening:**
- *Security Hardening:*
- UFW installed and enabled.
- `journalctl` access for system logs verified after `sudoers` configuration.
- Exposed Docker ports (gitea: 2222, 3000; openclaw-chromium: 9222) initially denied by UFW.
- Port 2222 re-opened at user's request for Gitea SSH access.
- **`edit` Tool Limitations:** Faced repeated `edit` tool failures due to strict `oldText` matching requirements with Org-mode's complex formatting (especially tables and invisible characters). This led to reliance on read-modify-write strategy for large updates.
- **`org-json-bridge` Project Initiated:** Began developing `org-json-bridge` skill to overcome `edit` tool limitations by enabling programmatic Org-mode manipulation via JSON parsing/serialization.
- *`edit` Tool Limitations:* Faced repeated `edit` tool failures due to strict `oldText` matching requirements with Org-mode's complex formatting (especially tables and invisible characters). This led to reliance on read-modify-write strategy for large updates.
- *`org-json-bridge` Project Initiated:* Began developing `org-json-bridge` skill to overcome `edit` tool limitations by enabling programmatic Org-mode manipulation via JSON parsing/serialization.
### Scheduled Tasks:
- **Overnight Documentation Improvement:** A sub-agent was launched to review and improve Agora requirements files 1-5, focusing on consistency, clarity, subheader logic, and removal of duplication/redundancies. Results expected in the morning.
- *Overnight Documentation Improvement:* A sub-agent was launched to review and improve Agora requirements files 1-5, focusing on consistency, clarity, subheader logic, and removal of duplication/redundancies. Results expected in the morning.
### Open Questions:
- User is considering further flag reductions (`is_escrow`, `is_payment`, `is_invoice`, `is_file`, `is_task`, `is_contract`). This will be revisited in the morning.