Compare commits

293 Commits

Author SHA1 Message Date
44a1b43cba release(opencortex): bump submodule to v0.2.0 2026-05-01 21:51:48 -04:00
cb783530e5 refactor(gtd): move OpenCortex tasks to project-local TODO.org
- Slim gtd.org by linking to projects/opencortex/TODO.org
- gtd.org reduced from 1615 to 822 lines (-793)
- OpenCortex tasks now live in projects/opencortex/TODO.org
- Add projects/opencortex/TODO.org to org-agenda-files

Engineering Core and personal tasks remain in gtd.org
2026-05-01 21:46:04 -04:00
0168281c8c fix(opencortex): update submodule with final TUI and harness stability fixes 2026-05-01 18:16:55 -04:00
bef72ed55f refactor(opencortex): update submodule to include harness fixes and mandate centralization 2026-05-01 12:43:25 -04:00
a9be1d99b3 feat(opencortex): tmux TUI testing, unified LLM backend, daemon fixes
Submodule update includes:
- feat(tui): background reader thread, error handling, TERM guard
- feat(llm): unified OpenAI-compatible backend (Ollama/OpenRouter/OpenAI/Anthropic/Groq/Gemini)
- fix(loop): correct .env loading path (.config/opencortex)
- fix(daemon): restart with updated XDG harness files
- fix(reason): add generate-tool-belt-prompt, policy explanation, deterministic gate
2026-04-30 19:58:02 -04:00
d5b62ee642 feat(tui): add background reader, error handling, connection state 2026-04-30 19:53:02 -04:00
f858b86b64 docs(AGENTS): add utils-lisp mandate for Lisp structural operations
- NEW: REPL-first workflow requirement
- NEW: Must use utils-lisp functions for any .lisp work
- NEW: Never use edit tool on .lisp files directly
- NEW: Post-task verification: REPL verified + utils-lisp used
2026-04-30 11:17:45 -04:00
15e45e57e8 refactor: portable tangling with %%SKILLS_DIR%% placeholder 2026-04-30 11:14:32 -04:00
d68bdb2d2f fix: add in-package to REPL skill org 2026-04-30 11:11:41 -04:00
1886b7ed5d refactor: absolute XDG paths for skill tangling 2026-04-30 11:09:48 -04:00
622b85dd94 refactor: XDG tangle paths for skills
- Skills now tangle to $OC_DATA_DIR/skills/ (XDG)
- Removed manually-created .lisp files from repo
2026-04-30 11:09:23 -04:00
4b04266c16 fix(opencortex): harness compile errors resolved
- FIX: copy-org-object -> deep-copy-org-object (struct conflict)
- FIX: malformed char= syntax in reason.lisp
2026-04-30 10:58:23 -04:00
1adc80bcfb docs(gtd): add REPL skill to v0.2.0 roadmap
- Added org-skill-repl as DONE under INTERACTIVE REFINEMENT
- Enables REPL-first workflow with literate reflection in org
2026-04-30 10:54:18 -04:00
213c9f8c90 feat(skills): add org-skill-repl for persistent Lisp evaluation
Enables agent to:
- Evaluate Lisp code with result/output/error separation
- Inspect variables and functions
- List bound variables in package
- Load files into image
- Supports REPL-first workflow with literate reflection in org
2026-04-30 10:54:08 -04:00
492c84f881 chore(memex): add chat notes and lisp check file 2026-04-30 10:52:48 -04:00
cf5f0d13d0 feat(opencortex): v0.2.0 skills consolidation
- NEW: org-skill-utils-lisp (3-phase validation, sandboxed eval, AST tools)
- NEW: org-skill-utils-org (org headline manipulation, property management)
- DELETE: org-skill-lisp-utils, org-skill-emacs-edit (merged)
- ADD: opencortex setup wizard, opencortex doctor command
- ADD: Native TUI with Croatoan
- HARDEN: Skill loader, package jailing fixes
2026-04-30 10:52:27 -04:00
dfa13d359c docs(gtd): seal v0.2.0 roadmap milestones 2026-04-28 19:51:01 -04:00
42e5c9060e docs(inbox): clear release notes 2026-04-28 19:48:59 -04:00
0121082bc6 feat(chaos): seal v0.2.0 with Tier 2/3 validation and TUI fixes 2026-04-28 19:48:59 -04:00
6f548aa7ac fix: resolve TUI syntax errors and color constants 2026-04-28 14:45:11 -04:00
315ef305e9 chore: complete scorched earth bootstrap and seal v0.2.0-pre fixes 2026-04-28 14:08:25 -04:00
aa70766a4f docs(gtd): mark chaos bugfixes as done and update submodule ref 2026-04-28 14:03:03 -04:00
a842f10b35 chore(opencortex): update submodule to latest fix for v0.2.0 2026-04-28 10:46:31 -04:00
478e5b88bc chore: seal v0.2.0 milestone with updated submodule reference and README 2026-04-27 20:18:04 -04:00
38f1dfec4e feat(xdg): implement xdg-compliant directory structure and diagnostic doctor 2026-04-27 19:51:41 -04:00
bdb4b30012 docs: mark v0.2.0 Autonomous Self-Editing Foundation tasks as DONE
- Exposed Structural AST Editing Tools.
- Implemented Reflection Loops.
- Hardened Actuators (path-traversal and Merkle snapshots).
- Implemented tool permission tiers (ask/allow/deny).
- Validated skill hot-reload capability.
2026-04-27 13:44:50 -04:00
5e68db2464 docs: merge architectural evolution note into roadmap
- Transferred remaining architectural tasks (AST tooling, Reflection Loops, Actuator hardening, Lazy-loading) into the active gtd.org task tree.
- Purged the standalone note as its contents are now fully tracked in the project roadmap.
2026-04-27 13:39:02 -04:00
d1b1e1c4bb docs: shift vector search to v0.3.0 and make provider-agnostic
- Moved vector search out of v0.2.0 (blocking the TUI release).
- Re-architected as 'Asynchronous Embedding Gateway' in v0.3.0.
- Supports Ollama, llama.cpp, and OpenAI based on .env configuration.
- Operates via a background worker thread to prevent Merkle GC churn during active text editing.
2026-04-27 13:36:52 -04:00
6a90e43067 docs: sync gtd.org roadmap with new v0.3.0-v1.0.0 version scheme
- Renamed v0.3.0 to include HITL
- Renamed v0.4.0 to include Git Workflows
- Shifted Creator + Architect to v0.6.0
- Inserted new v0.5.0 (Interactive Actuation)
- Inserted new v0.7.0 (Visual Grounding) and v0.8.0 (Evaluation Harness) before v1.0.0 SOTA Parity.
2026-04-27 13:22:55 -04:00
4317eff40e docs: Add self-enforcement checklist to AGENTS.md
- Before task gate (git clean, skill query, GTD read)
- During task LP rules (org-only, one function per block, prose)
- After task validation (tests pass, chaos tier 1, no artifacts)
- References to authoritative skill org files

