Scott Idem
f518d7a433
Saving notes
2026-02-20 19:46:03 -05:00
Scott Idem
61e17f1efa
Updating the documentation for things. Hopefully improvements to Gemini CLI.
2026-02-11 17:59:15 -05:00
Scott Idem
7084dd3472
Saving notes
2026-02-06 18:15:12 -05:00
Scott Idem
1492b01dad
Saving notes
2026-02-05 20:42:43 -05:00
Scott Idem
12d725f468
feat(v3-standardization): implement ID Vision for Event models and update docs
2026-02-05 17:37:52 -05:00
Scott Idem
907ff9a2f8
feat(v3-events): update events_general object definition with virtual/physical and external ID fields
2026-02-05 16:37:49 -05:00
Scott Idem
ac516c4d77
Saving notes
2026-02-03 19:10:31 -05:00
Scott Idem
f449e59b55
Saving notes
2026-01-30 18:13:48 -05:00
Scott Idem
470a26f9c3
Saving notes
2026-01-28 19:23:28 -05:00
Scott Idem
b37108e5dd
Saving notes.
2026-01-27 18:47:02 -05:00
Scott Idem
e299fdc178
Saving notes
2026-01-27 12:02:29 -05:00
Scott Idem
48e0a31cf5
Saving notes
2026-01-26 19:20:51 -05:00
Scott Idem
061c153061
Saving updated notes.
2026-01-22 19:05:22 -05:00
Scott Idem
988775b9dd
Done for the day
2026-01-21 20:30:15 -05:00
Scott Idem
7db937f8af
Vision ID: Standardize Site Domain and Journal objects with string-only IDs and searchable mapping
2026-01-19 15:57:00 -05:00
Scott Idem
d8b0c3b0a4
Saving notes and data
2026-01-16 17:27:27 -05:00
Scott Idem
db5cf2502a
Session: Infrastructure and Documentation Finalization
2026-01-15 18:09:38 -05:00
Scott Idem
28d5843d52
Saving current notes. About to reorganize the documentation directory.
2026-01-15 17:48:44 -05:00
Scott Idem
722409de0b
Saving notes
2026-01-13 14:35:10 -05:00
Scott Idem
5ce193d474
Saving more note updates
2026-01-09 17:10:25 -05:00
Scott Idem
29b4d5ae4b
Fix Person creation issues and enhance V3 CRUD robustness.
...
- Added Pydantic validators to Person_Base to handle null values for given_name and allow_auth_key, ensuring database NOT NULL constraints are met.
- Updated api_crud_v3.py (POST and PATCH) to filter out virtual *_id_random fields from data payloads before database operations to prevent "Unknown column" errors.
- Updated GEMINI.md with session progress.
2026-01-09 14:30:45 -05:00
Scott Idem
d32304c50a
Saving notes
2026-01-08 19:27:09 -05:00
Scott Idem
46a3998fe0
Saving Gemini notes
2026-01-08 15:40:55 -05:00
Scott Idem
9ee2ed444b
Docs: Update GEMINI.md with MCP tool registration issue.
2026-01-08 12:55:55 -05:00
Scott Idem
802c75bad9
V3: Standardize Primary AE Objects and Synchronize Search Whitelists.
...
- Synchronized searchable_fields (V3 whitelists) across all Primary and Active AE objects (Identity, People, Events, Journals, Posts, Archives, Business).
- Standardized Pydantic models for core objects to include the 10 common fields (id, id_random, enable, hide, priority, sort, group, notes, created_on, updated_on).
- Fixed field aliases and uncommented valid database columns in User_Base and Organization_Base.
- Pruned non-existent fields from searchable lists in legacy or config-specific definitions (account_cfg, user_role, log_client_viewing).
- Added system discovery and validation tools:
- ae_object_info.py: AE object status and metadata browser.
- export_all_interfaces.py: E2E TypeScript interface generator.
- Verification scripts for searchable field consistency.
- Updated Jan 8 milestone progress and platform roadmap in GEMINI.md.
2026-01-08 12:24:34 -05:00
Scott Idem
59d5b81da0
Arch: Finalize V3 Auth modularization and Unified Agent spec.
...
- Integrated zero-dependency Auth models and dependencies_v3.py.
- Successfully resolved circular dependency boot loops.
- Verified site_domain search exception via verify_v3_exceptions.py.
- Refined Unified Agent Architecture with Storage Layer and API-driven access details.
- Updated project roadmap and milestones in GEMINI.md.
2026-01-07 19:07:21 -05:00
Scott Idem
90c6b914fa
Docs: Update Unified Agent Architecture and Platform Roadmap.
2026-01-07 18:53:04 -05:00
Scott Idem
caf2868d02
Saving things while they work again!!! Still working on adding a special exception or something for site domain search.
2026-01-07 16:25:18 -05:00
Scott Idem
cf96d93246
fix: import SearchFilter in api_crud_v3.py to resolve NameError
2026-01-07 14:25:58 -05:00
Scott Idem
7fb2f00846
Things are currently working. At least 90% sure they are.
2026-01-07 12:24:52 -05:00
Scott Idem
836ed97d07
feat(agent): implement Agent Bridge for secure diagnostics
2026-01-06 19:00:03 -05:00
Scott Idem
55033d0749
feat(events): add conference to searchable fields and update progress
2026-01-06 18:03:57 -05:00
Scott Idem
a42f32acf4
Added more documentation. Improved CRUD V3 endpoints and better responses.
2026-01-06 13:52:05 -05:00
Scott Idem
314a031dd1
Now with some soft delete options for safer operations.
2026-01-05 19:49:28 -05:00
Scott Idem
f5ab2118ad
Fix: Enhance V3 Search with 'contains', 'startswith', 'endswith' operators and improve error reporting.
2026-01-02 20:42:19 -05:00
Scott Idem
f865b1cfb7
Security: Implement modern JWT authentication for V3 CRUD and Search; update documentation and to-do list.
2026-01-02 20:26:44 -05:00
Scott Idem
3ec509ec2e
docs: Update GEMINI.md with session learnings
2025-12-03 20:47:15 -05:00
Scott Idem
b1d05c7e66
A quick version update for the god like catch all CRUD endpoints. Version 3 will be even better!
2025-12-03 17:58:58 -05:00
Scott Idem
9ea7d3ef27
New files related to Gemini and update plans.
2025-12-03 04:50:47 -05:00