diff options
| author | Magnus Knudsen <git@magnusbk.com> | 2026-07-03 15:26:13 +0300 |
|---|---|---|
| committer | Magnus Knudsen <git@magnusbk.com> | 2026-07-03 15:26:13 +0300 |
| commit | 5ac15d3387c3d44318e64c13334be8e255c135d2 (patch) | |
| tree | 3063a85fe55bc6de9cc1de909b6c8707e1941de7 /AGENTS.md | |
initial commit
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..3cc10d4 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,9 @@ +# AGENTS + +- Repo state: currently docs/templates/notebook only (`AGENTS.md`, `poc_eval_sheet_guide.md`, `poc_eval_sheet_template.csv`, `poc_eval_notebook.ipynb`); there are still no manifests, source code packages, tests, or CI configs to infer tooling from. +- Project intent: ML-assisted surveying for reconstruction/demolition photos, identifying objects and their material composition. +- Current phase: Google Colab proof of concept focused on validating the ML pipeline (not production app architecture). +- Expected pipeline concept: surveyor taps object -> segmentation isolates target -> model predicts object + material composition -> structured material inventory for circular construction. +- Collaboration workflow: start by confirming the real goal and core decision to drive, then work in small buckets; for each bucket, provide a plan and pause for checkpoint review before continuing. +- Decision hygiene: explicitly restate/verify key decisions during execution to avoid drift from the agreed goal. +- Update this file once code/config lands; prefer executable repo sources over prose when they conflict. |