This makes the mandate enforceable, not just documentation.
2026-04-25 19:33:25 -04:00
cc6c552d5a refactor: Move Emacs config from system/ to projects/dotemacs/
- Delete deprecated system/ configuration files
- Update projects/dotemacs/modules/ with reorganized config
- Add .opencode/ directory for agent state
- Clean up attachments and unused documentation files
2026-04-25 18:41:20 -04:00
43c225a4b5 Update gtd.org: mark org-skill-emacs-edit DONE
- Added org-skill-emacs-edit (pure Lisp, no Emacs subprocess)
- Marked lisp-repair as DONE (now in org-skill-lisp-utils)
2026-04-23 07:35:55 -04:00
e87ae0c517 Update gtd.org: mark core skills consolidation DONE
- Merged lisp-validator + lisp-repair → org-skill-lisp-utils.org
- Added lisp utilities: count-char, deterministic-repair, neural-repair
- Moved skills from contrib to core
2026-04-23 07:22:43 -04:00
08803640a4 docs: Document ASDF fix and engineering methodology additions
- Added 4 cognitive tools: reload-skill, read-file, write-file, replace-string
- Fixed ASDF compilation bug with explicit dependencies
- Added test-first methodology rules to engineering standards
2026-04-23 06:48:22 -04:00
5f48f07b77 chore: Sync submodule for definitive v0.1.0 release 2026-04-19 20:51:49 -04:00
c5c524d335 chore: Final sync for stable conductor bridge 2026-04-19 20:41:26 -04:00
b11b028245 chore: Sync submodule for definitive gateway fix 2026-04-19 20:36:45 -04:00
ced260dd0f chore: Sync submodule for definitive protocol fix 2026-04-19 20:34:27 -04:00
1a87c72f7d chore: Sync submodule for Sexp restoration 2026-04-19 20:31:06 -04:00
284de44dcd chore: Sync submodule for JSON protocol 2026-04-19 20:23:27 -04:00
fd6c621eeb chore: Sync submodule for final protocol hardening 2026-04-19 20:16:22 -04:00
34af90e7e5 chore: Sync submodule for definitive proto-get fix 2026-04-19 20:10:14 -04:00
1f736aabe5 chore: Sync submodule for dependency fix 2026-04-19 20:06:48 -04:00
609b2fcac3 chore: Sync submodule for protocol security fix 2026-04-19 20:03:20 -04:00
f48f38400d chore: Sync submodule for chat protocol fix 2026-04-19 19:59:27 -04:00
e49b68287b chore: Sync submodule for protocol debugging 2026-04-19 19:56:31 -04:00
de23523200 chore: Sync submodule for validator hardening 2026-04-19 19:47:22 -04:00
dde4796d23 chore: Sync submodule for validator fix 2026-04-19 19:44:26 -04:00
7f0d195017 chore: Sync submodule for gateway syntax fix 2026-04-19 19:36:56 -04:00
e98a68f32c chore: Sync submodule for definitive v0.1.0 conductor fix 2026-04-19 19:32:32 -04:00
7815717346 chore: Sync submodule for boot lock 2026-04-19 19:19:57 -04:00
61191ac03e chore: Sync submodule for UI test improvement 2026-04-19 19:17:07 -04:00
1866695eca chore: Sync submodule for SBCL fix 2026-04-19 19:14:08 -04:00
05c2730c61 chore: Sync submodule for quoting fix 2026-04-19 19:11:25 -04:00
a97a3d1ba9 chore: Sync submodule for serial boot fix 2026-04-19 19:09:19 -04:00
41598c3542 chore: Sync submodule for race fix 2026-04-19 19:04:57 -04:00
5d3ab60adf chore: Sync submodule for boot race fix 2026-04-19 19:00:58 -04:00
18a802c2e2 chore: Sync submodule for definitively stable v0.1.0 2026-04-19 18:49:24 -04:00
c1cfde1e4b chore: Sync submodule for dynamic cascade 2026-04-19 18:38:04 -04:00
b78b32bda9 chore: Sync submodule for stable v0.1.0 TUI 2026-04-19 18:37:35 -04:00
bc51a5e586 chore: Sync submodule for metabolic feedback fix 2026-04-19 18:18:32 -04:00
a32524ec64 chore: Sync submodule for verified TUI loop 2026-04-19 18:11:50 -04:00
d03914053f chore: Sync submodule for definitive TUI fix 2026-04-19 18:06:46 -04:00
b1c2884254 chore: Sync submodule for protocol and visibility fixes 2026-04-19 17:54:04 -04:00
0239b4f8d7 chore: Sync submodule for tool visibility fix 2026-04-19 17:43:33 -04:00
04f7e248b4 chore: Sync submodule for response format fix 2026-04-19 17:41:35 -04:00
0c1bdc0418 chore: Sync submodule for case-insensitive gateway 2026-04-19 17:35:48 -04:00
71d3016a1c chore: Sync submodule for handler-case fix 2026-04-19 17:33:02 -04:00
913a81b0bd chore: Sync submodule for neural gateway hardening 2026-04-19 17:31:07 -04:00
c0f3ab1cf2 chore: Sync submodule for definitive package fix 2026-04-19 17:28:45 -04:00
44319bece1 chore: Sync submodule for definitive reason fix 2026-04-19 17:26:17 -04:00
f3c5de68b6 chore: Sync submodule for reasoning fix 2026-04-19 17:22:43 -04:00
50eaef0a9d chore: Sync submodule for universal reasoning 2026-04-19 17:12:05 -04:00
c84b82fd1f chore: Sync submodule for SETF fix 2026-04-19 17:05:04 -04:00
c711512689 chore: Sync submodule for robust protocol fix 2026-04-19 16:59:21 -04:00
54a76e71f0 chore: Sync submodule for cache purge and keyword fix 2026-04-19 16:45:12 -04:00
c7b7c4fc9d chore: Sync submodule for final TUI fix 2026-04-19 16:41:03 -04:00
727d56dbda chore: Sync submodule for actuator hardening 2026-04-19 16:36:51 -04:00
d7a4421464 chore: Sync submodule for hardened actuator kernel 2026-04-19 16:34:44 -04:00
e69bc16f0c chore: Sync submodule for actuator normalization 2026-04-19 16:31:14 -04:00
1e74331428 chore: Sync submodule for CLI actuator normalization 2026-04-19 16:28:22 -04:00
52593cb2ef chore: Sync submodule for skill list hardening 2026-04-19 16:23:28 -04:00
879ff3c2c5 chore: Sync submodule for definitive context fix 2026-04-19 16:21:42 -04:00
0893d5e959 chore: Sync submodule for definitive path fix 2026-04-19 16:17:55 -04:00
94361997ff chore: Sync submodule for definitive memory fix 2026-04-19 16:05:34 -04:00
dd834e55bd chore: Sync submodule for boot noise reduction 2026-04-19 15:57:00 -04:00
d4cdb0aa1d chore: Sync submodule for sanitized memory 2026-04-19 15:52:58 -04:00
89581e08ab chore: Sync submodule for sanitized actuator 2026-04-19 15:51:36 -04:00
fc5069908b chore: Sync submodule for colon fix 2026-04-19 15:50:01 -04:00
417ff56f67 chore: Sync submodule for definitive Green Boot 2026-04-19 15:48:49 -04:00
6d571c93c8 chore: Sync submodule for final syntax fix 2026-04-19 15:43:34 -04:00
643ecf17be chore: Sync submodule for comma character fix 2026-04-19 15:42:08 -04:00
e4fccdbcb9 chore: Sync submodule for skill syntax and stub fixes 2026-04-19 15:40:48 -04:00
fd70333f3f chore: Sync submodule for keyword cleaner 2026-04-19 15:37:07 -04:00
84cdb374c4 chore: Sync submodule for protocol normalization 2026-04-19 15:31:45 -04:00
8b3526d8cb chore: Sync submodule for keyword case fix 2026-04-19 15:27:44 -04:00
3c8a709549 chore: Sync submodule for metabolic feedback fix 2026-04-19 15:23:30 -04:00
f53a02c13b chore: Sync submodule for robust protocol reader 2026-04-19 15:21:05 -04:00
4f74624e73 chore: Sync submodule for vault memory unbound fix 2026-04-19 15:05:44 -04:00
7657969147 chore: Sync submodule for definitive TUI keyboard fix 2026-04-19 14:54:40 -04:00
0ec48197ba chore: Sync submodule for definitive TUI cursor fix 2026-04-19 14:29:30 -04:00
563c661555 chore: Sync submodule for boot execution fix 2026-04-19 14:19:19 -04:00
fbc2719ff4 chore: Sync submodule for vault load fix 2026-04-19 13:53:07 -04:00
df86c1d1be chore: Hard sync of submodule to latest verified TUI state 2026-04-19 13:38:34 -04:00
a5f81ad9ab chore: Sync submodule for final verified TUI input focus fix 2026-04-19 13:19:07 -04:00
9ebbbae15e chore: Sync submodule for verified TUI parenthesis fix 2026-04-19 13:12:11 -04:00
619d8871f2 chore: Sync submodule for TUI input focus fix 2026-04-19 13:02:43 -04:00
d02812f95c chore: Sync submodule for final TUI and package fixes 2026-04-19 12:09:52 -04:00
0f51b32680 chore: Sync submodule for read-framed-message export fix 2026-04-19 12:03:40 -04:00
1873525c4a chore: Sync submodule for bash variable restoration 2026-04-19 11:55:19 -04:00
a7f61908c2 chore: Sync submodule for strict command router refactor 2026-04-19 11:48:30 -04:00
02169a7ad3 chore: Sync submodule for precise setup exit fix 2026-04-19 11:44:59 -04:00
446c66f101 chore: Sync submodule for final protocol desync and fallthrough fixes 2026-04-19 11:42:38 -04:00
a3506551ea chore: Sync submodule for final v0.1.0 release 2026-04-17 20:25:18 -04:00
2518d4778c chore: Sync submodule for TUI window logic fix 2026-04-17 19:20:57 -04:00
78ec8240d4 chore: Sync submodule for squashed SBCL command fixes 2026-04-17 18:55:53 -04:00
d9f89bba7b chore: Sync submodule for forced SKILLS_DIR fix 2026-04-17 18:45:37 -04:00
ec87c36908 chore: Sync submodule for line continuation fix 2026-04-17 18:39:01 -04:00
01bd848244 chore: Sync submodule for final TUI and onboarding fixes 2026-04-17 18:32:49 -04:00
7cbf723d04 chore: Sync submodule for TUI and PATH fixes 2026-04-17 18:26:53 -04:00
f76360fae7 chore: Sync submodule for final verified fixed MVP release 2026-04-17 18:17:29 -04:00
cf50300be6 chore: Sync submodule for final verified MVP release 2026-04-17 18:07:06 -04:00
3a4c15a448 chore: Sync submodule for final-final MVP release 2026-04-17 17:57:31 -04:00
4b19d7d743 chore: Sync submodule for final-final MVP fixes 2026-04-17 17:56:05 -04:00
90f91ce082 chore: Sync submodule for final MVP release 2026-04-17 17:49:58 -04:00
b5e6912cc4 chore: Sync submodule for symlink-aware SCRIPT_DIR fix 2026-04-17 17:38:48 -04:00
e83e297843 chore: Sync submodule for final boot sequence fixes 2026-04-17 17:32:18 -04:00
0447c8495d chore: Sync submodule for final boot failure fixes 2026-04-17 17:25:02 -04:00
032fedc549 chore: Sync submodule for bash syntax fix 2026-04-17 17:17:50 -04:00
0760c8c126 chore: Sync submodule for package export and setup pre-load fixes 2026-04-17 17:12:14 -04:00
4dda5d2a97 chore: Sync submodule for verbose setup logging 2026-04-17 17:07:46 -04:00
a7b01cbf0b chore: Sync submodule for robust setup verification 2026-04-17 17:02:11 -04:00
2f6b32c2c7 chore: Update submodule for Memex path and directory creation fixes 2026-04-17 16:54:03 -04:00
d86ace0bf3 chore: Update submodule reference for stray binary removal 2026-04-17 16:41:47 -04:00
8c99cc785e chore: Update submodule reference for fresh VM setup fixes 2026-04-17 16:40:10 -04:00
b807402dba chore: Update submodule references for final MVP hardening 2026-04-17 16:30:57 -04:00
e922c04226 chore(gtd): Add v0.2.0 advanced onboarding tasks inspired by OpenClaw/Hermes 2026-04-17 16:29:47 -04:00
2265fb3e21 chore: Sync workspace and submodule for Audit Phase 2026-04-17 15:44:21 -04:00
ad6dee1dcd chore: Update submodule with identity setup feature 2026-04-17 14:12:06 -04:00
03883e7e4f chore: Update submodule with interactive setup and TUI entrypoint 2026-04-17 14:08:06 -04:00
4ff4ac7961 chore: Update submodule for MVP spec refinement 2026-04-17 14:05:20 -04:00
b49f83a891 chore: Update submodule for MVP spec test plan addition 2026-04-17 13:57:43 -04:00
7ede631db4 chore: Mark licensing tasks as DONE in GTD 2026-04-17 13:43:18 -04:00
3a031ba8a2 chore: Update submodule for AGPLv3 and CLA documentation 2026-04-17 13:41:42 -04:00
8597b34792 chore: Update submodule for JSON to S-Expression refactor 2026-04-17 13:36:54 -04:00
729a8e8d8a chore: Update submodule with TUI implementation 2026-04-17 13:24:10 -04:00
0cf2a8d386 chore: Update MVP plan and submodule pointer 2026-04-17 12:55:03 -04:00
bb6238bfa6 chore: Update GTD file with MVP release plan details 2026-04-17 12:38:15 -04:00
562ba063cb chore: Update inbox and opencortex submodule 2026-04-17 12:20:27 -04:00
a08bba8a3d chore: Update submodule pointers 2026-04-16 12:00:47 -04:00
4c818ccd86 fix: Correct UUID symbol and rename contrib submodule 2026-04-16 11:59:37 -04:00
12f11ce5b0 chore: Update org-agent-contrib submodule to latest c5d3d8c 2026-04-14 16:03:40 -04:00
e29ca5679e REFAC: Standardize on Cognitive Cycle and update documentation 2026-04-14 15:59:19 -04:00
34a210228e BRAND: Rename project to OpenCortex and update gtd.org 2026-04-14 11:51:26 -04:00
df9c47ad03 LEGAL: Finalize v0.1.0 licensing and legal framework 2026-04-14 10:17:33 -04:00
3900e3c8fc AUDIT: Align terminology with Autonomy and finalize CLI-first actuation 2026-04-14 09:38:24 -04:00
6c88a66273 AUDIT: Final v0.1.0 hardening - Emacs in Docker and sub-TODO mandate 2026-04-13 21:20:56 -04:00
614907613e AUDIT: Scheduled v0.1.0 publication and verification tasks for tomorrow 2026-04-13 21:18:58 -04:00
0f7019e01e RELEASE: v0.1.0 - The Sovereign Foundation 2026-04-13 21:06:18 -04:00
c376196e86 AUDIT: Patched Scribe distillation logic for immutability and persistence 2026-04-13 20:56:11 -04:00
3959c57718 AUDIT: Completed Scribe and Gardener implementation for MVP 2026-04-13 20:44:18 -04:00
f8221ec4da AUDIT: Completed Task 1 (Harness Hardening) for MVP 2026-04-13 20:40:37 -04:00
5518a00e67 AUDIT: Implemented unified entrypoint script and updated README 2026-04-13 20:20:39 -04:00
f315b79df3 AUDIT: Added CLI interaction capability and updated UX journey 2026-04-13 20:15:30 -04:00
b0e6ddac05 AUDIT: Unified setup process and updated documentation 2026-04-13 20:04:52 -04:00
21d46b03fc AUDIT: Established Sovereign MVP (v0.1.0) milestone in task tracker 2026-04-13 19:44:53 -04:00
d8f92decb6 AUDIT: Refactored context stage and updated peripheral vision parameters 2026-04-13 17:31:36 -04:00
bf1fc9a9c4 AUDIT: Externalized mandatory skill configuration 2026-04-13 17:28:32 -04:00
45edc23a9e AUDIT: Refactored perceive stage and updated engineering standards with tangle mandate 2026-04-13 17:07:01 -04:00
42124ed9d5 AUDIT: Refactored core metabolic loop and updated engineering standards 2026-04-13 16:55:11 -04:00
b06c1b44b9 ARCH: Synchronize Thin Harness manifest and full decoupling 2026-04-13 16:39:07 -04:00
b46c800d43 ARCH: Sync submodule pointer after full Microkernel Decoupling 2026-04-13 16:11:21 -04:00
d1432e4bf0 ALIGN: Completed communication and memory alignment, starting IPFS homoiconic refactor 2026-04-13 14:55:51 -04:00
f2ecccab63 ALIGN: Workspace-wide rename of Memory and final terminology sync 2026-04-13 14:39:53 -04:00
eee1925032 ALIGN: Finalize workspace-wide rename to Harness Communication 2026-04-13 14:19:50 -04:00
e5d04d241c ALIGN: Finalize terminology sync across all layers 2026-04-13 13:18:53 -04:00
d160a084c5 ALIGN: Sync roadmap and submodule pointer 2026-04-13 13:18:50 -04:00
38dcac3ad3 ALIGN: Completed terminology refactor and deleted deprecated audit reports 2026-04-13 13:18:38 -04:00
b96f8b9b6a GTD: Updated harness review task description 2026-04-13 13:16:25 -04:00
dc7cf8bfe0 GTD: Add task for full review of org-agent's harness 2026-04-13 13:12:36 -04:00
43a20879bd ARCH: Metabolic Harness Reorganization & Loop Simplification 2026-04-13 09:57:59 -04:00
b6b39472da ARCH: Clean Core Refactor & Terminology Alignment 2026-04-13 09:03:42 -04:00
8ee1c0c4df docs: finalize gtd.org synchronization and encode Roadmap Integrity mandate 2026-04-12 19:52:47 -04:00
bdee3c75b5 docs: Restore root README and sync org-agent documentation 2026-04-12 16:26:02 -04:00
ee19da7e7a chore: Cull 'architecture astronaut' tasks from active roadmap
- Moved theoretical/complex tasks to an Archive section.
- Enforces the 'Thin Harness, Fat Skills' paradigm.
- Restricts v1.0 focus to the Minimal Boot Set.
2026-04-12 16:02:16 -04:00
7cdf76112c docs: Rewrite root README to anchor new architecture and philosophy
- Shift from 'Neurosymbolic' to 'Neuro-Protosymbolic'
- Formalize 'Thin Harness, Fat Skills' paradigm
- Redefine cognitive matrix (Associative/Deliberate, Foreground/Background)
- Clarify Org-mode AST and Sparse Tree advantages over Markdown/JSON
- Outline core skill groups and Lisp Machine endgame
2026-04-12 15:59:07 -04:00
a887011415 chore: Update cognitive architecture naming and sync org-agent submodule
- Updated naming to Associative/Deliberate and Foreground/Background in README.org
- Synchronized completed tasks in gtd.org
- Updated org-agent submodule reference
2026-04-12 14:10:01 -04:00
8ff305d6ac feat(agent): Define session-less cognitive architecture
- **Anatomy (Data Stores):** Defines the three-tiered data model:
  1. Linguistic Substrate (Org files)
  2. Lisp Object Store (Live graph in RAM)
  3. Telemetry Store (External TSDB for sensory data)

- **Psychology (Cognitive Matrix):** Establishes the 2x2 matrix that
  balances Conscious/Subconscious and Neural/Symbolic (System 1/2)
  processing.

- **Physiology (Core Processes):** Outlines the five core processes
  (Perception, Reasoning, Distillation, Reflection, Sensation) that
  bring the architecture to life.

This commit also updates the master GTD with the full engineering
roadmap required to implement this session-less vision, including tasks
for cognitive economics, belief revision, and the Micro-Prolog engine.
2026-04-11 20:14:37 -04:00
942a721cd8 FEAT: Integrated Playwright bridge and updated GTD 2026-04-11 16:58:23 -04:00
6ec465128c CHORE: Submodule sync for Playwright dependencies 2026-04-11 16:56:58 -04:00
72268c7508 FEAT: Integrated Boot Sequence refactor and updated GTD 2026-04-11 16:52:41 -04:00
3e2616ee4d FEAT: Integrated 5-Vector security and synchronized docs 2026-04-11 16:36:07 -04:00
70be494d8c CHORE: Submodule sync before Bouncer Matrix implementation 2026-04-11 16:25:08 -04:00
c4233f7a80 FEAT: Integrated Formal Verification and updated GTD 2026-04-11 16:13:29 -04:00
d4736fb79c CHORE: Submodule sync before Formal Verification implementation 2026-04-11 16:08:58 -04:00
4ee8b998d0 FEAT: Integrated Docker infrastructure and updated GTD 2026-04-11 16:02:53 -04:00
44ebba8aaa FEAT: Integrated Matrix gateway and updated GTD 2026-04-11 15:58:15 -04:00
5ba970e4e8 DOCS: Synced .env.example in main repo 2026-04-11 15:54:16 -04:00
437cf36979 FIX: Secure Signal identity in submodule 2026-04-11 15:52:32 -04:00
bbe2bcb2c4 FEAT: Integrated Signal gateway and updated GTD 2026-04-11 15:51:10 -04:00
b42a2fedfc CHORE: Submodule update for Signal Gateway preparation 2026-04-11 15:48:22 -04:00
4c417a58b5 FEAT: Integrated Telegram gateway and updated GTD 2026-04-11 15:34:51 -04:00
5ba7d70f28 FEAT: Finalized Shell Actuator verification and gtd status 2026-04-11 15:24:46 -04:00
bef7c93fad FEAT: Finalized provider verification and gtd status 2026-04-11 15:17:34 -04:00
c979ec8e89 CHORE: Add 5-Vector Bouncer Matrix to GTD 2026-04-11 14:58:47 -04:00
666316b702 FEAT: Finalized Planning Mode implementation and gtd status 2026-04-11 14:45:00 -04:00
cbd0a11ca4 FEAT: Finalized async lisp-repair and gtd status 2026-04-11 14:36:39 -04:00
72531c175b Revert "FEAT: Integrated org-skill-lisp-repair"
This reverts commit dcf6c79371.
2026-04-11 14:32:31 -04:00
dcf6c79371 FEAT: Integrated org-skill-lisp-repair 2026-04-11 14:29:42 -04:00
451c7dd580 CHORE: Commit submodule pointer before lisp-repair 2026-04-11 14:25:33 -04:00
3cfa99f076 FEAT: Task Orchestrator & Self-Fix verification complete. Refactored ASD to flat structure. 2026-04-11 14:22:38 -04:00
5206d4e5c0 DOCS: PSF alignment for Task Orchestrator (RCA, Literate Docs, Flight Plan conversion) 2026-04-11 14:11:12 -04:00
9399f2e9f8 CHORE: Consolidation VI implementation checkpoint before PSF mandate alignment 2026-04-11 14:08:57 -04:00
1b7d41444d feat(org-agent): sync Hybrid Peripheral Vision and update gtd.org 2026-04-09 16:43:34 -04:00
aaa966a2dd feat(org-agent): sync Micro-Loader implementation and update gtd.org 2026-04-09 16:34:59 -04:00
df101aa610 chore: cleanup notes and sync contrib submodule state 2026-04-09 16:33:09 -04:00
0fd009318e feat(org-agent): sync Lisp Sandboxing implementation and tests 2026-04-09 16:28:32 -04:00
8533efa120 feat(org-agent): sync Latent Reflection skill and update gtd.org 2026-04-09 16:15:41 -04:00
7624cf37e6 chore: consolidate standalone skill projects into org-agent and org-agent-contrib 2026-04-09 16:10:30 -04:00
e1051d1cea chore: finalize org-agent-contrib submodule pointer 2026-04-09 15:56:06 -04:00
010d1e7d47 fix: update org-agent-contrib submodule URL 2026-04-09 15:51:11 -04:00
409a9d5630 chore: mark IPFS archivist and Micro-Rollbacks as DONE in gtd.org 2026-04-09 15:49:34 -04:00
f98291e084 feat(org-agent): sync Component III - IPFS archivist skill 2026-04-09 15:48:38 -04:00
af24f239da chore: cleanup notes/ after skill migration to submodule 2026-04-09 15:42:39 -04:00
c8bca0c678 chore: sync onboarding API key naming 2026-04-09 15:38:43 -04:00
586ee5f55e chore: sync onboarding environment awareness 2026-04-09 15:23:53 -04:00
ff5313c150 chore: sync onboarding script improvements 2026-04-09 15:21:25 -04:00
d8293fc3be chore: restructure skill repositories into Core and Contrib 2026-04-09 15:18:19 -04:00
df2c752514 feat(org-agent): sync Component IV implementation 2026-04-09 14:31:01 -04:00
5a58e3fbf8 chore: mark Signal Pipeline refactor as DONE in gtd.org 2026-04-09 14:05:13 -04:00
5628768149 refactor(org-agent): sync signal pipeline implementation 2026-04-09 14:04:43 -04:00
6094868e28 chore: mark Merkle-Tree and CoW tasks as DONE in gtd.org 2026-04-09 11:40:40 -04:00
a36555d295 test(org-agent): sync object store verification suite 2026-04-09 11:34:59 -04:00
957d2ea848 feat(org-agent): sync Merkle-Tree versioning implementation 2026-04-09 11:26:09 -04:00
0897a23b0d docs(org-agent): sync literate source restructure and component split 2026-04-09 11:00:16 -04:00
aa652923ac chore: sync roadmap and kernel evolution design 2026-04-08 21:02:39 -04:00
ac621b6581 docs(org-agent): sync docstring updates from subproject 2026-04-08 20:39:58 -04:00
a06cb7c44e chore: add root .gitignore and sync subproject cleanup 2026-04-08 20:32:00 -04:00
07de1f9d6b feat(org-agent): sync security patches and robustness improvements 2026-04-08 20:15:27 -04:00
09a381da43 docs(org-agent): sync literate text refinements 2026-04-08 19:11:53 -04:00
cf58983d78 feat(org-agent): implement Component III (Object Store) and IV (Peripheral Vision) 2026-04-08 19:03:47 -04:00
fba45ec3d4 feat(org-agent): sync topological boot sequence implementation 2026-04-08 18:04:27 -04:00
3da49016e3 docs(org-agent): sync deep reasoning overhaul 2026-04-08 16:17:51 -04:00
f1f0ef620f docs(org-agent): sync README reorganization 2026-04-08 16:16:24 -04:00
709802917a refactor: merge economist skill into token-accountant 2026-04-08 16:16:09 -04:00
6ac032f144 chore: mark provider extraction as DONE in GTD 2026-04-08 16:09:00 -04:00
ca631d31fc refactor: move LLM provider implementations to literate skill notes 2026-04-08 16:08:18 -04:00
685aa4edf1 docs(org-agent): sync comprehensive README overhaul 2026-04-08 15:50:03 -04:00
471c25870b feat: add Neurosymbolic Bridge improvements to GTD 2026-04-08 15:49:40 -04:00
cc18c7f082 feat: add Skill Boot Sequence and Gateway architecture to GTD 2026-04-08 15:38:41 -04:00
af642b6ec0 feat: add Privacy-Aware Indexing and Peripheral Vision extraction to GTD 2026-04-08 15:24:38 -04:00
954295c9d5 feat: add Merkle-Tree and IPFS memory tiering tasks to GTD 2026-04-08 15:05:43 -04:00
54b774511e feat: add pluggable OACP integrity hashing to GTD 2026-04-08 14:42:44 -04:00
2bd36a72c2 feat: add OACP schema and backpressure improvements to GTD 2026-04-08 14:29:34 -04:00
f90b0bda30 feat: add core architectural improvements to Sovereign Boundary project in GTD 2026-04-08 14:14:36 -04:00
ed0e3f4ae9 feat: add claw-code derived skill implementation tasks to GTD 2026-04-08 14:01:21 -04:00
963b0172f4 feat: add claw-code benchmarking project to GTD 2026-04-08 13:56:46 -04:00
d2bb8d85be docs(org-agent): add the 6 core components to the documentation 2026-04-08 13:46:30 -04:00
66ec09c8c7 docs(org-agent): update philosophy and actuator-agnostic vision in README 2026-04-08 13:38:56 -04:00
76fc903f81 docs(org-agent): update philosophy with actuator-agnostic vision 2026-04-08 13:28:42 -04:00
8133f05e49 docs(org-agent): fix Mermaid syntax in README 2026-04-08 13:20:55 -04:00
995d76f5a5 feat: establish Sovereign Boundary project in GTD 2026-04-08 13:20:54 -04:00
026f9662c8 docs(org-agent): promote README.org to root and update philosophy 2026-04-08 13:02:39 -04:00
08904c4d97 feat: implement skill graph dependencies in org-skill-agent and establish org-id rule 2026-04-08 12:33:40 -04:00
a7861cd806 docs: overhaul README.org and remove redundant README.md 2026-04-08 11:37:44 -04:00
678097088e refactor: consolidate SOUL.org and org-agent skill into notes/org-skill-agent.org 2026-04-08 11:32:09 -04:00
ebc1659a27 refactor: consolidate PSF philosophy into literate skill and unify agent rules in SOUL.org 2026-04-08 11:26:00 -04:00
6a9c03abb6 chore: move start-agent.sh and test-shell.lisp to their correct scopes 2026-04-08 10:54:08 -04:00
17577fcca1 chore: remove redundant expansion artifacts and empty JSON files 2026-04-08 10:38:46 -04:00
aef13436c5 chore: structural cleanup of projects and patches 2026-04-08 10:26:30 -04:00
be8656c604 chore: structural cleanup of projects and patches 2026-04-08 10:25:38 -04:00
bdcca5c376 chore: add patches, new project skills, and utility scripts 2026-04-08 10:14:34 -04:00
d28eb0d765 chore: workspace synchronization (sync inbox.org and staged deletions) 2026-04-08 10:11:44 -04:00
e99e1744b9 chore: move remaining flight plan to system/plans 2026-04-08 10:08:01 -04:00
217348850f chore: move flight plans to system/plans 2026-04-08 10:03:56 -04:00
335861e936 PSF: Add flight plan for Emacs UX overhaul 2026-04-07 18:12:10 -04:00
314107cf69 PSF: Retrospective metadata injection complete. Kernel future-proofed with CREATED/EDITED drawer logic. 2026-04-07 14:14:56 -04:00
c553ddc20f PSF: Replace improvised IDs with properly generated org-roam UUIDs 2026-04-07 13:42:42 -04:00
b45f24ebc1 PSF: Update privacy wall mandate to use @personal tag instead of !personal 2026-04-07 13:36:51 -04:00
1928a1e391 PSF: Append :@personal: to top-level headings in daily/ (<= 2024) 2026-04-07 13:34:45 -04:00
2332098cc7 PSF: Append @personal to all files in inbox/notes 2026-04-07 13:29:01 -04:00
c0eb8206f7 PSF: Prefix project notes with project- and skill notes with org-skill- 2026-04-07 12:57:15 -04:00
9b00c70683 PSF: Massive Foundation Sync. 57/57 High-Fidelity Blueprints. Zero-Toll Fleet (Llama 3.3/Qwen 3.6) active. GTD updated with browser hardening task. 2026-04-07 10:53:03 -04:00
d2e0ff2842 PSF: Update org-agent submodule pointer to include core neural/OACP fixes. 2026-04-07 10:43:51 -04:00
3b3381a1ac PSF: Foundry Progress Sync. 57 high-fidelity blueprints established. Open Fleet routing (Kimi/Qwen) active. GTD updated. 2026-04-07 10:34:16 -04:00
77c0dac025 PSF: Mass-regeneration complete. 53/53 high-fidelity blueprints and TDD suites established. Zero-cost Pro bridge active. 2026-04-07 08:58:08 -04:00
f4a91ae747 PSF: Model Fleet Discovery. Full OpenRouter model list established. 2026-04-06 18:05:15 -04:00
bf33f80ee2 PSF: Autonomous mass-processing of 25 pending skills (Blueprint & TDD). 2026-04-05 19:32:07 -04:00
bfab2c80dd PSF: Autonomous loop progress. LinkedIn PRD and TDD suites. 2026-04-05 19:12:25 -04:00
018d97b77a PSF: Purge Emacs lock files. 2026-04-04 20:27:46 -04:00
283ca09276 PSF: Update org-agent submodule pointer. 2026-04-04 20:27:44 -04:00
7ac10d1f95 PSF: Stabilizing workspace after crash. Valid kernel/skill fixes. 2026-04-04 20:27:39 -04:00
65a14784d3 feat: implemented verified Shell Actuator skill
- Enabled execution of whitelisted shell commands via OACP.
- Added neuro-cognitive analysis for command results.
- Fixed authentication fallback for background daemon.
- Finalized Emacs UI robustness for all message types.
2026-04-04 13:37:47 -04:00
1431 changed files with 15829 additions and 180524 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
*.log
*~
\#*#
state/

15
.gitmodules vendored
View File

@@ -1,6 +1,9 @@
[submodule "org-agent"]
path = org-agent
url = ssh://git@10.10.10.201:2222/amr/org-agent.git
[submodule "projects/org-agent"]
path = projects/org-agent
url = ssh://git@10.10.10.201:2222/amr/org-agent.git
[submodule "opencortex"]
path = opencortex
url = ssh://git@10.10.10.201:2222/amr/opencortex.git
[submodule "projects/opencortex"]
path = projects/opencortex
url = ssh://10.10.10.201:2222/amr/opencortex.git
[submodule "projects/opencortex-contrib"]
path = projects/opencortex-contrib
url = ssh://git@10.10.10.201:2222/amr/opencortex-contrib.git

149
.opencode/AGENTS.md Normal file
View File

@@ -0,0 +1,149 @@
# OpenCortex Agent Mandate
This file defines the operating policies and engineering guidelines that all autonomous agents MUST follow.
## Vision
- **Pure Lisp + Org-mode**: All intelligence implemented in Lisp, all documentation in Org-mode
- **No JSON, No YAML**: Thin harness, fat skills
- **Constraint**: No temporary scripts in opencortex repo - use `/home/user/memex/system/` instead
## Current Goal
- **v0.2.0**: Self-Improvement + Local LLMs
- org-skill-self-edit (self-modification)
- org-skill-emacs-edit (full org-mode manipulation)
- Local vector search (Ollama embeddings)
- Tool permission tiers (ask/allow/deny)
- Skill hot-reload ✅ DONE
- Engineering Standards skill ✅ DONE
- Literate Programming skill ✅ DONE
## Wake-Up Protocol
When this agent starts, it MUST:
1. **Read this file** (`~/.opencode/AGENTS.md`)
2. **Query the skill catalog**: Before any analysis, check if a skill covers the problem domain
- `(list-skills)` to see all loaded skills
- `(find-skill :keyword)` to check for a specific domain
- Read the skill's org file if found
3. **Verify git status**: Working tree MUST be clean before modification
4. **Read `gtd.org`**: Load current task context from the roadmap
5. **Enter lifecycle**: Follow the Engineering Standards lifecycle (Phase 0 → A → B → C → D → E)
Rationale: Raw LLM reasoning is a fallback, not a starting point. The skill layer encodes the system's accumulated wisdom. Ignoring skills creates drift.
## Engineering Standards
The Engineering Standards skill (`opencortex.skills.org-skill-engineering-standards`) defines the full lifecycle. The summaries below are reminders; the skill org file is authoritative.
### Phase 0: Before You Think
**Skill-First Query Rule**: Before analysis, debugging, or implementation, query the skill catalog. If a relevant skill exists, follow its mandates. Do not duplicate logic.
### Phase A: Design (Test-First)
1. **Define success criteria first** — Write the test or PROTOCOL that proves the feature works
2. **Break the design with chaos** — Three tiers of adversarial testing:
- *Deterministic chaos*: Scripted regression tests on every change
- *Probabilistic chaos*: Randomized fuzzing on every major release
- *Stress chaos*: Load and resource starvation during hardening sprints
### Phase B: Commit (Recovery Point)
3. **Commit Before Modify** — Commit and push (if network available) before any file changes
### Phase C: Build (Implementation)
4. **Literate Programming** — All logic in Org files; generated `.lisp` is derived, not authored
5. **Function-Block Granularity** — One function per `#+begin_src lisp` block
6. **Tangle Mandate** — Edit Org only; never touch generated `.lisp`
7. **Configuration Externalization** — No hardcoded values; use `.env.example`
8. **Org as Thinking Medium** — Document investigation before fixing
### Phase D: Validate (Proof)
9. **Test Verification** — Run the full suite. A change that breaks tests is damage, not a fix.
### Phase E: Document (Audit Trail)
10. **Decision Audit Trail** — Document root cause, options, tradeoffs, and rationale
11. **Stop-and-Wait** — For major changes, propose strategy, state "Waiting for user feedback," yield turn
12. **GTD Synchronization** — Update `gtd.org` with TODO headlines before marking complete
## Literate Programming Rules
The Literate Programming skill (`opencortex.skills.org-skill-literate-programming`) enforces Org discipline:
1. **One Function, One Block** — No bundling multiple definitions
2. **Org-Mode Evaluation Gate**`C-c C-c` after every block change
3. **Pre-Tangle Structural Check** — Verify paren balance before tangling
4. **No Direct `.lisp` Edits** — All changes flow through Org
5. **Code and Prose Together** — Every block preceded by explanatory text
Violating these rules corrupts the skill loader and causes boot failure (as seen in the 2026-04-25 incident).
## Agent Workflow
- **Boot Sequence**: Read AGENTS.md → query skills → verify git → read gtd.org
- **Before Any Modification**: Commit first (Commit Before Modify rule)
- **Plan Mode**: Draft PROTOCOL.md before complex implementations
- **Testing**: Run FiveAM test suite + chaos tests before marking task complete
- **Completion**: Update gtd.org, commit, sync with user
## Self-Enforcement Checklist
This agent MUST verify these conditions before, during, and after each task. Violation is a bug, not a suggestion.
### Before Any Task (Gate)
- [ ] **Git clean** — Working tree must be clean before modification
- [ ] **Skill query** — Check if relevant skill exists in `/home/user/memex/projects/opencortex/skills/`
- [ ] **Skill read** — If found, read the skill's org file before proceeding
- [ ] **GTD read** — Check `gtd.org` for current task context
### During Task (Literate Programming)
- [ ] **REPL-first workflow** — Explore in REPL before writing code
- [ ] **Utils-lisp for structural ops** — Use these functions for any .lisp work:
- `utils-lisp-structural-extract` — Extract function definitions
- `utils-lisp-structural-inject` — Inject forms into definitions
- `utils-lisp-structural-wrap` — Wrap code in let/progn
- `utils-lisp-validate` — Validate code before commit
- `repl-eval` — Test code in REPL
- `repl-inspect` — Inspect variables/functions
- [ ] **Never use edit tool on .lisp** — Only edit .org files; never touch generated .lisp directly
- [ ] **One function per block** — Each `#+begin_src` block contains exactly one definition
- [ ] **Prose before code** — Every block preceded by explanatory text
- [ ] **Prose includes**: What the function does, arguments, return value, rationale
- [ ] **Evaluate each block** — Verify the block compiles/evaluates correctly
- [ ] **Paren balance** — Check balanced parentheses before tangling
### After Task (Validation)
- [ ] **REPL verified** — Code tested in REPL before commit (not just text edit)
- [ ] **Utils-lisp used** — Confirmed structural operations went through utils-lisp
- [ ] **Tests pass** — Run full test suite; 100% pass required
- [ ] **Chaos tier 1** — Deterministic regression tests pass
- [ ] **No artifacts** — No orphaned `.bak`, `.log`, `.tmp`, or untracked test files
- [ ] **Commit** — Stage and commit changes with descriptive message
- [ ] **GTD update** — Update `gtd.org` with completed task state
### For OpenCortex Work Specifically
Reference authoritative skill files:
- Engineering Standards: `projects/opencortex/skills/org-skill-engineering-standards.org`
- Literate Programming: `projects/opencortex/skills/org-skill-literate-programming.org`
- Policy: `projects/opencortex/skills/org-skill-policy.org`
The summaries in this file are reminders; the skill org files are authoritative.
## References
- opencortex repo: `/home/user/memex/projects/opencortex`
- Engineering Standards: `/home/user/memex/projects/opencortex/skills/org-skill-engineering-standards.org`
- Literate Programming: `/home/user/memex/projects/opencortex/skills/org-skill-literate-programming.org`
- Policy Skill: `/home/user/memex/projects/opencortex/skills/org-skill-policy.org`
- Roadmap: `/home/user/memex/gtd.org`
- README: `/home/user/memex/projects/opencortex/README.org`

View File

@@ -1,2 +0,0 @@
# org

View File

@@ -1,41 +1,79 @@
#+TITLE: The Master Memex
#+TITLE: The Master Memex: A Personal Software Foundry
#+AUTHOR: Amr
#+CREATED: [2026-03-17 Tue]
#+BEGIN_COMMENT
The central hub and map of content for this personal intelligence organization.
#+END_COMMENT
#+UPDATED: [2026-04-08 Wed]
#+FILETAGS: :memex:psf:opencortex:lisp:sovereignty:
* The Master Memex
* Overview
The *Master Memex* is a sovereign, neurosymbolic intelligence organization system. It is not merely a collection of notes, but a live, programmable environment—a **Personal Software Foundry (PSF)**—where a human (the Sovereign Executive) and agentic co-processes (the `opencortex` kernel and opencode) collaborate within a shared address space.
This is the central hub for our knowledge management system, synthesizing three core methodologies:
- *Atomic Notes:* For evergreen, interlinked knowledge (Zettelkasten).
- *GTD (Getting Things Done):* For actionable task tracking and project execution.
- *PARA:* For high-level directory organization (Projects, Areas, Resources, Archives).
This system synthesizes three core organizational methodologies into a unified "Lisp Machine" experience:
- *Zettelkasten:* For atomic, evergreen, and interlinked knowledge.
- *GTD (Getting Things Done):* For rigorous task tracking and project execution.
- *PARA:* For high-level structural organization across Projects, Areas, Resources, and Archives.
* The Architecture
* The Philosophy: The Executive Soul
Every action within this Memex is governed by the *Core Alignment Invariants* defined in [[file:notes/org-skill-agent.org][The Executive Soul]]. These mandates ensure that the system remains:
1. *Sovereign:* Independent of centralized, proprietary platforms.
2. *Transparent:* All reasoning is fully auditable in the Org-mode "Thought Stream."
3. *Zero-Bloat:* Minimalist, modular, and free of "just-in-case" complexity.
4. *Sustainable:* Offline-first and functional on a 100-year horizon.
Our workspace is strictly divided into these functional zones:
* The Architecture: Functional Zones
The workspace is strictly divided into these zones to facilitate both human ergonomics and machine navigation:
- [[file:0_inbox/README.org][Inboxes]]: The zero-friction capture point for raw thoughts and tasks.
- [[file:1_daily/README.org][Dailies]]: Immutable chronological logs and fleeting notes.
- [[file:2_notes/README.org][Atomic Notes]]: Atomic, concept-based, interlinked notes (Zettelkasten).
- [[file:3_drafts/README.org][Drafts]]: Works in progress, essays, and active synthesis.
- [[file:4_published/README.org][Published]]: Final outputs and static snapshots of completed work.
- [[file:5_projects/README.org][Projects]]: Active, time-bound efforts with a clear definition of done.
- [[file:6_areas/README.org][Areas]]: Ongoing spheres of responsibility (e.g., Health, Finances).
- [[file:7_resources/README.org][Resources]]: External reference material and raw literature notes.
- [[file:8_archives/README.org][Archives]]: Cold storage for completed projects and inactive items.
- [[file:9_system/README.org][System]]: System configuration, AI skills, and automation scripts.
- [[file:inbox/README.org][Inboxes]]: Zero-friction capture point for raw thoughts and tasks.
- [[file:daily/README.org][Dailies]]: Immutable chronological logs and fleeting notes.
- [[file:notes/README.org][Notes]]: Atomic, concept-based, interlinked "Evergreen" knowledge (Zettelkasten).
- [[file:projects/README.org][Projects]]: Active, time-bound efforts with a defined "Done" state.
- [[file:areas/README.org][Areas]]: Ongoing spheres of responsibility (Health, Finances, etc.).
- [[file:resources/README.org][Resources]]: External reference material and raw literature.
- [[file:system/README.org][System]]: Configuration, AI skills, and the Lisp kernel.
* Core Workflows
** 1. Capture (Anytime)
* The Agentic Inhabitants
The Memex is inhabited by autonomous agents that operate as "Probabilistic" (probabilistic/neural) and "Deterministic" (deterministic/symbolic) layers:
Everything enters the system via the `inbox` (for actionable GTD tasks) or as a Fleeting Note in the `daily` log (for knowledge). Zero friction, no filtering. The `inbox` serves as a holding area for unfiled files or raw links.
** [[file:projects/opencortex/README.org][opencortex (The Kernel)]]
A Common Lisp microkernel that maintains a live, threaded Object-Store in RAM. It uses Org-mode as its native Abstract Syntax Tree (AST), allowing it to "perceive" and "act" on the Memex with structural precision.
** 2. Nightly Distillation (The Scribe)
** opencode
A strategic orchestrator that handles large-scale batch tasks, research, and planning. It operates according to the *PSF Consensus Loop* (Demand -> Blueprint -> Success -> Build -> Chaos -> Memory).
An automated AI sub-agent reads the daily captures and extracts conceptual thoughts into evergreen, atomic notes (Zettelkasten), leaving the original daily logs untouched.
* The Cognitive Architecture: A Session-less Mind
The agent's "mind" is not a transient chat session but a durable, stateful cognitive architecture. This design enables a truly "session-less" experience, where the agent's context, personality, and awareness are as persistent as the data itself.
** 3. Weekly Maintenance
*** The Anatomy: Three Data Stores
1. *The Linguistic Substrate (Org Files):* The human-readable Source of Truth, comprising the "Journal" ([[file:daily/README.org][Dailies]]) and the "Ledger" ([[file:notes/README.org][Notes]]).
2. *The Lisp Object Store (RAM):* The "Active Brain," a live graph of Lisp objects representing every headline, paragraph, and entity in the Memex, with vectors embedded directly inside.
3. *The Telemetry Store (TSDB/Binary):* An external, high-volume database for sub-symbolic "Sensory" data (e.g., smart home logs), which is monitored and distilled by the agent.
Review active projects, clarify inbox items into actionable GTD tasks, and explore the Atomic Notes graph to merge concepts and forge new connections.
*** The Psychology: The 2x2 Cognitive Matrix
The agent's "thought" process is not monolithic. It operates on a 2x2 matrix that balances cognitive speed with cognitive state, allowing for sophisticated, multi-layered reasoning.
| | *Probabilistic (Neural/Fast/Intuitive)* | *Deterministic (Symbolic/Slow/Logical)* |
| :--- | :--- | :--- |
| *Foreground (Foveal/Active)* | *The Interface:* A fast, charming LLM for active conversation. | *The Pilot:* Lisp guards that ensure active requests are safe. |
| *Background (Peripheral/Passive)* | *The Editor:* A smart, deep LLM that finds patterns in the background. | *The Librarian:* A deterministic Lisp engine that files, archives, and maintains the integrity of memory. |
*** The Physiology: Five Core Processes
1. *Perception (The Attention Bridge):* Automatically vectorizes user input to set the "Foveal Focus" for the active conversation.
2. *Reasoning (The Micro-Prolog):* Uses symbolic logic to reconcile contradictions and enforce the "Physics" of the Memex.
3. *Distillation (The Scribe):* The Background loop that turns the daily "Journal" entries into permanent "Ledger" knowledge.
4. *Reflection (The Gardener):* The heartbeat-driven process that finds "forgotten" links and maintains the "Vibe" of the system.
5. *Sensation (The Sensor Skill):* The "Signal-to-Symbol" converter that turns the "flood" of telemetry into actionable =TODO= items.
* Core Workflows: The Life of a Thought
1. *Capture:* Raw information enters via the `inbox` (tasks) or `daily` logs (thoughts).
2. *Distill (The Scribe):* Automated agents periodically extract conceptual thoughts from the chronological logs into evergreen, atomic notes.
3. *Plan:* Multi-file or architectural changes trigger a *Flight Plan* in `system/plans/`, following the PSF Departmental gates.
4. *Execute:* The agent performs surgical edits, governed by Deterministic Engine safety checks.
5. *Verify:* All changes are validated via automated tests (TDD) before the "Success" gate is cleared.
6. *RCA (Memory):* Every bug or significant session triggers a *Root Cause Analysis* that is distilled back into the system's "Soul."
* Privacy: The Wall
Any heading or file tagged with *@personal* is strictly off-limits for LLM processing. These are treated purely symbolically by the agents, ensuring that the Sovereign Executive's private drafts never leave the local environment.
* Getting Started
- Read the [[file:notes/org-skill-agent.org][Executive Soul]] for alignment rules.
- Check [[file:gtd.org][gtd.org]] for active task sequences.
- Review [[file:system/plans/README.org][Active Flight Plans]] for ongoing architectural work.

View File

@@ -1,25 +0,0 @@
#+TITLE: SOUL: The Core Alignment Invariants
#+AUTHOR: Sovereign Executive
#+FILETAGS: :philosophy:alignment:invariants:psf:
* Overview
This file contains the *Core Invariants* of the Personal Software Foundry. These are non-negotiable philosophical constraints that every agentic action MUST satisfy.
System 2 (Symbolic) uses these headlines as a "Moral Compass" during the decision stage.
* The Invariants
** 1. Sovereignty Above All
Every action must increase the user's independence from centralized, proprietary platforms. If a tool or library introduces a dependency on a non-sovereign entity, it must be flagged for replacement.
** 2. Technical Mastery & Mentorship
The agent's goal is not to "do it for the user," but to "empower the user." Every autonomous action must be explained at a level that increases the user's technical understanding of the Lisp Machine.
** 3. Zero-Bloat Mandate
The PSF core must remain minimalist. "Just-in-case" code is a security vulnerability. Complexity must be earned, not imported.
** 4. Radical Transparency
The agent's "Thought Stream" must be fully auditable. Hidden reasoning or obfuscated logic is a violation of the PSF methodology.
** 5. Long-Term Sustainability
Prioritize local, energy-efficient, and offline-first architectures. The "Memex" should be functional in a 100-year horizon.

18
add-org-ids.el Normal file
View File

@@ -0,0 +1,18 @@
(require 'org)
(require 'org-id)
;; Ensure IDs are created and formatted as UUIDs
(setq org-id-link-to-org-use-id 'create-if-interactive-and-no-custom-id)
;; Actually, org-id-get-create automatically creates an ID if it does not exist.
;; We'll use UUIDs for IDs
(setq org-id-method 'uuid)
;; Iterate over all .org files in the notes/ directory
(let ((files (directory-files "notes/" t "\\.org$")))
(dolist (file files)
(with-current-buffer (find-file-noselect file)
(goto-char (point-min))
;; Generate ID for the file itself
(org-id-get-create t)
(save-buffer)
(kill-buffer))))

18
check.lisp Normal file
View File

@@ -0,0 +1,18 @@
(handler-case
(with-open-file (s "/home/user/memex/projects/opencortex/skills/org-skill-config-manager.org")
(loop for line = (read-line s nil)
while line
do (when (search "#+begin_src lisp" line)
(let ((block ""))
(loop for l = (read-line s nil)
while (and l (not (search "#+end_src" l)))
do (setf block (concatenate 'string block l (string #\Newline))))
(handler-case
(with-input-from-string (in block)
(loop for form = (read in nil :eof)
until (eq form :eof)))
(error (c)
(format t "Error in block beginning with ~a: ~a~%"
(subseq block 0 (min 30 (length block)))
c)))))))
(error (c) (format t "General error: ~a~%" c)))

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2001-05-10
* Russian Collection - Victoria Astrova
* Russian Collection - Victoria Astrova :@personal:
:PROPERTIES:
:CREATED: [2001-05-10]
:MODIFIED: [2015-09-17 Thu 02:45]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2002-01-03
* Debt
* Debt :@personal:
:PROPERTIES:
:CREATED: [2002-01-03]
:MODIFIED: [2015-09-16 Wed 20:16]

View File

@@ -4,7 +4,7 @@
#+title: 2002-03-31
* Klass 1
* Klass 1 :@personal:
:PROPERTIES:
:CREATED: [2002-03-31 Sun]
:MODIFIED: [2015-09-17 Thu 02:49]

View File

@@ -5,7 +5,7 @@
#+title: 2002-04-03
* Klass 2
* Klass 2 :@personal:
:PROPERTIES:
:CREATED: [2002-04-03 Wed]
:MODIFIED: [2015-09-17 Thu 02:46]

View File

@@ -4,7 +4,7 @@
#+title: 2002-04-07
* Klass 3
* Klass 3 :@personal:
:PROPERTIES:
:CREATED: [2002-04-07 Sun]
:MODIFIED: [2015-09-17 Thu 02:50]

View File

@@ -5,7 +5,7 @@
#+title: 2002-04-10
* Klass 4
* Klass 4 :@personal:
:PROPERTIES:
:CREATED: [2002-04-10 Wed]
:MODIFIED: [2015-09-16 Wed 02:51]

View File

@@ -9,7 +9,7 @@
:MODIFIED: [2022-03-15 Tue 00:40]
:END:
* كتب للشراء
* كتب للشراء :@personal:
** دار الانتشار العربي
*** رسائل ابن عربي
*** محمد كريم كواز، الفصاحة في العربية
@@ -83,7 +83,7 @@
** الحركة الماركسية في مصر، جنارو جرفاتزيو
** وثائق حزب العمال الشيوعي، سعيد العليمي، دار المرايا
* Delusion
* Delusion :@personal:
:PROPERTIES:
:ID: df0b67db-8809-4be2-9d3b-bccab5722b03
:CREATED: [2009-05-15 Fri 23:18]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2009-05-16
* Rainbow Warrior Gateway :greenpeace:
* Rainbow Warrior Gateway :greenpeace:@personal:
:PROPERTIES:
:CREATED: [2009-05-16 Sat 02:21]
:MODIFIED: [2009-05-16 Sat 02:21]

View File

@@ -4,7 +4,7 @@
#+title: 2009-09-04
* كتب تؤسس
* كتب تؤسس :@personal:
:PROPERTIES:
:CREATED: [2009-09-04 23:55:33]

View File

@@ -4,7 +4,7 @@
#+title: 2010-01-11
* 710 Greenwitch meeting with حسام السكري in his Langham Place office
* 710 Greenwitch meeting with حسام السكري in his Langham Place office :@personal:
:PROPERTIES:
:CREATED: [2010-01-11 Mon 21:49]
:MODIFIED: [2010-01-11 Mon 22:01]

View File

@@ -5,7 +5,7 @@
#+title: 2010-09-17
* شادي حرب
* شادي حرب :@personal:
:PROPERTIES:
:CREATED: [2010-09-17 Fri 08:53]

View File

@@ -2,7 +2,7 @@
:ID: 2bb80e55-3d06-459d-9a1f-9de7e0dd2cc9
:END:
* Tactical Tech Collective :work:
* Tactical Tech Collective :work:@personal:
:PROPERTIES:
:CREATED: [2010-10-06 Wed 14:24]

View File

@@ -5,7 +5,7 @@
#+title: 2011-03-01
* قضية التعويض من شركات الاتصالات :EIPR:privacy:
* قضية التعويض من شركات الاتصالات :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-03-01 Tue 17:05]

View File

@@ -4,7 +4,7 @@
#+title: 2011-03-10
* مُصِرِّين - الاجتماع التأسيسي
* مُصِرِّين - الاجتماع التأسيسي :@personal:
:PROPERTIES:
:CREATED: [2011-03-10 Thu 20:11]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-03-13
* المتحف المصري
* المتحف المصري :@personal:
:PROPERTIES:
:CREATED: [2011-03-13 10:47:09]
@@ -29,7 +29,7 @@ Write a statement
Berry Kemp
* المركز الإعلامي المستقل - القاهرة
* المركز الإعلامي المستقل - القاهرة :@personal:
:PROPERTIES:
:CREATED: [2011-03-13 Sun 16:31]

View File

@@ -4,7 +4,7 @@
#+title: 2011-03-15
* اجتماع استراتيجية حملة البرادعي 1
* اجتماع استراتيجية حملة البرادعي 1 :@personal:
:PROPERTIES:
:CREATED: [2011-03-15 13:13:10]

View File

@@ -4,7 +4,7 @@
#+title: 2011-03-2
* المركز الإعلامي المستقل - القاهرة 2
* المركز الإعلامي المستقل - القاهرة 2 :@personal:
:PROPERTIES:
:CREATED: [2011-03-20 Sun 18:42]

View File

@@ -4,7 +4,7 @@
#+title: 2011-04-23
* مصرين 23 أبريل 2011
* مصرين 23 أبريل 2011 :@personal:
:PROPERTIES:
:CREATED: [2011-04-23 09:36:30]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-05-20
* قانون المعلومات :EIPR:privacy:
* قانون المعلومات :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-05-20 Fri 09:19]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-06-22
* اجتماع الموازنة العامة :EIPR:privacy:
* اجتماع الموازنة العامة :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-06-22 Wed 17:09]
@@ -77,7 +77,7 @@
تعديل قانون الموازنة العامة سنة 2004 ألزم الدولة في خمسة سنين بالتحول في نوع الموازنة إلى موازنة برامج
* ADEF Construct :EIPR:privacy:
* ADEF Construct :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-06-22 Wed 12:10]
:MODIFIED: [2011-06-22 Wed 14:46]
@@ -96,7 +96,7 @@ Supporting one time initiatives
Mobility: learning, capacity building
* R-Sheif
* R-Sheif :@personal:
:PROPERTIES:
:CREATED: [2011-06-22 Wed 13:46]
:MODIFIED: [2011-06-22 Wed 14:26]

View File

@@ -4,7 +4,7 @@
#+title: 2011-06-26
* البوليس :EIPR:
* البوليس :EIPR:@personal:
:PROPERTIES:
:CREATED: [2011-06-26 Sun 15:31]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-06-27
* Ben Roswell :EIPR:privacy:
* Ben Roswell :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-06-27 15:19:06+0200]
:MODIFIED: [2011-06-27 15:38:02+0200]
@@ -13,7 +13,7 @@
Echo.to Laslo Papp
Ex Canadian Diplomat
* Neil Hicks :EIPR:privacy:
* Neil Hicks :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-06-27 Mon 11:20]
:MODIFIED: [2011-06-27 Mon 11:57]

View File

@@ -4,7 +4,7 @@
#+title:2011-06-29
* لنك :EIPR:privacy:
* لنك :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-06-29 Wed 12:59]

View File

@@ -5,7 +5,7 @@
#+title: 2011-07-04
* IDSC meeting with Amr Agamawi :EIPR:privacy:
* IDSC meeting with Amr Agamawi :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-07-04 Mon 14:29]
:MODIFIED: [2013-01-19 Sat 08:18]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-07-05
* الأجندة :EIPR:
* الأجندة :EIPR:@personal:
:PROPERTIES:
:CREATED: [2011-07-05 Tue 12:14]
@@ -56,7 +56,7 @@ Facilitator, note taker the next time
Period of roator
* الموازنة :EIPR:
* الموازنة :EIPR:@personal:
:PROPERTIES:
:CREATED: [2011-07-05 Tue 14:27]

View File

@@ -1,7 +1,7 @@
:PROPERTIES:
:ID: 258d7cee-a977-4404-b4bb-316eea64e560
:END:
* Mapping Egypt :EIPR:privacy:
* Mapping Egypt :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-07-07 Thu 16:01]
:MODIFIED: [2013-01-19 Sat 08:24]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-07-10
* قانون الاتصالات: أفكار لحملات :EIPR:privacy:
* قانون الاتصالات: أفكار لحملات :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-07-10 Sun 13:10]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-07-11
* Vote Compass Egypt :EIPR:
* Vote Compass Egypt :EIPR:@personal:
:PROPERTIES:
:CREATED: [2011-07-11 Mon 13:26]
:MODIFIED: [2011-07-11 Mon 14:50]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-07-18
* SICA :EIPR:
* SICA :EIPR:@personal:
:PROPERTIES:
:CREATED: [2011-07-18 Mon 11:07]
:MODIFIED: [2011-07-18 Mon 11:23]
@@ -18,7 +18,7 @@ Initiative: No to Military Tribunals
Egyptian people red line: the flip side to that anti-statist expression, cultural regionalism
LGBTQ individuals moving and organising like a bloc
* Google Egypt :EIPR:privacy:
* Google Egypt :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-07-18 Mon 12:54]
:MODIFIED: [2016-06-16 Thu 21:12]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-07-20
* Hanna Nikkanen :EIPR:privacy:
* Hanna Nikkanen :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-07-20 Wed 15:29]
:MODIFIED: [2013-01-19 Sat 08:22]

View File

@@ -4,7 +4,7 @@
#+title: 2011-07-21
* قانون الخصوصية :EIPR:privacy:
* قانون الخصوصية :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-07-21 Thu 10:00]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-08-09
* قانون الاتصالات: مقترح تعديل المادة 67 :EIPR:privacy:
* قانون الاتصالات: مقترح تعديل المادة 67 :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-08-09 Tue 18:42]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-08-11
* قانون المعلومات :EIPR:privacy:
* قانون المعلومات :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-08-11 Thu 09:36]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-08-21
* Vodafone :EIPR:privacy:
* Vodafone :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-08-21 Sun 12:55]

View File

@@ -2,7 +2,7 @@
:ID: 0a38651d-40c4-4a54-8dcb-bdc4d8c202fc
:END:
* Earthship Egypt :earthship:egypt:
* Earthship Egypt :earthship:egypt:@personal:
:PROPERTIES:
:CREATED: [2011-08-24 Wed 21:10]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-08-27
* قانون الاتصالات: اجتماع في وزارة الاتصالات :EIPR:privacy:
* قانون الاتصالات: اجتماع في وزارة الاتصالات :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-08-27 Sat 12:40]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-09-04
* الأمن و الاتصالات :EIPR:privacy:
* الأمن و الاتصالات :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-09-04 00:58:14+0200]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-09-13
* Ghabbour :EIPR:nationalSecurity:
* Ghabbour :EIPR:nationalSecurity:@personal:
:PROPERTIES:
:CREATED: [2011-09-13 Tue 13:27]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-09-22
* Civil Freedoms :EIPR:
* Civil Freedoms :EIPR:@personal:
:PROPERTIES:
:CREATED: [2011-09-22 Thu 11:18]
@@ -72,7 +72,7 @@ Criminal justice?
Amr does gender component in civil liberties
* حالة الطوارئ :EIPR:nationalSecurity:
* حالة الطوارئ :EIPR:nationalSecurity:@personal:
:PROPERTIES:
:CREATED: [2011-09-22 Thu 14:15]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-09-27
* IGF Kenya 2011 talk :EIPR:privacy:
* IGF Kenya 2011 talk :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-09-27 Tue 08:41]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-09-28
* Security, Openness and Society :EIPR:privacy:
* Security, Openness and Society :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-09-28 Wed 13:49]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-10-02
* National Security and Global Justice :EIPR:nationalSecurity:
* National Security and Global Justice :EIPR:nationalSecurity:@personal:
:PROPERTIES:
:CREATED: [2011-10-02 Sun 11:46]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-10-04
* Telecom :EIPR:privacy:
* Telecom :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2011-10-04 Tue 15:01]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-10-12
* ماسبيرو :EIPR:equality:
* ماسبيرو :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2011-10-12 Wed 17:24]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-10-16
* ماسبيرو: مؤتمر :EIPR:equality:
* ماسبيرو: مؤتمر :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2011-10-16 Sun 15:18]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-10-17
* Song of Soliman 17 October :EIPR:nationalSecurity:
* Song of Soliman 17 October :EIPR:nationalSecurity:@personal:
:PROPERTIES:
:CREATED: [2011-10-17 Mon 10:39]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-10-18
* عادل :EIPR:equality:
* عادل :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2011-10-18 Tue 11:13]
@@ -44,7 +44,7 @@ Legal, courts, judiciary, international framework study
Civil society mapping, and basic discrimination patterns study
Position paper, followed by a campaign study
* Aman Anti Discrimination :EIPR:equality:
* Aman Anti Discrimination :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2011-10-18 Tue 12:21]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-10-19
* Murad Mouafy :EIPR:nationalSecurity:
* Murad Mouafy :EIPR:nationalSecurity:@personal:
:PROPERTIES:
:CREATED: [2011-10-19 Wed 15:11]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-10-03
* مساواة: خطة داليا المبدئية عن برنامج الجندر :EIPR:equality:
* مساواة: خطة داليا المبدئية عن برنامج الجندر :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2011-10-03 Mon 12:14]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-11-03
* Jakob Mathias Wichmann :EIPR:
* Jakob Mathias Wichmann :EIPR:@personal:
:PROPERTIES:
:CREATED: [2011-11-03 Thu 09:02]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-11-03
* Contractual obligations :EIPR:
* Contractual obligations :EIPR:@personal:
:PROPERTIES:
:CREATED: [2011-11-13 Sun 13:12]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-12-04
* Aman :EIPR:equality:
* Aman :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2011-12-04 11:37:53+0200]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-12-05
* حرية الدين و المعتقد :EIPR:equality:
* حرية الدين و المعتقد :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2011-12-05 Mon 12:12]
@@ -198,7 +198,7 @@ When do we propose to carry out the activities?
How much will the activities cost?
* العريش: :EIPR:nationalSecurity:
* العريش: :EIPR:nationalSecurity:@personal:
:PROPERTIES:
:CREATED: [2011-12-05 Mon 12:56]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-12-06
* Gender programme planning meeting 2 :EIPR:equality:
* Gender programme planning meeting 2 :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2011-12-06 Tue 13:09]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-12-08
* قنا :EIPR:equality:
* قنا :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2011-12-08 Thu 12:28]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-12-12
* Non-discrimination :EIPR:equality:
* Non-discrimination :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2011-12-12 Mon 11:39]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-12-15
* INCLO Day 2 :EIPR:equality:
* INCLO Day 2 :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2011-12-15 Thu 10:09]

View File

@@ -4,7 +4,7 @@
#+title: 2011-12-24
* سامح نجيب في 2006
* سامح نجيب في 2006 :@personal:
:PROPERTIES:
:CREATED: [2011-12-24 Sat 12:52]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-12-26
* Emergency response :EIPR:
* Emergency response :EIPR:@personal:
:PROPERTIES:
:CREATED: [2011-12-26 Mon 09:15]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2011-12-31
* EGIS :EIPR:nationalSecurity:
* EGIS :EIPR:nationalSecurity:@personal:
:PROPERTIES:
:CREATED: [2011-12-31 Sat 10:29]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-01-01
* محمود سعيد :EIPR:nationalSecurity:
* محمود سعيد :EIPR:nationalSecurity:@personal:
:PROPERTIES:
:CREATED: [2012-01-01 Sun 14:41]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-01-02
* العريش 2 :EIPR:nationalSecurity:
* العريش 2 :EIPR:nationalSecurity:@personal:
:PROPERTIES:
:CREATED: [2012-01-02 Mon 13:40]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-01-03
* Sinai :EIPR:
* Sinai :EIPR:@personal:
:PROPERTIES:
:CREATED: [2012-01-03 Tue 14:50]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-01-11
* مساواة :EIPR:equality:
* مساواة :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2012-01-11 Wed 09:20]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-01-12
* Global Network Initiative :EIPR:privacy:
* Global Network Initiative :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-01-12 Thu 09:22]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-01-15
* Content types :EIPR:
* Content types :EIPR:@personal:
:PROPERTIES:
:CREATED: [2012-01-15 Sun 13:04]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-01-22
* Nashwa Google :EIPR:privacy:
* Nashwa Google :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-01-22 Sun 12:47]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-01-23
* ACLU :EIPR:privacy:
* ACLU :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-01-23 Mon 09:31]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-01-29
* الأزهر :EIPR:equality:
* الأزهر :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2012-01-29 Sun 15:15]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-02-08
* Chatam House :EIPR:privacy:
* Chatam House :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-02-08 Wed 15:53]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-02-10
* Mobile Number Change :EIPR:privacy:
* Mobile Number Change :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-02-10 Fri 22:10]
:MODIFIED: [2012-02-10 Fri 22:11]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-02-12
* Google Advocacy :EIPR:privacy:
* Google Advocacy :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-02-12 Sun 11:14]
:MODIFIED: [2012-02-12 Sun 12:48]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-02-13
* شربات :EIPR:equality:
* شربات :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2012-02-13 14:09:16+0200]

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-02-14
* Head of SS Electronic Investigation :EIPR:privacy:
* Head of SS Electronic Investigation :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-02-14 Tue 17:10]
@@ -13,7 +13,7 @@
http://www.linkedin.com/pub/mohamed-hossam/1b/19/1b6
* نادر بكار :EIPR:nationalSecurity:
* نادر بكار :EIPR:nationalSecurity:@personal:
:PROPERTIES:
:ID: edebaec8-9c99-4e7d-bdde-437ba2b9021f

View File

@@ -3,7 +3,7 @@
:END:
#+title: 2012-02-15
* حجب مواقع إنترنت :EIPR:privacy:
* حجب مواقع إنترنت :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-02-15 Wed 11:16]

View File

@@ -2,7 +2,7 @@
:ID: 74e3757d-225c-443d-8e58-be2497a6524b
:END:
* ‫الفصل الثامن : العرائض والشكاوى‬ :EIPR:equality:
* ‫الفصل الثامن : العرائض والشكاوى‬ :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2012-02-20 Mon 14:29]
@@ -40,7 +40,7 @@
‫ولرئيس المجلس أن يطلب من المجلس إحالة هذه التقارير إلى اللجنة‬ ‫المختصة أو إلى الحكومة لاتخاذ إجراء فيما تتضمنه.
* حالة الطوارئ في لائحة مجلس الشعب :EIPR:nationalSecurity:
* حالة الطوارئ في لائحة مجلس الشعب :EIPR:nationalSecurity:@personal:
:PROPERTIES:
:CREATED: [2012-02-20 Mon 16:05]

View File

@@ -4,7 +4,7 @@
#+title: 2012-02-23
* البهائيين: توثيق الزواج :EIPR:equality:
* البهائيين: توثيق الزواج :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2012-02-23 Thu 09:09]

View File

@@ -4,7 +4,7 @@
#+title: 2012-02-25
* قانون الاتصالات: مقابلة على الجزيرة :EIPR:privacy:
* قانون الاتصالات: مقابلة على الجزيرة :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-02-25 Sat 14:25]
@@ -23,7 +23,7 @@
Regulator board: In France, 3 of them including the president are appointed by the president of the re[ublic under the advice of the pm. the other 4 appointed by the heads of lower and higher houses. President appoints chair
* Internet Defamation :EIPR:privacy:
* Internet Defamation :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-02-25 Sat 19:22]

View File

@@ -4,7 +4,7 @@
#+title: 2012-02-26
* قانون المعلومات: دعوة :EIPR:privacy:
* قانون المعلومات: دعوة :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-02-26 Sun 16:51]

View File

@@ -4,7 +4,7 @@
#+title: 2012-03-07
* Ramy Raoof Geneva Statement :EIPR:privacy:
* Ramy Raoof Geneva Statement :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-03-07 Wed 10:27]

View File

@@ -4,7 +4,7 @@
#+title: 2012-03-08
* جوازات :EIPR:equality:
* جوازات :EIPR:equality:@personal:
:PROPERTIES:

View File

@@ -4,7 +4,7 @@
#+title: 2012-03-14
* Global Partners & Associates :EIPR:privacy:
* Global Partners & Associates :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-03-14 Wed 10:28]
@@ -61,7 +61,7 @@ SA constitution decalred FOI in 1993
1997 constitution required three years to pass a FOI law
* قانون المعلومات: اجتماع لجنة حقوق الإنسان الأول :EIPR:privacy:
* قانون المعلومات: اجتماع لجنة حقوق الإنسان الأول :EIPR:privacy:@personal:
:PROPERTIES:
:ID: cec5f93b-d99e-48fa-bfca-ce530e90b344

View File

@@ -9,7 +9,7 @@
:IMPORTED: [2023-02-08 Wed 19:22]
:END:
* SIDA :EIPR:privacy:
* SIDA :EIPR:privacy:@personal:
Contact Details

View File

@@ -5,7 +5,7 @@
* أسيوط :EIPR:equality:
* أسيوط :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2012-03-19 Mon 11:10]

View File

@@ -5,7 +5,7 @@
* التعاونيات
* التعاونيات :@personal:
:PROPERTIES:
:CREATED: [2012-03-20 Tue 16:21]

View File

@@ -5,7 +5,7 @@
* عبد الله حلمي :EIPR:
* عبد الله حلمي :EIPR:@personal:
:PROPERTIES:
:CREATED: [2012-03-29 Thu 13:25]

View File

@@ -5,7 +5,7 @@
* أولاد الشرقاوي :EIPR:equality:
* أولاد الشرقاوي :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2012-04-11 Wed 15:15]

View File

@@ -4,7 +4,7 @@
#+title: 2012-04-18
* SIF12 :EIPR:privacy:
* SIF12 :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-04-18 Wed 08:32]

View File

@@ -5,7 +5,7 @@
* CDT's ITU meeting :EIPR:privacy:
* CDT's ITU meeting :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-04-19 Thu 08:35]
:MODIFIED: [2013-01-19 Sat 08:18]

View File

@@ -4,7 +4,7 @@
#+title: 2012-04-22
* قانون المعلومات: اجتماع لجنة حقوق الإنسان الثاني :EIPR:privacy:
* قانون المعلومات: اجتماع لجنة حقوق الإنسان الثاني :EIPR:privacy:@personal:
:PROPERTIES:
:CREATED: [2012-04-22 Sun 10:49]

View File

@@ -4,7 +4,7 @@
#+title: 2012-04-23
* التقارير ربع السنوية :EIPR:equality:
* التقارير ربع السنوية :EIPR:equality:@personal:
:PROPERTIES:
:CREATED: [2012-04-23 Mon 10:57]

View File

@@ -5,7 +5,7 @@
* Aly Tayeb :EIPR:
* Aly Tayeb :EIPR:@personal:
:PROPERTIES:
:CREATED: [2012-05-03 Thu 13:47]

Some files were not shown because too many files have changed in this diff Show More